Shades of Corn Harvest #866F2A
Tints of Corn Harvest #866F2A
RGB
CMYK
RGB Variations
Color information
#866F2A (or 0x866F2A) is known color: Corn Harvest. HEX triplet: 86, 6F and 2A. RGB value is (134,111,42). Sum of RGB (Red+Green+Blue) = 134+111+42=287 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.69% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 134 - color contains mainly: red. Hex color #866F2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866F2A is #7990D5. Grayscale: #6E6E6E. Windows color (decimal): -7966934 or 2781062. OLE color: 2781062.
HSL color Cylindrical-coordinate representation of color #866F2A: hue angle of 45º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #866F2A is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 111 | 42 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.47 |
| HSL | 45º | 0.52% | 0.35% | - |
| HSV(B) | 45º | 0.69% | 0.53% | - |
| XYZ | 15.93 | 16.6 | 4.56 | - |
| YUV | 110.01 | 89.62 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 111 | 42 | 0 | 0.17 | 0.69 | 0.47 | 45 | 0.52 | 0.35 |
| Hex | 86 | 6F | 2A | 0 | 11 | 45 | 2F | 2D | 34 | 23 |
| Octal | 206 | 157 | 52 | 0 | 21 | 105 | 57 | 55 | 64 | 43 |
| Binary | 10000110 | 1101111 | 101010 | 0 | 10001 | 1000101 | 101111 | 101101 | 110100 | 100011 |
Color Harmonies of #866F2A
Complementary color
Monochromatic Colors of #866F2A
Black with #866F2A
Text Example
Text Example
White with #866F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866F2A; }
p { color: rgb(134,111,42); }
H1.HeaderClassName
{
color: #866F2A;
}
.AnyTagClassName
{
color: #866F2A;
}
</style>
background-color css
<style>
a { background-color: #866F2A; }
a { background-color: rgb(134,111,42); }
div.DivClassName
{
background-color: #866F2A;
}
.BgClassName
{
background-color: #866F2A;
}
</style>
border-color css
<style>
span { border-color: #866F2A; }
span { border-color: rgb(134,111,42); }
td.TdClassName
{
border-color: #866F2A;
}
.TagClassName
{
border-color: #866F2A;
}
</style>