Shades of Corn Harvest #946E20
Tints of Corn Harvest #946E20
RGB
CMYK
RGB Variations
Color information
#946E20 (or 0x946E20) is known color: Corn Harvest. HEX triplet: 94, 6E and 20. RGB value is (148,110,32). Sum of RGB (Red+Green+Blue) = 148+110+32=290 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.03% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 148 - color contains mainly: red. Hex color #946E20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946E20 is #6B91DF. Grayscale: #707070. Windows color (decimal): -7049696 or 2125460. OLE color: 2125460.
HSL color Cylindrical-coordinate representation of color #946E20: hue angle of 40.34º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #946E20 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 110 | 32 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.42 |
| HSL | 40.34º | 0.64% | 0.35% | - |
| HSV(B) | 40.34º | 0.78% | 0.58% | - |
| XYZ | 18.05 | 17.55 | 3.8 | - |
| YUV | 112.47 | 82.59 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 110 | 32 | 0 | 0.26 | 0.78 | 0.42 | 40.34 | 0.64 | 0.35 |
| Hex | 94 | 6E | 20 | 0 | 1A | 4E | 2A | 28 | 40 | 23 |
| Octal | 224 | 156 | 40 | 0 | 32 | 116 | 52 | 50 | 100 | 43 |
| Binary | 10010100 | 1101110 | 100000 | 0 | 11010 | 1001110 | 101010 | 101000 | 1000000 | 100011 |
Color Harmonies of #946E20
Complementary color
Monochromatic Colors of #946E20
Black with #946E20
Text Example
Text Example
White with #946E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946E20; }
p { color: rgb(148,110,32); }
H1.HeaderClassName
{
color: #946E20;
}
.AnyTagClassName
{
color: #946E20;
}
</style>
background-color css
<style>
a { background-color: #946E20; }
a { background-color: rgb(148,110,32); }
div.DivClassName
{
background-color: #946E20;
}
.BgClassName
{
background-color: #946E20;
}
</style>
border-color css
<style>
span { border-color: #946E20; }
span { border-color: rgb(148,110,32); }
td.TdClassName
{
border-color: #946E20;
}
.TagClassName
{
border-color: #946E20;
}
</style>