Shades of Corn Harvest #866D2F
Tints of Corn Harvest #866D2F
RGB
CMYK
RGB Variations
Color information
#866D2F (or 0x866D2F) is known color: Corn Harvest. HEX triplet: 86, 6D and 2F. RGB value is (134,109,47). Sum of RGB (Red+Green+Blue) = 134+109+47=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 134 - color contains mainly: red. Hex color #866D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866D2F is #7992D0. Grayscale: #6D6D6D. Windows color (decimal): -7967441 or 3108230. OLE color: 3108230.
HSL color Cylindrical-coordinate representation of color #866D2F: hue angle of 42.76º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #866D2F is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 109 | 47 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.47 |
| HSL | 42.76º | 0.48% | 0.35% | - |
| HSV(B) | 42.76º | 0.65% | 0.53% | - |
| XYZ | 15.81 | 16.21 | 4.98 | - |
| YUV | 109.41 | 92.78 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 47 | 0 | 0.19 | 0.65 | 0.47 | 42.76 | 0.48 | 0.35 |
| Hex | 86 | 6D | 2F | 0 | 13 | 41 | 2F | 2B | 30 | 23 |
| Octal | 206 | 155 | 57 | 0 | 23 | 101 | 57 | 53 | 60 | 43 |
| Binary | 10000110 | 1101101 | 101111 | 0 | 10011 | 1000001 | 101111 | 101011 | 110000 | 100011 |
Color Harmonies of #866D2F
Complementary color
Monochromatic Colors of #866D2F
Black with #866D2F
Text Example
Text Example
White with #866D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866D2F; }
p { color: rgb(134,109,47); }
H1.HeaderClassName
{
color: #866D2F;
}
.AnyTagClassName
{
color: #866D2F;
}
</style>
background-color css
<style>
a { background-color: #866D2F; }
a { background-color: rgb(134,109,47); }
div.DivClassName
{
background-color: #866D2F;
}
.BgClassName
{
background-color: #866D2F;
}
</style>
border-color css
<style>
span { border-color: #866D2F; }
span { border-color: rgb(134,109,47); }
td.TdClassName
{
border-color: #866D2F;
}
.TagClassName
{
border-color: #866D2F;
}
</style>