Shades of Corn Harvest #8E6E1E
Tints of Corn Harvest #8E6E1E
RGB
CMYK
RGB Variations
Color information
#8E6E1E (or 0x8E6E1E) is known color: Corn Harvest. HEX triplet: 8E, 6E and 1E. RGB value is (142,110,30). Sum of RGB (Red+Green+Blue) = 142+110+30=282 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.35% from 282); Green value is 110 (43.36% from 255 or 39.01% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6E1E is #7191E1. Grayscale: #6E6E6E. Windows color (decimal): -7442914 or 1994382. OLE color: 1994382.
HSL color Cylindrical-coordinate representation of color #8E6E1E: hue angle of 42.86º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8E6E1E is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 110 | 30 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.44 |
| HSL | 42.86º | 0.65% | 0.34% | - |
| HSV(B) | 42.86º | 0.79% | 0.56% | - |
| XYZ | 16.97 | 17 | 3.61 | - |
| YUV | 110.45 | 82.6 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 110 | 30 | 0 | 0.23 | 0.79 | 0.44 | 42.86 | 0.65 | 0.34 |
| Hex | 8E | 6E | 1E | 0 | 17 | 4F | 2C | 2B | 41 | 22 |
| Octal | 216 | 156 | 36 | 0 | 27 | 117 | 54 | 53 | 101 | 42 |
| Binary | 10001110 | 1101110 | 11110 | 0 | 10111 | 1001111 | 101100 | 101011 | 1000001 | 100010 |
Color Harmonies of #8E6E1E
Complementary color
Monochromatic Colors of #8E6E1E
Black with #8E6E1E
Text Example
Text Example
White with #8E6E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6E1E; }
p { color: rgb(142,110,30); }
H1.HeaderClassName
{
color: #8E6E1E;
}
.AnyTagClassName
{
color: #8E6E1E;
}
</style>
background-color css
<style>
a { background-color: #8E6E1E; }
a { background-color: rgb(142,110,30); }
div.DivClassName
{
background-color: #8E6E1E;
}
.BgClassName
{
background-color: #8E6E1E;
}
</style>
border-color css
<style>
span { border-color: #8E6E1E; }
span { border-color: rgb(142,110,30); }
td.TdClassName
{
border-color: #8E6E1E;
}
.TagClassName
{
border-color: #8E6E1E;
}
</style>