Shades of Corn Harvest #956F21
Tints of Corn Harvest #956F21
RGB
CMYK
RGB Variations
Color information
#956F21 (or 0x956F21) is known color: Corn Harvest. HEX triplet: 95, 6F and 21. RGB value is (149,111,33). Sum of RGB (Red+Green+Blue) = 149+111+33=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 111 (43.75% from 255 or 37.88% from 293); Blue value is 33 (13.28% from 255 or 11.26% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #956F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956F21 is #6A90DE. Grayscale: #717171. Windows color (decimal): -6983903 or 2191253. OLE color: 2191253.
HSL color Cylindrical-coordinate representation of color #956F21: hue angle of 40.34º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #956F21 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 111 | 33 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.42 |
| HSL | 40.34º | 0.64% | 0.36% | - |
| HSV(B) | 40.34º | 0.78% | 0.58% | - |
| XYZ | 18.35 | 17.87 | 3.92 | - |
| YUV | 113.47 | 82.59 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 111 | 33 | 0 | 0.26 | 0.78 | 0.42 | 40.34 | 0.64 | 0.36 |
| Hex | 95 | 6F | 21 | 0 | 1A | 4E | 2A | 28 | 40 | 24 |
| Octal | 225 | 157 | 41 | 0 | 32 | 116 | 52 | 50 | 100 | 44 |
| Binary | 10010101 | 1101111 | 100001 | 0 | 11010 | 1001110 | 101010 | 101000 | 1000000 | 100100 |
Color Harmonies of #956F21
Complementary color
Monochromatic Colors of #956F21
Black with #956F21
Text Example
Text Example
White with #956F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956F21; }
p { color: rgb(149,111,33); }
H1.HeaderClassName
{
color: #956F21;
}
.AnyTagClassName
{
color: #956F21;
}
</style>
background-color css
<style>
a { background-color: #956F21; }
a { background-color: rgb(149,111,33); }
div.DivClassName
{
background-color: #956F21;
}
.BgClassName
{
background-color: #956F21;
}
</style>
border-color css
<style>
span { border-color: #956F21; }
span { border-color: rgb(149,111,33); }
td.TdClassName
{
border-color: #956F21;
}
.TagClassName
{
border-color: #956F21;
}
</style>