Shades of Corn Harvest #866E29
Tints of Corn Harvest #866E29
RGB
CMYK
RGB Variations
Color information
#866E29 (or 0x866E29) is known color: Corn Harvest. HEX triplet: 86, 6E and 29. RGB value is (134,110,41). Sum of RGB (Red+Green+Blue) = 134+110+41=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 110 (43.36% from 255 or 38.60% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 134 - color contains mainly: red. Hex color #866E29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866E29 is #7991D6. Grayscale: #6D6D6D. Windows color (decimal): -7967191 or 2715270. OLE color: 2715270.
HSL color Cylindrical-coordinate representation of color #866E29: hue angle of 44.52º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #866E29 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 110 | 41 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.47 |
| HSL | 44.52º | 0.53% | 0.34% | - |
| HSV(B) | 44.52º | 0.69% | 0.53% | - |
| XYZ | 15.81 | 16.38 | 4.43 | - |
| YUV | 109.31 | 89.45 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 110 | 41 | 0 | 0.18 | 0.69 | 0.47 | 44.52 | 0.53 | 0.34 |
| Hex | 86 | 6E | 29 | 0 | 12 | 45 | 2F | 2D | 35 | 22 |
| Octal | 206 | 156 | 51 | 0 | 22 | 105 | 57 | 55 | 65 | 42 |
| Binary | 10000110 | 1101110 | 101001 | 0 | 10010 | 1000101 | 101111 | 101101 | 110101 | 100010 |
Color Harmonies of #866E29
Complementary color
Monochromatic Colors of #866E29
Black with #866E29
Text Example
Text Example
White with #866E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866E29; }
p { color: rgb(134,110,41); }
H1.HeaderClassName
{
color: #866E29;
}
.AnyTagClassName
{
color: #866E29;
}
</style>
background-color css
<style>
a { background-color: #866E29; }
a { background-color: rgb(134,110,41); }
div.DivClassName
{
background-color: #866E29;
}
.BgClassName
{
background-color: #866E29;
}
</style>
border-color css
<style>
span { border-color: #866E29; }
span { border-color: rgb(134,110,41); }
td.TdClassName
{
border-color: #866E29;
}
.TagClassName
{
border-color: #866E29;
}
</style>