Shades of Corn Harvest #956D24
Tints of Corn Harvest #956D24
RGB
CMYK
RGB Variations
Color information
#956D24 (or 0x956D24) is known color: Corn Harvest. HEX triplet: 95, 6D and 24. RGB value is (149,109,36). Sum of RGB (Red+Green+Blue) = 149+109+36=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 36 (14.45% from 255 or 12.24% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #956D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956D24 is #6A92DB. Grayscale: #707070. Windows color (decimal): -6984412 or 2387349. OLE color: 2387349.
HSL color Cylindrical-coordinate representation of color #956D24: hue angle of 38.76º 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 #956D24 is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 109 | 36 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.42 |
| HSL | 38.76º | 0.61% | 0.36% | - |
| HSV(B) | 38.76º | 0.76% | 0.58% | - |
| XYZ | 18.18 | 17.45 | 4.08 | - |
| YUV | 112.64 | 84.75 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 109 | 36 | 0 | 0.27 | 0.76 | 0.42 | 38.76 | 0.61 | 0.36 |
| Hex | 95 | 6D | 24 | 0 | 1B | 4C | 2A | 27 | 3D | 24 |
| Octal | 225 | 155 | 44 | 0 | 33 | 114 | 52 | 47 | 75 | 44 |
| Binary | 10010101 | 1101101 | 100100 | 0 | 11011 | 1001100 | 101010 | 100111 | 111101 | 100100 |
Color Harmonies of #956D24
Complementary color
Monochromatic Colors of #956D24
Black with #956D24
Text Example
Text Example
White with #956D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956D24; }
p { color: rgb(149,109,36); }
H1.HeaderClassName
{
color: #956D24;
}
.AnyTagClassName
{
color: #956D24;
}
</style>
background-color css
<style>
a { background-color: #956D24; }
a { background-color: rgb(149,109,36); }
div.DivClassName
{
background-color: #956D24;
}
.BgClassName
{
background-color: #956D24;
}
</style>
border-color css
<style>
span { border-color: #956D24; }
span { border-color: rgb(149,109,36); }
td.TdClassName
{
border-color: #956D24;
}
.TagClassName
{
border-color: #956D24;
}
</style>