Shades of Corn Harvest #916E1B
Tints of Corn Harvest #916E1B
RGB
CMYK
RGB Variations
Color information
#916E1B (or 0x916E1B) is known color: Corn Harvest. HEX triplet: 91, 6E and 1B. RGB value is (145,110,27). Sum of RGB (Red+Green+Blue) = 145+110+27=282 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.42% from 282); Green value is 110 (43.36% from 255 or 39.01% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 145 - color contains mainly: red. Hex color #916E1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916E1B is #6E91E4. Grayscale: #6F6F6F. Windows color (decimal): -7246309 or 1797777. OLE color: 1797777.
HSL color Cylindrical-coordinate representation of color #916E1B: hue angle of 42.2º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #916E1B is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 110 | 27 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.43 |
| HSL | 42.2º | 0.69% | 0.34% | - |
| HSV(B) | 42.2º | 0.81% | 0.57% | - |
| XYZ | 17.45 | 17.25 | 3.45 | - |
| YUV | 111 | 80.6 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 110 | 27 | 0 | 0.24 | 0.81 | 0.43 | 42.2 | 0.69 | 0.34 |
| Hex | 91 | 6E | 1B | 0 | 18 | 51 | 2B | 2A | 45 | 22 |
| Octal | 221 | 156 | 33 | 0 | 30 | 121 | 53 | 52 | 105 | 42 |
| Binary | 10010001 | 1101110 | 11011 | 0 | 11000 | 1010001 | 101011 | 101010 | 1000101 | 100010 |
Color Harmonies of #916E1B
Complementary color
Monochromatic Colors of #916E1B
Black with #916E1B
Text Example
Text Example
White with #916E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916E1B; }
p { color: rgb(145,110,27); }
H1.HeaderClassName
{
color: #916E1B;
}
.AnyTagClassName
{
color: #916E1B;
}
</style>
background-color css
<style>
a { background-color: #916E1B; }
a { background-color: rgb(145,110,27); }
div.DivClassName
{
background-color: #916E1B;
}
.BgClassName
{
background-color: #916E1B;
}
</style>
border-color css
<style>
span { border-color: #916E1B; }
span { border-color: rgb(145,110,27); }
td.TdClassName
{
border-color: #916E1B;
}
.TagClassName
{
border-color: #916E1B;
}
</style>