Shades of Corn Harvest #866C2D
Tints of Corn Harvest #866C2D
RGB
CMYK
RGB Variations
Color information
#866C2D (or 0x866C2D) is known color: Corn Harvest. HEX triplet: 86, 6C and 2D. RGB value is (134,108,45). Sum of RGB (Red+Green+Blue) = 134+108+45=287 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.69% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 134 - color contains mainly: red. Hex color #866C2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866C2D is #7993D2. Grayscale: #6C6C6C. Windows color (decimal): -7967699 or 2976902. OLE color: 2976902.
HSL color Cylindrical-coordinate representation of color #866C2D: hue angle of 42.47º degrees, saturation: 0.5, 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 #866C2D is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 108 | 45 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.47 |
| HSL | 42.47º | 0.5% | 0.35% | - |
| HSV(B) | 42.47º | 0.66% | 0.53% | - |
| XYZ | 15.67 | 15.98 | 4.74 | - |
| YUV | 108.59 | 92.11 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 108 | 45 | 0 | 0.19 | 0.66 | 0.47 | 42.47 | 0.5 | 0.35 |
| Hex | 86 | 6C | 2D | 0 | 13 | 42 | 2F | 2A | 32 | 23 |
| Octal | 206 | 154 | 55 | 0 | 23 | 102 | 57 | 52 | 62 | 43 |
| Binary | 10000110 | 1101100 | 101101 | 0 | 10011 | 1000010 | 101111 | 101010 | 110010 | 100011 |
Color Harmonies of #866C2D
Complementary color
Monochromatic Colors of #866C2D
Black with #866C2D
Text Example
Text Example
White with #866C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866C2D; }
p { color: rgb(134,108,45); }
H1.HeaderClassName
{
color: #866C2D;
}
.AnyTagClassName
{
color: #866C2D;
}
</style>
background-color css
<style>
a { background-color: #866C2D; }
a { background-color: rgb(134,108,45); }
div.DivClassName
{
background-color: #866C2D;
}
.BgClassName
{
background-color: #866C2D;
}
</style>
border-color css
<style>
span { border-color: #866C2D; }
span { border-color: rgb(134,108,45); }
td.TdClassName
{
border-color: #866C2D;
}
.TagClassName
{
border-color: #866C2D;
}
</style>