Shades of Corn Harvest #916E27
Tints of Corn Harvest #916E27
RGB
CMYK
RGB Variations
Color information
#916E27 (or 0x916E27) is known color: Corn Harvest. HEX triplet: 91, 6E and 27. RGB value is (145,110,39). Sum of RGB (Red+Green+Blue) = 145+110+39=294 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.32% from 294); Green value is 110 (43.36% from 255 or 37.41% from 294); Blue value is 39 (15.62% from 255 or 13.27% from 294); Max value from RGB is 145 - color contains mainly: red. Hex color #916E27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916E27 is #6E91D8. Grayscale: #707070. Windows color (decimal): -7246297 or 2584209. OLE color: 2584209.
HSL color Cylindrical-coordinate representation of color #916E27: hue angle of 40.19º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #916E27 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 110 | 39 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.43 |
| HSL | 40.19º | 0.58% | 0.36% | - |
| HSV(B) | 40.19º | 0.73% | 0.57% | - |
| XYZ | 17.62 | 17.32 | 4.33 | - |
| YUV | 112.37 | 86.6 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 110 | 39 | 0 | 0.24 | 0.73 | 0.43 | 40.19 | 0.58 | 0.36 |
| Hex | 91 | 6E | 27 | 0 | 18 | 49 | 2B | 28 | 3A | 24 |
| Octal | 221 | 156 | 47 | 0 | 30 | 111 | 53 | 50 | 72 | 44 |
| Binary | 10010001 | 1101110 | 100111 | 0 | 11000 | 1001001 | 101011 | 101000 | 111010 | 100100 |
Color Harmonies of #916E27
Complementary color
Monochromatic Colors of #916E27
Black with #916E27
Text Example
Text Example
White with #916E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916E27; }
p { color: rgb(145,110,39); }
H1.HeaderClassName
{
color: #916E27;
}
.AnyTagClassName
{
color: #916E27;
}
</style>
background-color css
<style>
a { background-color: #916E27; }
a { background-color: rgb(145,110,39); }
div.DivClassName
{
background-color: #916E27;
}
.BgClassName
{
background-color: #916E27;
}
</style>
border-color css
<style>
span { border-color: #916E27; }
span { border-color: rgb(145,110,39); }
td.TdClassName
{
border-color: #916E27;
}
.TagClassName
{
border-color: #916E27;
}
</style>