Shades of Corn Harvest #906E2C
Tints of Corn Harvest #906E2C
RGB
CMYK
RGB Variations
Color information
#906E2C (or 0x906E2C) is known color: Corn Harvest. HEX triplet: 90, 6E and 2C. RGB value is (144,110,44). Sum of RGB (Red+Green+Blue) = 144+110+44=298 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.32% from 298); Green value is 110 (43.36% from 255 or 36.91% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 144 - color contains mainly: red. Hex color #906E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906E2C is #6F91D3. Grayscale: #707070. Windows color (decimal): -7311828 or 2911888. OLE color: 2911888.
HSL color Cylindrical-coordinate representation of color #906E2C: hue angle of 39.6º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #906E2C is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 110 | 44 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.44 |
| HSL | 39.6º | 0.53% | 0.37% | - |
| HSV(B) | 39.6º | 0.69% | 0.56% | - |
| XYZ | 17.53 | 17.26 | 4.79 | - |
| YUV | 112.64 | 89.26 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 110 | 44 | 0 | 0.24 | 0.69 | 0.44 | 39.6 | 0.53 | 0.37 |
| Hex | 90 | 6E | 2C | 0 | 18 | 45 | 2C | 28 | 35 | 25 |
| Octal | 220 | 156 | 54 | 0 | 30 | 105 | 54 | 50 | 65 | 45 |
| Binary | 10010000 | 1101110 | 101100 | 0 | 11000 | 1000101 | 101100 | 101000 | 110101 | 100101 |
Color Harmonies of #906E2C
Complementary color
Monochromatic Colors of #906E2C
Black with #906E2C
Text Example
Text Example
White with #906E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906E2C; }
p { color: rgb(144,110,44); }
H1.HeaderClassName
{
color: #906E2C;
}
.AnyTagClassName
{
color: #906E2C;
}
</style>
background-color css
<style>
a { background-color: #906E2C; }
a { background-color: rgb(144,110,44); }
div.DivClassName
{
background-color: #906E2C;
}
.BgClassName
{
background-color: #906E2C;
}
</style>
border-color css
<style>
span { border-color: #906E2C; }
span { border-color: rgb(144,110,44); }
td.TdClassName
{
border-color: #906E2C;
}
.TagClassName
{
border-color: #906E2C;
}
</style>