Shades of Corn Harvest #906E1E
Tints of Corn Harvest #906E1E
RGB
CMYK
RGB Variations
Color information
#906E1E (or 0x906E1E) is known color: Corn Harvest. HEX triplet: 90, 6E and 1E. RGB value is (144,110,30). Sum of RGB (Red+Green+Blue) = 144+110+30=284 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.70% from 284); Green value is 110 (43.36% from 255 or 38.73% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 144 - color contains mainly: red. Hex color #906E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906E1E is #6F91E1. Grayscale: #6F6F6F. Windows color (decimal): -7311842 or 1994384. OLE color: 1994384.
HSL color Cylindrical-coordinate representation of color #906E1E: hue angle of 42.11º degrees, saturation: 0.66, 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 #906E1E is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 110 | 30 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.44 |
| HSL | 42.11º | 0.66% | 0.34% | - |
| HSV(B) | 42.11º | 0.79% | 0.56% | - |
| XYZ | 17.31 | 17.17 | 3.63 | - |
| YUV | 111.05 | 82.26 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 110 | 30 | 0 | 0.24 | 0.79 | 0.44 | 42.11 | 0.66 | 0.34 |
| Hex | 90 | 6E | 1E | 0 | 18 | 4F | 2C | 2A | 42 | 22 |
| Octal | 220 | 156 | 36 | 0 | 30 | 117 | 54 | 52 | 102 | 42 |
| Binary | 10010000 | 1101110 | 11110 | 0 | 11000 | 1001111 | 101100 | 101010 | 1000010 | 100010 |
Color Harmonies of #906E1E
Complementary color
Monochromatic Colors of #906E1E
Black with #906E1E
Text Example
Text Example
White with #906E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906E1E; }
p { color: rgb(144,110,30); }
H1.HeaderClassName
{
color: #906E1E;
}
.AnyTagClassName
{
color: #906E1E;
}
</style>
background-color css
<style>
a { background-color: #906E1E; }
a { background-color: rgb(144,110,30); }
div.DivClassName
{
background-color: #906E1E;
}
.BgClassName
{
background-color: #906E1E;
}
</style>
border-color css
<style>
span { border-color: #906E1E; }
span { border-color: rgb(144,110,30); }
td.TdClassName
{
border-color: #906E1E;
}
.TagClassName
{
border-color: #906E1E;
}
</style>