Shades of Corn Harvest #916F2F
Tints of Corn Harvest #916F2F
RGB
CMYK
RGB Variations
Color information
#916F2F (or 0x916F2F) is known color: Corn Harvest. HEX triplet: 91, 6F and 2F. RGB value is (145,111,47). Sum of RGB (Red+Green+Blue) = 145+111+47=303 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.85% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 145 - color contains mainly: red. Hex color #916F2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916F2F is #6E90D0. Grayscale: #727272. Windows color (decimal): -7246033 or 3108753. OLE color: 3108753.
HSL color Cylindrical-coordinate representation of color #916F2F: hue angle of 39.18º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #916F2F is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 111 | 47 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.43 |
| HSL | 39.18º | 0.51% | 0.38% | - |
| HSV(B) | 39.18º | 0.68% | 0.57% | - |
| XYZ | 17.87 | 17.59 | 5.14 | - |
| YUV | 113.87 | 90.26 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 111 | 47 | 0 | 0.23 | 0.68 | 0.43 | 39.18 | 0.51 | 0.38 |
| Hex | 91 | 6F | 2F | 0 | 17 | 44 | 2B | 27 | 33 | 26 |
| Octal | 221 | 157 | 57 | 0 | 27 | 104 | 53 | 47 | 63 | 46 |
| Binary | 10010001 | 1101111 | 101111 | 0 | 10111 | 1000100 | 101011 | 100111 | 110011 | 100110 |
Color Harmonies of #916F2F
Complementary color
Monochromatic Colors of #916F2F
Black with #916F2F
Text Example
Text Example
White with #916F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916F2F; }
p { color: rgb(145,111,47); }
H1.HeaderClassName
{
color: #916F2F;
}
.AnyTagClassName
{
color: #916F2F;
}
</style>
background-color css
<style>
a { background-color: #916F2F; }
a { background-color: rgb(145,111,47); }
div.DivClassName
{
background-color: #916F2F;
}
.BgClassName
{
background-color: #916F2F;
}
</style>
border-color css
<style>
span { border-color: #916F2F; }
span { border-color: rgb(145,111,47); }
td.TdClassName
{
border-color: #916F2F;
}
.TagClassName
{
border-color: #916F2F;
}
</style>