Shades of Corn Harvest #966D21
Tints of Corn Harvest #966D21
RGB
CMYK
RGB Variations
Color information
#966D21 (or 0x966D21) is known color: Corn Harvest. HEX triplet: 96, 6D and 21. RGB value is (150,109,33). Sum of RGB (Red+Green+Blue) = 150+109+33=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 33 (13.28% from 255 or 11.30% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #966D21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966D21 is #6992DE. Grayscale: #707070. Windows color (decimal): -6918879 or 2190742. OLE color: 2190742.
HSL color Cylindrical-coordinate representation of color #966D21: hue angle of 38.97º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #966D21 is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 109 | 33 | - |
| CMYK | 0 | 0.27 | 0.78 | 0.41 |
| HSL | 38.97º | 0.64% | 0.36% | - |
| HSV(B) | 38.97º | 0.78% | 0.59% | - |
| XYZ | 18.32 | 17.53 | 3.86 | - |
| YUV | 112.6 | 83.08 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 109 | 33 | 0 | 0.27 | 0.78 | 0.41 | 38.97 | 0.64 | 0.36 |
| Hex | 96 | 6D | 21 | 0 | 1B | 4E | 29 | 27 | 40 | 24 |
| Octal | 226 | 155 | 41 | 0 | 33 | 116 | 51 | 47 | 100 | 44 |
| Binary | 10010110 | 1101101 | 100001 | 0 | 11011 | 1001110 | 101001 | 100111 | 1000000 | 100100 |
Color Harmonies of #966D21
Complementary color
Monochromatic Colors of #966D21
Black with #966D21
Text Example
Text Example
White with #966D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966D21; }
p { color: rgb(150,109,33); }
H1.HeaderClassName
{
color: #966D21;
}
.AnyTagClassName
{
color: #966D21;
}
</style>
background-color css
<style>
a { background-color: #966D21; }
a { background-color: rgb(150,109,33); }
div.DivClassName
{
background-color: #966D21;
}
.BgClassName
{
background-color: #966D21;
}
</style>
border-color css
<style>
span { border-color: #966D21; }
span { border-color: rgb(150,109,33); }
td.TdClassName
{
border-color: #966D21;
}
.TagClassName
{
border-color: #966D21;
}
</style>