Shades of Corn Harvest #906C2C
Tints of Corn Harvest #906C2C
RGB
CMYK
RGB Variations
Color information
#906C2C (or 0x906C2C) is known color: Corn Harvest. HEX triplet: 90, 6C and 2C. RGB value is (144,108,44). Sum of RGB (Red+Green+Blue) = 144+108+44=296 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.65% from 296); Green value is 108 (42.58% from 255 or 36.49% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 144 - color contains mainly: red. Hex color #906C2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906C2C is #6F93D3. Grayscale: #6F6F6F. Windows color (decimal): -7312340 or 2911376. OLE color: 2911376.
HSL color Cylindrical-coordinate representation of color #906C2C: hue angle of 38.4º 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 #906C2C is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 108 | 44 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.44 |
| HSL | 38.4º | 0.53% | 0.37% | - |
| HSV(B) | 38.4º | 0.69% | 0.56% | - |
| XYZ | 17.32 | 16.84 | 4.72 | - |
| YUV | 111.47 | 89.93 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 108 | 44 | 0 | 0.25 | 0.69 | 0.44 | 38.4 | 0.53 | 0.37 |
| Hex | 90 | 6C | 2C | 0 | 19 | 45 | 2C | 26 | 35 | 25 |
| Octal | 220 | 154 | 54 | 0 | 31 | 105 | 54 | 46 | 65 | 45 |
| Binary | 10010000 | 1101100 | 101100 | 0 | 11001 | 1000101 | 101100 | 100110 | 110101 | 100101 |
Color Harmonies of #906C2C
Complementary color
Monochromatic Colors of #906C2C
Black with #906C2C
Text Example
Text Example
White with #906C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906C2C; }
p { color: rgb(144,108,44); }
H1.HeaderClassName
{
color: #906C2C;
}
.AnyTagClassName
{
color: #906C2C;
}
</style>
background-color css
<style>
a { background-color: #906C2C; }
a { background-color: rgb(144,108,44); }
div.DivClassName
{
background-color: #906C2C;
}
.BgClassName
{
background-color: #906C2C;
}
</style>
border-color css
<style>
span { border-color: #906C2C; }
span { border-color: rgb(144,108,44); }
td.TdClassName
{
border-color: #906C2C;
}
.TagClassName
{
border-color: #906C2C;
}
</style>