Shades of Corn Harvest #906E1C
Tints of Corn Harvest #906E1C
RGB
CMYK
RGB Variations
Color information
#906E1C (or 0x906E1C) is known color: Corn Harvest. HEX triplet: 90, 6E and 1C. RGB value is (144,110,28). Sum of RGB (Red+Green+Blue) = 144+110+28=282 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.06% from 282); Green value is 110 (43.36% from 255 or 39.01% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 144 - color contains mainly: red. Hex color #906E1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906E1C is #6F91E3. Grayscale: #6F6F6F. Windows color (decimal): -7311844 or 1863312. OLE color: 1863312.
HSL color Cylindrical-coordinate representation of color #906E1C: hue angle of 42.41º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #906E1C is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 110 | 28 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.44 |
| HSL | 42.41º | 0.67% | 0.34% | - |
| HSV(B) | 42.41º | 0.81% | 0.56% | - |
| XYZ | 17.29 | 17.16 | 3.5 | - |
| YUV | 110.82 | 81.26 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 110 | 28 | 0 | 0.24 | 0.81 | 0.44 | 42.41 | 0.67 | 0.34 |
| Hex | 90 | 6E | 1C | 0 | 18 | 51 | 2C | 2A | 43 | 22 |
| Octal | 220 | 156 | 34 | 0 | 30 | 121 | 54 | 52 | 103 | 42 |
| Binary | 10010000 | 1101110 | 11100 | 0 | 11000 | 1010001 | 101100 | 101010 | 1000011 | 100010 |
Color Harmonies of #906E1C
Complementary color
Monochromatic Colors of #906E1C
Black with #906E1C
Text Example
Text Example
White with #906E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906E1C; }
p { color: rgb(144,110,28); }
H1.HeaderClassName
{
color: #906E1C;
}
.AnyTagClassName
{
color: #906E1C;
}
</style>
background-color css
<style>
a { background-color: #906E1C; }
a { background-color: rgb(144,110,28); }
div.DivClassName
{
background-color: #906E1C;
}
.BgClassName
{
background-color: #906E1C;
}
</style>
border-color css
<style>
span { border-color: #906E1C; }
span { border-color: rgb(144,110,28); }
td.TdClassName
{
border-color: #906E1C;
}
.TagClassName
{
border-color: #906E1C;
}
</style>