Shades of Corn Harvest #956D23
Tints of Corn Harvest #956D23
RGB
CMYK
RGB Variations
Color information
#956D23 (or 0x956D23) is known color: Corn Harvest. HEX triplet: 95, 6D and 23. RGB value is (149,109,35). Sum of RGB (Red+Green+Blue) = 149+109+35=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 35 (14.06% from 255 or 11.95% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #956D23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956D23 is #6A92DC. Grayscale: #707070. Windows color (decimal): -6984413 or 2321813. OLE color: 2321813.
HSL color Cylindrical-coordinate representation of color #956D23: hue angle of 38.95º 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 #956D23 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 109 | 35 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.42 |
| HSL | 38.95º | 0.62% | 0.36% | - |
| HSV(B) | 38.95º | 0.77% | 0.58% | - |
| XYZ | 18.17 | 17.45 | 4 | - |
| YUV | 112.52 | 84.25 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 109 | 35 | 0 | 0.27 | 0.77 | 0.42 | 38.95 | 0.62 | 0.36 |
| Hex | 95 | 6D | 23 | 0 | 1B | 4D | 2A | 27 | 3E | 24 |
| Octal | 225 | 155 | 43 | 0 | 33 | 115 | 52 | 47 | 76 | 44 |
| Binary | 10010101 | 1101101 | 100011 | 0 | 11011 | 1001101 | 101010 | 100111 | 111110 | 100100 |
Color Harmonies of #956D23
Complementary color
Monochromatic Colors of #956D23
Black with #956D23
Text Example
Text Example
White with #956D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956D23; }
p { color: rgb(149,109,35); }
H1.HeaderClassName
{
color: #956D23;
}
.AnyTagClassName
{
color: #956D23;
}
</style>
background-color css
<style>
a { background-color: #956D23; }
a { background-color: rgb(149,109,35); }
div.DivClassName
{
background-color: #956D23;
}
.BgClassName
{
background-color: #956D23;
}
</style>
border-color css
<style>
span { border-color: #956D23; }
span { border-color: rgb(149,109,35); }
td.TdClassName
{
border-color: #956D23;
}
.TagClassName
{
border-color: #956D23;
}
</style>