Shades of Corn Harvest #916C20
Tints of Corn Harvest #916C20
RGB
CMYK
RGB Variations
Color information
#916C20 (or 0x916C20) is known color: Corn Harvest. HEX triplet: 91, 6C and 20. RGB value is (145,108,32). Sum of RGB (Red+Green+Blue) = 145+108+32=285 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.88% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 145 - color contains mainly: red. Hex color #916C20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916C20 is #6E93DF. Grayscale: #6E6E6E. Windows color (decimal): -7246816 or 2124945. OLE color: 2124945.
HSL color Cylindrical-coordinate representation of color #916C20: hue angle of 40.35º 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 #916C20 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 108 | 32 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.43 |
| HSL | 40.35º | 0.64% | 0.35% | - |
| HSV(B) | 40.35º | 0.78% | 0.57% | - |
| XYZ | 17.3 | 16.85 | 3.71 | - |
| YUV | 110.4 | 83.76 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 108 | 32 | 0 | 0.26 | 0.78 | 0.43 | 40.35 | 0.64 | 0.35 |
| Hex | 91 | 6C | 20 | 0 | 1A | 4E | 2B | 28 | 40 | 23 |
| Octal | 221 | 154 | 40 | 0 | 32 | 116 | 53 | 50 | 100 | 43 |
| Binary | 10010001 | 1101100 | 100000 | 0 | 11010 | 1001110 | 101011 | 101000 | 1000000 | 100011 |
Color Harmonies of #916C20
Complementary color
Monochromatic Colors of #916C20
Black with #916C20
Text Example
Text Example
White with #916C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916C20; }
p { color: rgb(145,108,32); }
H1.HeaderClassName
{
color: #916C20;
}
.AnyTagClassName
{
color: #916C20;
}
</style>
background-color css
<style>
a { background-color: #916C20; }
a { background-color: rgb(145,108,32); }
div.DivClassName
{
background-color: #916C20;
}
.BgClassName
{
background-color: #916C20;
}
</style>
border-color css
<style>
span { border-color: #916C20; }
span { border-color: rgb(145,108,32); }
td.TdClassName
{
border-color: #916C20;
}
.TagClassName
{
border-color: #916C20;
}
</style>