Shades of Corn Harvest #866F2E
Tints of Corn Harvest #866F2E
RGB
CMYK
RGB Variations
Color information
#866F2E (or 0x866F2E) is known color: Corn Harvest. HEX triplet: 86, 6F and 2E. RGB value is (134,111,46). Sum of RGB (Red+Green+Blue) = 134+111+46=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 134 - color contains mainly: red. Hex color #866F2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866F2E is #7990D1. Grayscale: #6E6E6E. Windows color (decimal): -7966930 or 3043206. OLE color: 3043206.
HSL color Cylindrical-coordinate representation of color #866F2E: hue angle of 44.32º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #866F2E is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 111 | 46 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.47 |
| HSL | 44.32º | 0.49% | 0.35% | - |
| HSV(B) | 44.32º | 0.66% | 0.53% | - |
| XYZ | 16.01 | 16.63 | 4.95 | - |
| YUV | 110.47 | 91.62 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 111 | 46 | 0 | 0.17 | 0.66 | 0.47 | 44.32 | 0.49 | 0.35 |
| Hex | 86 | 6F | 2E | 0 | 11 | 42 | 2F | 2C | 31 | 23 |
| Octal | 206 | 157 | 56 | 0 | 21 | 102 | 57 | 54 | 61 | 43 |
| Binary | 10000110 | 1101111 | 101110 | 0 | 10001 | 1000010 | 101111 | 101100 | 110001 | 100011 |
Color Harmonies of #866F2E
Complementary color
Monochromatic Colors of #866F2E
Black with #866F2E
Text Example
Text Example
White with #866F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866F2E; }
p { color: rgb(134,111,46); }
H1.HeaderClassName
{
color: #866F2E;
}
.AnyTagClassName
{
color: #866F2E;
}
</style>
background-color css
<style>
a { background-color: #866F2E; }
a { background-color: rgb(134,111,46); }
div.DivClassName
{
background-color: #866F2E;
}
.BgClassName
{
background-color: #866F2E;
}
</style>
border-color css
<style>
span { border-color: #866F2E; }
span { border-color: rgb(134,111,46); }
td.TdClassName
{
border-color: #866F2E;
}
.TagClassName
{
border-color: #866F2E;
}
</style>