Shades of Corn Harvest #956F23
Tints of Corn Harvest #956F23
RGB
CMYK
RGB Variations
Color information
#956F23 (or 0x956F23) is known color: Corn Harvest. HEX triplet: 95, 6F and 23. RGB value is (149,111,35). Sum of RGB (Red+Green+Blue) = 149+111+35=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 35 (14.06% from 255 or 11.86% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #956F23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956F23 is #6A90DC. Grayscale: #727272. Windows color (decimal): -6983901 or 2322325. OLE color: 2322325.
HSL color Cylindrical-coordinate representation of color #956F23: hue angle of 40º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #956F23 is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 111 | 35 | - |
| CMYK | 0 | 0.26 | 0.77 | 0.42 |
| HSL | 40º | 0.62% | 0.36% | - |
| HSV(B) | 40º | 0.77% | 0.58% | - |
| XYZ | 18.38 | 17.88 | 4.07 | - |
| YUV | 113.7 | 83.59 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 111 | 35 | 0 | 0.26 | 0.77 | 0.42 | 40 | 0.62 | 0.36 |
| Hex | 95 | 6F | 23 | 0 | 1A | 4D | 2A | 28 | 3E | 24 |
| Octal | 225 | 157 | 43 | 0 | 32 | 115 | 52 | 50 | 76 | 44 |
| Binary | 10010101 | 1101111 | 100011 | 0 | 11010 | 1001101 | 101010 | 101000 | 111110 | 100100 |
Color Harmonies of #956F23
Complementary color
Monochromatic Colors of #956F23
Black with #956F23
Text Example
Text Example
White with #956F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956F23; }
p { color: rgb(149,111,35); }
H1.HeaderClassName
{
color: #956F23;
}
.AnyTagClassName
{
color: #956F23;
}
</style>
background-color css
<style>
a { background-color: #956F23; }
a { background-color: rgb(149,111,35); }
div.DivClassName
{
background-color: #956F23;
}
.BgClassName
{
background-color: #956F23;
}
</style>
border-color css
<style>
span { border-color: #956F23; }
span { border-color: rgb(149,111,35); }
td.TdClassName
{
border-color: #956F23;
}
.TagClassName
{
border-color: #956F23;
}
</style>