Shades of Corn Harvest #906B1E
Tints of Corn Harvest #906B1E
RGB
CMYK
RGB Variations
Color information
#906B1E (or 0x906B1E) is known color: Corn Harvest. HEX triplet: 90, 6B and 1E. RGB value is (144,107,30). Sum of RGB (Red+Green+Blue) = 144+107+30=281 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.25% from 281); Green value is 107 (42.19% from 255 or 38.08% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 144 - color contains mainly: red. Hex color #906B1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906B1E is #6F94E1. Grayscale: #6D6D6D. Windows color (decimal): -7312610 or 1993616. OLE color: 1993616.
HSL color Cylindrical-coordinate representation of color #906B1E: hue angle of 40.53º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #906B1E is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 107 | 30 | - |
| CMYK | 0 | 0.26 | 0.79 | 0.44 |
| HSL | 40.53º | 0.66% | 0.34% | - |
| HSV(B) | 40.53º | 0.79% | 0.56% | - |
| XYZ | 16.99 | 16.54 | 3.52 | - |
| YUV | 109.29 | 83.26 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 107 | 30 | 0 | 0.26 | 0.79 | 0.44 | 40.53 | 0.66 | 0.34 |
| Hex | 90 | 6B | 1E | 0 | 1A | 4F | 2C | 29 | 42 | 22 |
| Octal | 220 | 153 | 36 | 0 | 32 | 117 | 54 | 51 | 102 | 42 |
| Binary | 10010000 | 1101011 | 11110 | 0 | 11010 | 1001111 | 101100 | 101001 | 1000010 | 100010 |
Color Harmonies of #906B1E
Complementary color
Monochromatic Colors of #906B1E
Black with #906B1E
Text Example
Text Example
White with #906B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906B1E; }
p { color: rgb(144,107,30); }
H1.HeaderClassName
{
color: #906B1E;
}
.AnyTagClassName
{
color: #906B1E;
}
</style>
background-color css
<style>
a { background-color: #906B1E; }
a { background-color: rgb(144,107,30); }
div.DivClassName
{
background-color: #906B1E;
}
.BgClassName
{
background-color: #906B1E;
}
</style>
border-color css
<style>
span { border-color: #906B1E; }
span { border-color: rgb(144,107,30); }
td.TdClassName
{
border-color: #906B1E;
}
.TagClassName
{
border-color: #906B1E;
}
</style>