Shades of Corn Harvest #866C2A
Tints of Corn Harvest #866C2A
RGB
CMYK
RGB Variations
Color information
#866C2A (or 0x866C2A) is known color: Corn Harvest. HEX triplet: 86, 6C and 2A. RGB value is (134,108,42). Sum of RGB (Red+Green+Blue) = 134+108+42=284 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.18% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 134 - color contains mainly: red. Hex color #866C2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866C2A is #7993D5. Grayscale: #6C6C6C. Windows color (decimal): -7967702 or 2780294. OLE color: 2780294.
HSL color Cylindrical-coordinate representation of color #866C2A: hue angle of 43.04º 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 #866C2A is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 108 | 42 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.47 |
| HSL | 43.04º | 0.52% | 0.35% | - |
| HSV(B) | 43.04º | 0.69% | 0.53% | - |
| XYZ | 15.61 | 15.96 | 4.45 | - |
| YUV | 108.25 | 90.61 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 108 | 42 | 0 | 0.19 | 0.69 | 0.47 | 43.04 | 0.52 | 0.35 |
| Hex | 86 | 6C | 2A | 0 | 13 | 45 | 2F | 2B | 34 | 23 |
| Octal | 206 | 154 | 52 | 0 | 23 | 105 | 57 | 53 | 64 | 43 |
| Binary | 10000110 | 1101100 | 101010 | 0 | 10011 | 1000101 | 101111 | 101011 | 110100 | 100011 |
Color Harmonies of #866C2A
Complementary color
Monochromatic Colors of #866C2A
Black with #866C2A
Text Example
Text Example
White with #866C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866C2A; }
p { color: rgb(134,108,42); }
H1.HeaderClassName
{
color: #866C2A;
}
.AnyTagClassName
{
color: #866C2A;
}
</style>
background-color css
<style>
a { background-color: #866C2A; }
a { background-color: rgb(134,108,42); }
div.DivClassName
{
background-color: #866C2A;
}
.BgClassName
{
background-color: #866C2A;
}
</style>
border-color css
<style>
span { border-color: #866C2A; }
span { border-color: rgb(134,108,42); }
td.TdClassName
{
border-color: #866C2A;
}
.TagClassName
{
border-color: #866C2A;
}
</style>