Shades of Corn Harvest #956E24
Tints of Corn Harvest #956E24
RGB
CMYK
RGB Variations
Color information
#956E24 (or 0x956E24) is known color: Corn Harvest. HEX triplet: 95, 6E and 24. RGB value is (149,110,36). Sum of RGB (Red+Green+Blue) = 149+110+36=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 36 (14.45% from 255 or 12.20% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #956E24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956E24 is #6A91DB. Grayscale: #717171. Windows color (decimal): -6984156 or 2387605. OLE color: 2387605.
HSL color Cylindrical-coordinate representation of color #956E24: hue angle of 39.29º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #956E24 is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 110 | 36 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.42 |
| HSL | 39.29º | 0.61% | 0.36% | - |
| HSV(B) | 39.29º | 0.76% | 0.58% | - |
| XYZ | 18.29 | 17.67 | 4.12 | - |
| YUV | 113.23 | 84.42 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 110 | 36 | 0 | 0.26 | 0.76 | 0.42 | 39.29 | 0.61 | 0.36 |
| Hex | 95 | 6E | 24 | 0 | 1A | 4C | 2A | 27 | 3D | 24 |
| Octal | 225 | 156 | 44 | 0 | 32 | 114 | 52 | 47 | 75 | 44 |
| Binary | 10010101 | 1101110 | 100100 | 0 | 11010 | 1001100 | 101010 | 100111 | 111101 | 100100 |
Color Harmonies of #956E24
Complementary color
Monochromatic Colors of #956E24
Black with #956E24
Text Example
Text Example
White with #956E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956E24; }
p { color: rgb(149,110,36); }
H1.HeaderClassName
{
color: #956E24;
}
.AnyTagClassName
{
color: #956E24;
}
</style>
background-color css
<style>
a { background-color: #956E24; }
a { background-color: rgb(149,110,36); }
div.DivClassName
{
background-color: #956E24;
}
.BgClassName
{
background-color: #956E24;
}
</style>
border-color css
<style>
span { border-color: #956E24; }
span { border-color: rgb(149,110,36); }
td.TdClassName
{
border-color: #956E24;
}
.TagClassName
{
border-color: #956E24;
}
</style>