Shades of Corn Harvest #906A2C
Tints of Corn Harvest #906A2C
RGB
CMYK
RGB Variations
Color information
#906A2C (or 0x906A2C) is known color: Corn Harvest. HEX triplet: 90, 6A and 2C. RGB value is (144,106,44). Sum of RGB (Red+Green+Blue) = 144+106+44=294 (38% of max value = 765). Red value is 144 (56.64% from 255 or 48.98% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 144 - color contains mainly: red. Hex color #906A2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906A2C is #6F95D3. Grayscale: #6E6E6E. Windows color (decimal): -7312852 or 2910864. OLE color: 2910864.
HSL color Cylindrical-coordinate representation of color #906A2C: hue angle of 37.2º 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 #906A2C is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 106 | 44 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.44 |
| HSL | 37.2º | 0.53% | 0.37% | - |
| HSV(B) | 37.2º | 0.69% | 0.56% | - |
| XYZ | 17.11 | 16.42 | 4.65 | - |
| YUV | 110.29 | 90.59 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 106 | 44 | 0 | 0.26 | 0.69 | 0.44 | 37.2 | 0.53 | 0.37 |
| Hex | 90 | 6A | 2C | 0 | 1A | 45 | 2C | 25 | 35 | 25 |
| Octal | 220 | 152 | 54 | 0 | 32 | 105 | 54 | 45 | 65 | 45 |
| Binary | 10010000 | 1101010 | 101100 | 0 | 11010 | 1000101 | 101100 | 100101 | 110101 | 100101 |
Color Harmonies of #906A2C
Complementary color
Monochromatic Colors of #906A2C
Black with #906A2C
Text Example
Text Example
White with #906A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906A2C; }
p { color: rgb(144,106,44); }
H1.HeaderClassName
{
color: #906A2C;
}
.AnyTagClassName
{
color: #906A2C;
}
</style>
background-color css
<style>
a { background-color: #906A2C; }
a { background-color: rgb(144,106,44); }
div.DivClassName
{
background-color: #906A2C;
}
.BgClassName
{
background-color: #906A2C;
}
</style>
border-color css
<style>
span { border-color: #906A2C; }
span { border-color: rgb(144,106,44); }
td.TdClassName
{
border-color: #906A2C;
}
.TagClassName
{
border-color: #906A2C;
}
</style>