Shades of Corn Harvest #926C20
Tints of Corn Harvest #926C20
RGB
CMYK
RGB Variations
Color information
#926C20 (or 0x926C20) is known color: Corn Harvest. HEX triplet: 92, 6C and 20. RGB value is (146,108,32). Sum of RGB (Red+Green+Blue) = 146+108+32=286 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.05% from 286); Green value is 108 (42.58% from 255 or 37.76% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 146 - color contains mainly: red. Hex color #926C20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926C20 is #6D93DF. Grayscale: #6F6F6F. Windows color (decimal): -7181280 or 2124946. OLE color: 2124946.
HSL color Cylindrical-coordinate representation of color #926C20: hue angle of 40º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #926C20 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 108 | 32 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.43 |
| HSL | 40º | 0.64% | 0.35% | - |
| HSV(B) | 40º | 0.78% | 0.57% | - |
| XYZ | 17.48 | 16.94 | 3.72 | - |
| YUV | 110.7 | 83.59 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 108 | 32 | 0 | 0.26 | 0.78 | 0.43 | 40 | 0.64 | 0.35 |
| Hex | 92 | 6C | 20 | 0 | 1A | 4E | 2B | 28 | 40 | 23 |
| Octal | 222 | 154 | 40 | 0 | 32 | 116 | 53 | 50 | 100 | 43 |
| Binary | 10010010 | 1101100 | 100000 | 0 | 11010 | 1001110 | 101011 | 101000 | 1000000 | 100011 |
Color Harmonies of #926C20
Complementary color
Monochromatic Colors of #926C20
Black with #926C20
Text Example
Text Example
White with #926C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926C20; }
p { color: rgb(146,108,32); }
H1.HeaderClassName
{
color: #926C20;
}
.AnyTagClassName
{
color: #926C20;
}
</style>
background-color css
<style>
a { background-color: #926C20; }
a { background-color: rgb(146,108,32); }
div.DivClassName
{
background-color: #926C20;
}
.BgClassName
{
background-color: #926C20;
}
</style>
border-color css
<style>
span { border-color: #926C20; }
span { border-color: rgb(146,108,32); }
td.TdClassName
{
border-color: #926C20;
}
.TagClassName
{
border-color: #926C20;
}
</style>