Shades of Corn Harvest #956B24
Tints of Corn Harvest #956B24
RGB
CMYK
RGB Variations
Color information
#956B24 (or 0x956B24) is known color: Corn Harvest. HEX triplet: 95, 6B and 24. RGB value is (149,107,36). Sum of RGB (Red+Green+Blue) = 149+107+36=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 36 (14.45% from 255 or 12.33% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #956B24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956B24 is #6A94DB. Grayscale: #6F6F6F. Windows color (decimal): -6984924 or 2386837. OLE color: 2386837.
HSL color Cylindrical-coordinate representation of color #956B24: hue angle of 37.7º 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 #956B24 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 107 | 36 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.42 |
| HSL | 37.7º | 0.61% | 0.36% | - |
| HSV(B) | 37.7º | 0.76% | 0.58% | - |
| XYZ | 17.97 | 17.03 | 4.01 | - |
| YUV | 111.46 | 85.41 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 107 | 36 | 0 | 0.28 | 0.76 | 0.42 | 37.7 | 0.61 | 0.36 |
| Hex | 95 | 6B | 24 | 0 | 1C | 4C | 2A | 26 | 3D | 24 |
| Octal | 225 | 153 | 44 | 0 | 34 | 114 | 52 | 46 | 75 | 44 |
| Binary | 10010101 | 1101011 | 100100 | 0 | 11100 | 1001100 | 101010 | 100110 | 111101 | 100100 |
Color Harmonies of #956B24
Complementary color
Monochromatic Colors of #956B24
Black with #956B24
Text Example
Text Example
White with #956B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956B24; }
p { color: rgb(149,107,36); }
H1.HeaderClassName
{
color: #956B24;
}
.AnyTagClassName
{
color: #956B24;
}
</style>
background-color css
<style>
a { background-color: #956B24; }
a { background-color: rgb(149,107,36); }
div.DivClassName
{
background-color: #956B24;
}
.BgClassName
{
background-color: #956B24;
}
</style>
border-color css
<style>
span { border-color: #956B24; }
span { border-color: rgb(149,107,36); }
td.TdClassName
{
border-color: #956B24;
}
.TagClassName
{
border-color: #956B24;
}
</style>