Shades of Corn Harvest #916C22
Tints of Corn Harvest #916C22
RGB
CMYK
RGB Variations
Color information
#916C22 (or 0x916C22) is known color: Corn Harvest. HEX triplet: 91, 6C and 22. RGB value is (145,108,34). Sum of RGB (Red+Green+Blue) = 145+108+34=287 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.52% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 34 (13.67% from 255 or 11.85% from 287); Max value from RGB is 145 - color contains mainly: red. Hex color #916C22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916C22 is #6E93DD. Grayscale: #6E6E6E. Windows color (decimal): -7246814 or 2256017. OLE color: 2256017.
HSL color Cylindrical-coordinate representation of color #916C22: hue angle of 40º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #916C22 is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 108 | 34 | - |
| CMYK | 0 | 0.26 | 0.77 | 0.43 |
| HSL | 40º | 0.62% | 0.35% | - |
| HSV(B) | 40º | 0.77% | 0.57% | - |
| XYZ | 17.33 | 16.86 | 3.85 | - |
| YUV | 110.63 | 84.76 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 108 | 34 | 0 | 0.26 | 0.77 | 0.43 | 40 | 0.62 | 0.35 |
| Hex | 91 | 6C | 22 | 0 | 1A | 4D | 2B | 28 | 3E | 23 |
| Octal | 221 | 154 | 42 | 0 | 32 | 115 | 53 | 50 | 76 | 43 |
| Binary | 10010001 | 1101100 | 100010 | 0 | 11010 | 1001101 | 101011 | 101000 | 111110 | 100011 |
Color Harmonies of #916C22
Complementary color
Monochromatic Colors of #916C22
Black with #916C22
Text Example
Text Example
White with #916C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916C22; }
p { color: rgb(145,108,34); }
H1.HeaderClassName
{
color: #916C22;
}
.AnyTagClassName
{
color: #916C22;
}
</style>
background-color css
<style>
a { background-color: #916C22; }
a { background-color: rgb(145,108,34); }
div.DivClassName
{
background-color: #916C22;
}
.BgClassName
{
background-color: #916C22;
}
</style>
border-color css
<style>
span { border-color: #916C22; }
span { border-color: rgb(145,108,34); }
td.TdClassName
{
border-color: #916C22;
}
.TagClassName
{
border-color: #916C22;
}
</style>