Shades of Corn Harvest #866D31
Tints of Corn Harvest #866D31
RGB
CMYK
RGB Variations
Color information
#866D31 (or 0x866D31) is known color: Corn Harvest. HEX triplet: 86, 6D and 31. RGB value is (134,109,49). Sum of RGB (Red+Green+Blue) = 134+109+49=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 49 (19.53% from 255 or 16.78% from 292); Max value from RGB is 134 - color contains mainly: red. Hex color #866D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866D31 is #7992CE. Grayscale: #6D6D6D. Windows color (decimal): -7967439 or 3239302. OLE color: 3239302.
HSL color Cylindrical-coordinate representation of color #866D31: hue angle of 42.35º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #866D31 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 109 | 49 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.47 |
| HSL | 42.35º | 0.46% | 0.36% | - |
| HSV(B) | 42.35º | 0.63% | 0.53% | - |
| XYZ | 15.85 | 16.23 | 5.2 | - |
| YUV | 109.64 | 93.78 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 49 | 0 | 0.19 | 0.63 | 0.47 | 42.35 | 0.46 | 0.36 |
| Hex | 86 | 6D | 31 | 0 | 13 | 3F | 2F | 2A | 2E | 24 |
| Octal | 206 | 155 | 61 | 0 | 23 | 77 | 57 | 52 | 56 | 44 |
| Binary | 10000110 | 1101101 | 110001 | 0 | 10011 | 111111 | 101111 | 101010 | 101110 | 100100 |
Color Harmonies of #866D31
Complementary color
Monochromatic Colors of #866D31
Black with #866D31
Text Example
Text Example
White with #866D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866D31; }
p { color: rgb(134,109,49); }
H1.HeaderClassName
{
color: #866D31;
}
.AnyTagClassName
{
color: #866D31;
}
</style>
background-color css
<style>
a { background-color: #866D31; }
a { background-color: rgb(134,109,49); }
div.DivClassName
{
background-color: #866D31;
}
.BgClassName
{
background-color: #866D31;
}
</style>
border-color css
<style>
span { border-color: #866D31; }
span { border-color: rgb(134,109,49); }
td.TdClassName
{
border-color: #866D31;
}
.TagClassName
{
border-color: #866D31;
}
</style>