Shades of Corn Harvest #866E3A
Tints of Corn Harvest #866E3A
RGB
CMYK
RGB Variations
Color information
#866E3A (or 0x866E3A) is known color: Corn Harvest. HEX triplet: 86, 6E and 3A. RGB value is (134,110,58). Sum of RGB (Red+Green+Blue) = 134+110+58=302 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.37% from 302); Green value is 110 (43.36% from 255 or 36.42% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 134 - color contains mainly: red. Hex color #866E3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866E3A is #7991C5. Grayscale: #6F6F6F. Windows color (decimal): -7967174 or 3829382. OLE color: 3829382.
HSL color Cylindrical-coordinate representation of color #866E3A: hue angle of 41.05º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #866E3A is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 110 | 58 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.47 |
| HSL | 41.05º | 0.4% | 0.38% | - |
| HSV(B) | 41.05º | 0.57% | 0.53% | - |
| XYZ | 16.17 | 16.53 | 6.34 | - |
| YUV | 111.25 | 97.95 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 110 | 58 | 0 | 0.18 | 0.57 | 0.47 | 41.05 | 0.4 | 0.38 |
| Hex | 86 | 6E | 3A | 0 | 12 | 39 | 2F | 29 | 28 | 26 |
| Octal | 206 | 156 | 72 | 0 | 22 | 71 | 57 | 51 | 50 | 46 |
| Binary | 10000110 | 1101110 | 111010 | 0 | 10010 | 111001 | 101111 | 101001 | 101000 | 100110 |
Color Harmonies of #866E3A
Complementary color
Monochromatic Colors of #866E3A
Black with #866E3A
Text Example
Text Example
White with #866E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866E3A; }
p { color: rgb(134,110,58); }
H1.HeaderClassName
{
color: #866E3A;
}
.AnyTagClassName
{
color: #866E3A;
}
</style>
background-color css
<style>
a { background-color: #866E3A; }
a { background-color: rgb(134,110,58); }
div.DivClassName
{
background-color: #866E3A;
}
.BgClassName
{
background-color: #866E3A;
}
</style>
border-color css
<style>
span { border-color: #866E3A; }
span { border-color: rgb(134,110,58); }
td.TdClassName
{
border-color: #866E3A;
}
.TagClassName
{
border-color: #866E3A;
}
</style>