Shades of Corn Harvest #966D23
Tints of Corn Harvest #966D23
RGB
CMYK
RGB Variations
Color information
#966D23 (or 0x966D23) is known color: Corn Harvest. HEX triplet: 96, 6D and 23. RGB value is (150,109,35). Sum of RGB (Red+Green+Blue) = 150+109+35=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 35 (14.06% from 255 or 11.90% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #966D23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966D23 is #6992DC. Grayscale: #717171. Windows color (decimal): -6918877 or 2321814. OLE color: 2321814.
HSL color Cylindrical-coordinate representation of color #966D23: hue angle of 38.61º degrees, saturation: 0.62, 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 #966D23 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 109 | 35 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.41 |
| HSL | 38.61º | 0.62% | 0.36% | - |
| HSV(B) | 38.61º | 0.77% | 0.59% | - |
| XYZ | 18.35 | 17.54 | 4.01 | - |
| YUV | 112.82 | 84.08 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 109 | 35 | 0 | 0.27 | 0.77 | 0.41 | 38.61 | 0.62 | 0.36 |
| Hex | 96 | 6D | 23 | 0 | 1B | 4D | 29 | 27 | 3E | 24 |
| Octal | 226 | 155 | 43 | 0 | 33 | 115 | 51 | 47 | 76 | 44 |
| Binary | 10010110 | 1101101 | 100011 | 0 | 11011 | 1001101 | 101001 | 100111 | 111110 | 100100 |
Color Harmonies of #966D23
Complementary color
Monochromatic Colors of #966D23
Black with #966D23
Text Example
Text Example
White with #966D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966D23; }
p { color: rgb(150,109,35); }
H1.HeaderClassName
{
color: #966D23;
}
.AnyTagClassName
{
color: #966D23;
}
</style>
background-color css
<style>
a { background-color: #966D23; }
a { background-color: rgb(150,109,35); }
div.DivClassName
{
background-color: #966D23;
}
.BgClassName
{
background-color: #966D23;
}
</style>
border-color css
<style>
span { border-color: #966D23; }
span { border-color: rgb(150,109,35); }
td.TdClassName
{
border-color: #966D23;
}
.TagClassName
{
border-color: #966D23;
}
</style>