Shades of Corn Harvest #916E2F
Tints of Corn Harvest #916E2F
RGB
CMYK
RGB Variations
Color information
#916E2F (or 0x916E2F) is known color: Corn Harvest. HEX triplet: 91, 6E and 2F. RGB value is (145,110,47). Sum of RGB (Red+Green+Blue) = 145+110+47=302 (40% of max value = 765). Red value is 145 (57.03% from 255 or 48.01% from 302); Green value is 110 (43.36% from 255 or 36.42% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 145 - color contains mainly: red. Hex color #916E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916E2F is #6E91D0. Grayscale: #717171. Windows color (decimal): -7246289 or 3108497. OLE color: 3108497.
HSL color Cylindrical-coordinate representation of color #916E2F: hue angle of 38.57º 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 #916E2F is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 110 | 47 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.43 |
| HSL | 38.57º | 0.51% | 0.38% | - |
| HSV(B) | 38.57º | 0.68% | 0.57% | - |
| XYZ | 17.77 | 17.38 | 5.11 | - |
| YUV | 113.28 | 90.6 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 110 | 47 | 0 | 0.24 | 0.68 | 0.43 | 38.57 | 0.51 | 0.38 |
| Hex | 91 | 6E | 2F | 0 | 18 | 44 | 2B | 27 | 33 | 26 |
| Octal | 221 | 156 | 57 | 0 | 30 | 104 | 53 | 47 | 63 | 46 |
| Binary | 10010001 | 1101110 | 101111 | 0 | 11000 | 1000100 | 101011 | 100111 | 110011 | 100110 |
Color Harmonies of #916E2F
Complementary color
Monochromatic Colors of #916E2F
Black with #916E2F
Text Example
Text Example
White with #916E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916E2F; }
p { color: rgb(145,110,47); }
H1.HeaderClassName
{
color: #916E2F;
}
.AnyTagClassName
{
color: #916E2F;
}
</style>
background-color css
<style>
a { background-color: #916E2F; }
a { background-color: rgb(145,110,47); }
div.DivClassName
{
background-color: #916E2F;
}
.BgClassName
{
background-color: #916E2F;
}
</style>
border-color css
<style>
span { border-color: #916E2F; }
span { border-color: rgb(145,110,47); }
td.TdClassName
{
border-color: #916E2F;
}
.TagClassName
{
border-color: #916E2F;
}
</style>