Shades of Corn Harvest #96752A
Tints of Corn Harvest #96752A
RGB
CMYK
RGB Variations
Color information
#96752A (or 0x96752A) is known color: Corn Harvest. HEX triplet: 96, 75 and 2A. RGB value is (150,117,42). Sum of RGB (Red+Green+Blue) = 150+117+42=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #96752A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96752A is #698AD5. Grayscale: #767676. Windows color (decimal): -6916822 or 2782614. OLE color: 2782614.
HSL color Cylindrical-coordinate representation of color #96752A: hue angle of 41.67º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #96752A is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 117 | 42 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.41 |
| HSL | 41.67º | 0.56% | 0.38% | - |
| HSV(B) | 41.67º | 0.72% | 0.59% | - |
| XYZ | 19.36 | 19.37 | 4.91 | - |
| YUV | 118.32 | 84.93 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 117 | 42 | 0 | 0.22 | 0.72 | 0.41 | 41.67 | 0.56 | 0.38 |
| Hex | 96 | 75 | 2A | 0 | 16 | 48 | 29 | 2A | 38 | 26 |
| Octal | 226 | 165 | 52 | 0 | 26 | 110 | 51 | 52 | 70 | 46 |
| Binary | 10010110 | 1110101 | 101010 | 0 | 10110 | 1001000 | 101001 | 101010 | 111000 | 100110 |
Color Harmonies of #96752A
Complementary color
Monochromatic Colors of #96752A
Black with #96752A
Text Example
Text Example
White with #96752A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96752A; }
p { color: rgb(150,117,42); }
H1.HeaderClassName
{
color: #96752A;
}
.AnyTagClassName
{
color: #96752A;
}
</style>
background-color css
<style>
a { background-color: #96752A; }
a { background-color: rgb(150,117,42); }
div.DivClassName
{
background-color: #96752A;
}
.BgClassName
{
background-color: #96752A;
}
</style>
border-color css
<style>
span { border-color: #96752A; }
span { border-color: rgb(150,117,42); }
td.TdClassName
{
border-color: #96752A;
}
.TagClassName
{
border-color: #96752A;
}
</style>