In the RGB color space, #806040 is composed of 50.1961% red, 37.6471% green, and 25.098% blue.
In the CMYK color space, #806040 is composed of 0% cyan, 25.0% magenta, 50% yellow, and 49.8% black,
It has a hue angle of 30 degrees, a saturation of 33.33%, and a lightness of 37.65%.
The closest websafe color is #996633.
The hexadecimal color #806040 has RGB values of R:128, G:96, B:64 and CMYK values of C:0, M:25, Y:50, K:49.8. It has a decimal value of 8413248.
Hexadecimal | #806040 | #806040 |
RGB Decimal | 128, 96, 64 | rgb(128, 96, 64) |
RGB Percent | 50.1961, 37.6471, 25.098 | rgb(50.1961%, 37.6471%, 25.098%) |
RGB Proportion | 0.502, 0.3765, 0.251 | rgb(0.502, 0.3765, 0.251) |
CMYK | 0, 25, 50, 49.8 | |
HSL | 30ยบ, 33.33, 37.65 | hsl(30, 33.33%, 37.65%) |
Websafe | 996633 | #996633 |
XYZ | 14.013, 13.327, 6.685 | |
Yxy | 13.327, 0.412, 0.392 | |
CIE-LAB | 43.252, 8.744, 23.258 | |
CIE-LCH | 43.252, 24.847, 69.396 | |
CIE-LUV | 43.252, 23.462, 24.909 | |
Hunter-Lab | 36.506, 4.632, 14.697 |
Colors that go well with #806040.
Common HTML and CSS shortcodes for #806040.
<div style="color: #806040;">The quick brown fox jumps over the lazy dog.</div>
<div style="background-color: #806040;">The quick brown fox jumps over the lazy dog.</div>
<div style="border: 1px solid #806040;">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #806040 to transparent.
<div style="background: linear-gradient(#806040, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #806040 to transparent.
<div style="background: radial-gradient(#806040, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #806040 to #7F9FBF.
<div style="background: linear-gradient(#806040, #7F9FBF);">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #806040 to #7F9FBF.
<div style="background: radial-gradient(#806040, #7F9FBF);">The quick brown fox jumps over the lazy dog.</div>
Handy CSS code and shortcuts.
.text { color: #806040; }
.background { background-color: #806040; }
.border { border: 1px solid #806040; }
.linear-gradient { background: linear-gradient(#faf310, rgba(255, 255, 255, 0)); }
.radial-gradient { background: radial-gradient(#faf310, rgba(255, 255, 255, 0)); }
Shades are created by adding black to the color, while a tint is created by mixing white. The darkest shade in this example is #020201 while the lightest tint is #FDFCFC.