Shades of Corn Harvest #906B2C
Tints of Corn Harvest #906B2C
RGB
CMYK
RGB Variations
Color information
#906B2C (or 0x906B2C) is known color: Corn Harvest. HEX triplet: 90, 6B and 2C. RGB value is (144,107,44). Sum of RGB (Red+Green+Blue) = 144+107+44=295 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.81% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 144 - color contains mainly: red. Hex color #906B2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906B2C is #6F94D3. Grayscale: #6F6F6F. Windows color (decimal): -7312596 or 2911120. OLE color: 2911120.
HSL color Cylindrical-coordinate representation of color #906B2C: hue angle of 37.8º 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 #906B2C is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 107 | 44 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.44 |
| HSL | 37.8º | 0.53% | 0.37% | - |
| HSV(B) | 37.8º | 0.69% | 0.56% | - |
| XYZ | 17.21 | 16.63 | 4.68 | - |
| YUV | 110.88 | 90.26 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 107 | 44 | 0 | 0.26 | 0.69 | 0.44 | 37.8 | 0.53 | 0.37 |
| Hex | 90 | 6B | 2C | 0 | 1A | 45 | 2C | 26 | 35 | 25 |
| Octal | 220 | 153 | 54 | 0 | 32 | 105 | 54 | 46 | 65 | 45 |
| Binary | 10010000 | 1101011 | 101100 | 0 | 11010 | 1000101 | 101100 | 100110 | 110101 | 100101 |
Color Harmonies of #906B2C
Complementary color
Monochromatic Colors of #906B2C
Black with #906B2C
Text Example
Text Example
White with #906B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906B2C; }
p { color: rgb(144,107,44); }
H1.HeaderClassName
{
color: #906B2C;
}
.AnyTagClassName
{
color: #906B2C;
}
</style>
background-color css
<style>
a { background-color: #906B2C; }
a { background-color: rgb(144,107,44); }
div.DivClassName
{
background-color: #906B2C;
}
.BgClassName
{
background-color: #906B2C;
}
</style>
border-color css
<style>
span { border-color: #906B2C; }
span { border-color: rgb(144,107,44); }
td.TdClassName
{
border-color: #906B2C;
}
.TagClassName
{
border-color: #906B2C;
}
</style>