Shades of Corn Harvest #866D34
Tints of Corn Harvest #866D34
RGB
CMYK
RGB Variations
Color information
#866D34 (or 0x866D34) is known color: Corn Harvest. HEX triplet: 86, 6D and 34. RGB value is (134,109,52). Sum of RGB (Red+Green+Blue) = 134+109+52=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #866D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866D34 is #7992CB. Grayscale: #6E6E6E. Windows color (decimal): -7967436 or 3435910. OLE color: 3435910.
HSL color Cylindrical-coordinate representation of color #866D34: hue angle of 41.71º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #866D34 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 109 | 52 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.47 |
| HSL | 41.71º | 0.44% | 0.36% | - |
| HSV(B) | 41.71º | 0.61% | 0.53% | - |
| XYZ | 15.92 | 16.25 | 5.55 | - |
| YUV | 109.98 | 95.28 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 52 | 0 | 0.19 | 0.61 | 0.47 | 41.71 | 0.44 | 0.36 |
| Hex | 86 | 6D | 34 | 0 | 13 | 3D | 2F | 2A | 2C | 24 |
| Octal | 206 | 155 | 64 | 0 | 23 | 75 | 57 | 52 | 54 | 44 |
| Binary | 10000110 | 1101101 | 110100 | 0 | 10011 | 111101 | 101111 | 101010 | 101100 | 100100 |
Color Harmonies of #866D34
Complementary color
Monochromatic Colors of #866D34
Black with #866D34
Text Example
Text Example
White with #866D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866D34; }
p { color: rgb(134,109,52); }
H1.HeaderClassName
{
color: #866D34;
}
.AnyTagClassName
{
color: #866D34;
}
</style>
background-color css
<style>
a { background-color: #866D34; }
a { background-color: rgb(134,109,52); }
div.DivClassName
{
background-color: #866D34;
}
.BgClassName
{
background-color: #866D34;
}
</style>
border-color css
<style>
span { border-color: #866D34; }
span { border-color: rgb(134,109,52); }
td.TdClassName
{
border-color: #866D34;
}
.TagClassName
{
border-color: #866D34;
}
</style>