Shades of Corn Harvest #916A23
Tints of Corn Harvest #916A23
RGB
CMYK
RGB Variations
Color information
#916A23 (or 0x916A23) is known color: Corn Harvest. HEX triplet: 91, 6A and 23. RGB value is (145,106,35). Sum of RGB (Red+Green+Blue) = 145+106+35=286 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.70% from 286); Green value is 106 (41.80% from 255 or 37.06% from 286); Blue value is 35 (14.06% from 255 or 12.24% from 286); Max value from RGB is 145 - color contains mainly: red. Hex color #916A23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916A23 is #6E95DC. Grayscale: #6D6D6D. Windows color (decimal): -7247325 or 2321041. OLE color: 2321041.
HSL color Cylindrical-coordinate representation of color #916A23: hue angle of 38.73º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #916A23 is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 106 | 35 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.43 |
| HSL | 38.73º | 0.61% | 0.35% | - |
| HSV(B) | 38.73º | 0.76% | 0.57% | - |
| XYZ | 17.13 | 16.45 | 3.86 | - |
| YUV | 109.57 | 85.92 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 106 | 35 | 0 | 0.27 | 0.76 | 0.43 | 38.73 | 0.61 | 0.35 |
| Hex | 91 | 6A | 23 | 0 | 1B | 4C | 2B | 27 | 3D | 23 |
| Octal | 221 | 152 | 43 | 0 | 33 | 114 | 53 | 47 | 75 | 43 |
| Binary | 10010001 | 1101010 | 100011 | 0 | 11011 | 1001100 | 101011 | 100111 | 111101 | 100011 |
Color Harmonies of #916A23
Complementary color
Monochromatic Colors of #916A23
Black with #916A23
Text Example
Text Example
White with #916A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916A23; }
p { color: rgb(145,106,35); }
H1.HeaderClassName
{
color: #916A23;
}
.AnyTagClassName
{
color: #916A23;
}
</style>
background-color css
<style>
a { background-color: #916A23; }
a { background-color: rgb(145,106,35); }
div.DivClassName
{
background-color: #916A23;
}
.BgClassName
{
background-color: #916A23;
}
</style>
border-color css
<style>
span { border-color: #916A23; }
span { border-color: rgb(145,106,35); }
td.TdClassName
{
border-color: #916A23;
}
.TagClassName
{
border-color: #916A23;
}
</style>