Shades of Corn Harvest #916E34
Tints of Corn Harvest #916E34
RGB
CMYK
RGB Variations
Color information
#916E34 (or 0x916E34) is known color: Corn Harvest. HEX triplet: 91, 6E and 34. RGB value is (145,110,52). Sum of RGB (Red+Green+Blue) = 145+110+52=307 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.23% from 307); Green value is 110 (43.36% from 255 or 35.83% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 145 - color contains mainly: red. Hex color #916E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916E34 is #6E91CB. Grayscale: #727272. Windows color (decimal): -7246284 or 3436177. OLE color: 3436177.
HSL color Cylindrical-coordinate representation of color #916E34: hue angle of 37.42º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #916E34 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 110 | 52 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.43 |
| HSL | 37.42º | 0.47% | 0.39% | - |
| HSV(B) | 37.42º | 0.64% | 0.57% | - |
| XYZ | 17.87 | 17.42 | 5.67 | - |
| YUV | 113.85 | 93.1 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 110 | 52 | 0 | 0.24 | 0.64 | 0.43 | 37.42 | 0.47 | 0.39 |
| Hex | 91 | 6E | 34 | 0 | 18 | 40 | 2B | 25 | 2F | 27 |
| Octal | 221 | 156 | 64 | 0 | 30 | 100 | 53 | 45 | 57 | 47 |
| Binary | 10010001 | 1101110 | 110100 | 0 | 11000 | 1000000 | 101011 | 100101 | 101111 | 100111 |
Color Harmonies of #916E34
Complementary color
Monochromatic Colors of #916E34
Black with #916E34
Text Example
Text Example
White with #916E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916E34; }
p { color: rgb(145,110,52); }
H1.HeaderClassName
{
color: #916E34;
}
.AnyTagClassName
{
color: #916E34;
}
</style>
background-color css
<style>
a { background-color: #916E34; }
a { background-color: rgb(145,110,52); }
div.DivClassName
{
background-color: #916E34;
}
.BgClassName
{
background-color: #916E34;
}
</style>
border-color css
<style>
span { border-color: #916E34; }
span { border-color: rgb(145,110,52); }
td.TdClassName
{
border-color: #916E34;
}
.TagClassName
{
border-color: #916E34;
}
</style>