Shades of Corn Harvest #866C2C
Tints of Corn Harvest #866C2C
RGB
CMYK
RGB Variations
Color information
#866C2C (or 0x866C2C) is known color: Corn Harvest. HEX triplet: 86, 6C and 2C. RGB value is (134,108,44). Sum of RGB (Red+Green+Blue) = 134+108+44=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 108 (42.58% from 255 or 37.76% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 134 - color contains mainly: red. Hex color #866C2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866C2C is #7993D3. Grayscale: #6C6C6C. Windows color (decimal): -7967700 or 2911366. OLE color: 2911366.
HSL color Cylindrical-coordinate representation of color #866C2C: hue angle of 42.67º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #866C2C is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 108 | 44 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.47 |
| HSL | 42.67º | 0.51% | 0.35% | - |
| HSV(B) | 42.67º | 0.67% | 0.53% | - |
| XYZ | 15.65 | 15.98 | 4.64 | - |
| YUV | 108.48 | 91.61 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 108 | 44 | 0 | 0.19 | 0.67 | 0.47 | 42.67 | 0.51 | 0.35 |
| Hex | 86 | 6C | 2C | 0 | 13 | 43 | 2F | 2B | 33 | 23 |
| Octal | 206 | 154 | 54 | 0 | 23 | 103 | 57 | 53 | 63 | 43 |
| Binary | 10000110 | 1101100 | 101100 | 0 | 10011 | 1000011 | 101111 | 101011 | 110011 | 100011 |
Color Harmonies of #866C2C
Complementary color
Monochromatic Colors of #866C2C
Black with #866C2C
Text Example
Text Example
White with #866C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866C2C; }
p { color: rgb(134,108,44); }
H1.HeaderClassName
{
color: #866C2C;
}
.AnyTagClassName
{
color: #866C2C;
}
</style>
background-color css
<style>
a { background-color: #866C2C; }
a { background-color: rgb(134,108,44); }
div.DivClassName
{
background-color: #866C2C;
}
.BgClassName
{
background-color: #866C2C;
}
</style>
border-color css
<style>
span { border-color: #866C2C; }
span { border-color: rgb(134,108,44); }
td.TdClassName
{
border-color: #866C2C;
}
.TagClassName
{
border-color: #866C2C;
}
</style>