Shades of Corn Harvest #866D39
Tints of Corn Harvest #866D39
RGB
CMYK
RGB Variations
Color information
#866D39 (or 0x866D39) is known color: Corn Harvest. HEX triplet: 86, 6D and 39. RGB value is (134,109,57). Sum of RGB (Red+Green+Blue) = 134+109+57=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 57 (22.66% from 255 or 19% from 300); Max value from RGB is 134 - color contains mainly: red. Hex color #866D39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866D39 is #7992C6. Grayscale: #6E6E6E. Windows color (decimal): -7967431 or 3763590. OLE color: 3763590.
HSL color Cylindrical-coordinate representation of color #866D39: hue angle of 40.52º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #866D39 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 109 | 57 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.47 |
| HSL | 40.52º | 0.4% | 0.37% | - |
| HSV(B) | 40.52º | 0.57% | 0.53% | - |
| XYZ | 16.04 | 16.3 | 6.17 | - |
| YUV | 110.55 | 97.78 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 57 | 0 | 0.19 | 0.57 | 0.47 | 40.52 | 0.4 | 0.37 |
| Hex | 86 | 6D | 39 | 0 | 13 | 39 | 2F | 29 | 28 | 25 |
| Octal | 206 | 155 | 71 | 0 | 23 | 71 | 57 | 51 | 50 | 45 |
| Binary | 10000110 | 1101101 | 111001 | 0 | 10011 | 111001 | 101111 | 101001 | 101000 | 100101 |
Color Harmonies of #866D39
Complementary color
Monochromatic Colors of #866D39
Black with #866D39
Text Example
Text Example
White with #866D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866D39; }
p { color: rgb(134,109,57); }
H1.HeaderClassName
{
color: #866D39;
}
.AnyTagClassName
{
color: #866D39;
}
</style>
background-color css
<style>
a { background-color: #866D39; }
a { background-color: rgb(134,109,57); }
div.DivClassName
{
background-color: #866D39;
}
.BgClassName
{
background-color: #866D39;
}
</style>
border-color css
<style>
span { border-color: #866D39; }
span { border-color: rgb(134,109,57); }
td.TdClassName
{
border-color: #866D39;
}
.TagClassName
{
border-color: #866D39;
}
</style>