Shades of Corn Harvest #956E25
Tints of Corn Harvest #956E25
RGB
CMYK
RGB Variations
Color information
#956E25 (or 0x956E25) is known color: Corn Harvest. HEX triplet: 95, 6E and 25. RGB value is (149,110,37). Sum of RGB (Red+Green+Blue) = 149+110+37=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 110 (43.36% from 255 or 37.16% from 296); Blue value is 37 (14.84% from 255 or 12.5% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #956E25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956E25 is #6A91DA. Grayscale: #717171. Windows color (decimal): -6984155 or 2453141. OLE color: 2453141.
HSL color Cylindrical-coordinate representation of color #956E25: hue angle of 39.11º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #956E25 is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 110 | 37 | - |
| CMYK | 0 | 0.26 | 0.75 | 0.42 |
| HSL | 39.11º | 0.6% | 0.36% | - |
| HSV(B) | 39.11º | 0.75% | 0.58% | - |
| XYZ | 18.3 | 17.67 | 4.2 | - |
| YUV | 113.34 | 84.92 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 110 | 37 | 0 | 0.26 | 0.75 | 0.42 | 39.11 | 0.6 | 0.36 |
| Hex | 95 | 6E | 25 | 0 | 1A | 4B | 2A | 27 | 3C | 24 |
| Octal | 225 | 156 | 45 | 0 | 32 | 113 | 52 | 47 | 74 | 44 |
| Binary | 10010101 | 1101110 | 100101 | 0 | 11010 | 1001011 | 101010 | 100111 | 111100 | 100100 |
Color Harmonies of #956E25
Complementary color
Monochromatic Colors of #956E25
Black with #956E25
Text Example
Text Example
White with #956E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956E25; }
p { color: rgb(149,110,37); }
H1.HeaderClassName
{
color: #956E25;
}
.AnyTagClassName
{
color: #956E25;
}
</style>
background-color css
<style>
a { background-color: #956E25; }
a { background-color: rgb(149,110,37); }
div.DivClassName
{
background-color: #956E25;
}
.BgClassName
{
background-color: #956E25;
}
</style>
border-color css
<style>
span { border-color: #956E25; }
span { border-color: rgb(149,110,37); }
td.TdClassName
{
border-color: #956E25;
}
.TagClassName
{
border-color: #956E25;
}
</style>