Shades of Corn Harvest #906A1E
Tints of Corn Harvest #906A1E
RGB
CMYK
RGB Variations
Color information
#906A1E (or 0x906A1E) is known color: Corn Harvest. HEX triplet: 90, 6A and 1E. RGB value is (144,106,30). Sum of RGB (Red+Green+Blue) = 144+106+30=280 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.43% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 144 - color contains mainly: red. Hex color #906A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906A1E is #6F95E1. Grayscale: #6D6D6D. Windows color (decimal): -7312866 or 1993360. OLE color: 1993360.
HSL color Cylindrical-coordinate representation of color #906A1E: hue angle of 40º 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 #906A1E is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 106 | 30 | - |
| CMYK | 0 | 0.26 | 0.79 | 0.44 |
| HSL | 40º | 0.66% | 0.34% | - |
| HSV(B) | 40º | 0.79% | 0.56% | - |
| XYZ | 16.89 | 16.33 | 3.49 | - |
| YUV | 108.7 | 83.59 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 106 | 30 | 0 | 0.26 | 0.79 | 0.44 | 40 | 0.66 | 0.34 |
| Hex | 90 | 6A | 1E | 0 | 1A | 4F | 2C | 28 | 42 | 22 |
| Octal | 220 | 152 | 36 | 0 | 32 | 117 | 54 | 50 | 102 | 42 |
| Binary | 10010000 | 1101010 | 11110 | 0 | 11010 | 1001111 | 101100 | 101000 | 1000010 | 100010 |
Color Harmonies of #906A1E
Complementary color
Monochromatic Colors of #906A1E
Black with #906A1E
Text Example
Text Example
White with #906A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906A1E; }
p { color: rgb(144,106,30); }
H1.HeaderClassName
{
color: #906A1E;
}
.AnyTagClassName
{
color: #906A1E;
}
</style>
background-color css
<style>
a { background-color: #906A1E; }
a { background-color: rgb(144,106,30); }
div.DivClassName
{
background-color: #906A1E;
}
.BgClassName
{
background-color: #906A1E;
}
</style>
border-color css
<style>
span { border-color: #906A1E; }
span { border-color: rgb(144,106,30); }
td.TdClassName
{
border-color: #906A1E;
}
.TagClassName
{
border-color: #906A1E;
}
</style>