Shades of Corn Harvest #866D2C
Tints of Corn Harvest #866D2C
RGB
CMYK
RGB Variations
Color information
#866D2C (or 0x866D2C) is known color: Corn Harvest. HEX triplet: 86, 6D and 2C. RGB value is (134,109,44). Sum of RGB (Red+Green+Blue) = 134+109+44=287 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.69% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 134 - color contains mainly: red. Hex color #866D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866D2C is #7992D3. Grayscale: #6D6D6D. Windows color (decimal): -7967444 or 2911622. OLE color: 2911622.
HSL color Cylindrical-coordinate representation of color #866D2C: hue angle of 43.33º 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 #866D2C is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 109 | 44 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.47 |
| HSL | 43.33º | 0.51% | 0.35% | - |
| HSV(B) | 43.33º | 0.67% | 0.53% | - |
| XYZ | 15.75 | 16.19 | 4.68 | - |
| YUV | 109.07 | 91.28 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 44 | 0 | 0.19 | 0.67 | 0.47 | 43.33 | 0.51 | 0.35 |
| Hex | 86 | 6D | 2C | 0 | 13 | 43 | 2F | 2B | 33 | 23 |
| Octal | 206 | 155 | 54 | 0 | 23 | 103 | 57 | 53 | 63 | 43 |
| Binary | 10000110 | 1101101 | 101100 | 0 | 10011 | 1000011 | 101111 | 101011 | 110011 | 100011 |
Color Harmonies of #866D2C
Complementary color
Monochromatic Colors of #866D2C
Black with #866D2C
Text Example
Text Example
White with #866D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866D2C; }
p { color: rgb(134,109,44); }
H1.HeaderClassName
{
color: #866D2C;
}
.AnyTagClassName
{
color: #866D2C;
}
</style>
background-color css
<style>
a { background-color: #866D2C; }
a { background-color: rgb(134,109,44); }
div.DivClassName
{
background-color: #866D2C;
}
.BgClassName
{
background-color: #866D2C;
}
</style>
border-color css
<style>
span { border-color: #866D2C; }
span { border-color: rgb(134,109,44); }
td.TdClassName
{
border-color: #866D2C;
}
.TagClassName
{
border-color: #866D2C;
}
</style>