Shades of Corn Harvest #916F36
Tints of Corn Harvest #916F36
RGB
CMYK
RGB Variations
Color information
#916F36 (or 0x916F36) is known color: Corn Harvest. HEX triplet: 91, 6F and 36. RGB value is (145,111,54). Sum of RGB (Red+Green+Blue) = 145+111+54=310 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.77% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 145 - color contains mainly: red. Hex color #916F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916F36 is #6E90C9. Grayscale: #727272. Windows color (decimal): -7246026 or 3567505. OLE color: 3567505.
HSL color Cylindrical-coordinate representation of color #916F36: hue angle of 37.58º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #916F36 is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 111 | 54 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.43 |
| HSL | 37.58º | 0.46% | 0.39% | - |
| HSV(B) | 37.58º | 0.63% | 0.57% | - |
| XYZ | 18.03 | 17.65 | 5.95 | - |
| YUV | 114.67 | 93.76 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 111 | 54 | 0 | 0.23 | 0.63 | 0.43 | 37.58 | 0.46 | 0.39 |
| Hex | 91 | 6F | 36 | 0 | 17 | 3F | 2B | 26 | 2E | 27 |
| Octal | 221 | 157 | 66 | 0 | 27 | 77 | 53 | 46 | 56 | 47 |
| Binary | 10010001 | 1101111 | 110110 | 0 | 10111 | 111111 | 101011 | 100110 | 101110 | 100111 |
Color Harmonies of #916F36
Complementary color
Monochromatic Colors of #916F36
Black with #916F36
Text Example
Text Example
White with #916F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916F36; }
p { color: rgb(145,111,54); }
H1.HeaderClassName
{
color: #916F36;
}
.AnyTagClassName
{
color: #916F36;
}
</style>
background-color css
<style>
a { background-color: #916F36; }
a { background-color: rgb(145,111,54); }
div.DivClassName
{
background-color: #916F36;
}
.BgClassName
{
background-color: #916F36;
}
</style>
border-color css
<style>
span { border-color: #916F36; }
span { border-color: rgb(145,111,54); }
td.TdClassName
{
border-color: #916F36;
}
.TagClassName
{
border-color: #916F36;
}
</style>