Shades of Corn Harvest #976D22
Tints of Corn Harvest #976D22
RGB
CMYK
RGB Variations
Color information
#976D22 (or 0x976D22) is known color: Corn Harvest. HEX triplet: 97, 6D and 22. RGB value is (151,109,34). Sum of RGB (Red+Green+Blue) = 151+109+34=294 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.36% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 34 (13.67% from 255 or 11.56% from 294); Max value from RGB is 151 - color contains mainly: red. Hex color #976D22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976D22 is #6892DD. Grayscale: #717171. Windows color (decimal): -6853342 or 2256279. OLE color: 2256279.
HSL color Cylindrical-coordinate representation of color #976D22: hue angle of 38.46º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #976D22 is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 109 | 34 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.41 |
| HSL | 38.46º | 0.63% | 0.36% | - |
| HSV(B) | 38.46º | 0.77% | 0.59% | - |
| XYZ | 18.52 | 17.63 | 3.94 | - |
| YUV | 113.01 | 83.41 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 109 | 34 | 0 | 0.28 | 0.77 | 0.41 | 38.46 | 0.63 | 0.36 |
| Hex | 97 | 6D | 22 | 0 | 1C | 4D | 29 | 26 | 3F | 24 |
| Octal | 227 | 155 | 42 | 0 | 34 | 115 | 51 | 46 | 77 | 44 |
| Binary | 10010111 | 1101101 | 100010 | 0 | 11100 | 1001101 | 101001 | 100110 | 111111 | 100100 |
Color Harmonies of #976D22
Complementary color
Monochromatic Colors of #976D22
Black with #976D22
Text Example
Text Example
White with #976D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976D22; }
p { color: rgb(151,109,34); }
H1.HeaderClassName
{
color: #976D22;
}
.AnyTagClassName
{
color: #976D22;
}
</style>
background-color css
<style>
a { background-color: #976D22; }
a { background-color: rgb(151,109,34); }
div.DivClassName
{
background-color: #976D22;
}
.BgClassName
{
background-color: #976D22;
}
</style>
border-color css
<style>
span { border-color: #976D22; }
span { border-color: rgb(151,109,34); }
td.TdClassName
{
border-color: #976D22;
}
.TagClassName
{
border-color: #976D22;
}
</style>