Shades of Corn Harvest #916E30
Tints of Corn Harvest #916E30
RGB
CMYK
RGB Variations
Color information
#916E30 (or 0x916E30) is known color: Corn Harvest. HEX triplet: 91, 6E and 30. RGB value is (145,110,48). Sum of RGB (Red+Green+Blue) = 145+110+48=303 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.85% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 145 - color contains mainly: red. Hex color #916E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916E30 is #6E91CF. Grayscale: #717171. Windows color (decimal): -7246288 or 3174033. OLE color: 3174033.
HSL color Cylindrical-coordinate representation of color #916E30: hue angle of 38.35º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #916E30 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 110 | 48 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.43 |
| HSL | 38.35º | 0.5% | 0.38% | - |
| HSV(B) | 38.35º | 0.67% | 0.57% | - |
| XYZ | 17.79 | 17.39 | 5.21 | - |
| YUV | 113.4 | 91.1 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 110 | 48 | 0 | 0.24 | 0.67 | 0.43 | 38.35 | 0.5 | 0.38 |
| Hex | 91 | 6E | 30 | 0 | 18 | 43 | 2B | 26 | 32 | 26 |
| Octal | 221 | 156 | 60 | 0 | 30 | 103 | 53 | 46 | 62 | 46 |
| Binary | 10010001 | 1101110 | 110000 | 0 | 11000 | 1000011 | 101011 | 100110 | 110010 | 100110 |
Color Harmonies of #916E30
Complementary color
Monochromatic Colors of #916E30
Black with #916E30
Text Example
Text Example
White with #916E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916E30; }
p { color: rgb(145,110,48); }
H1.HeaderClassName
{
color: #916E30;
}
.AnyTagClassName
{
color: #916E30;
}
</style>
background-color css
<style>
a { background-color: #916E30; }
a { background-color: rgb(145,110,48); }
div.DivClassName
{
background-color: #916E30;
}
.BgClassName
{
background-color: #916E30;
}
</style>
border-color css
<style>
span { border-color: #916E30; }
span { border-color: rgb(145,110,48); }
td.TdClassName
{
border-color: #916E30;
}
.TagClassName
{
border-color: #916E30;
}
</style>