Shades of Corn Harvest #96752B
Tints of Corn Harvest #96752B
RGB
CMYK
RGB Variations
Color information
#96752B (or 0x96752B) is known color: Corn Harvest. HEX triplet: 96, 75 and 2B. RGB value is (150,117,43). Sum of RGB (Red+Green+Blue) = 150+117+43=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 43 (17.19% from 255 or 13.87% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #96752B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96752B is #698AD4. Grayscale: #767676. Windows color (decimal): -6916821 or 2848150. OLE color: 2848150.
HSL color Cylindrical-coordinate representation of color #96752B: hue angle of 41.5º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96752B is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 117 | 43 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.41 |
| HSL | 41.5º | 0.55% | 0.38% | - |
| HSV(B) | 41.5º | 0.71% | 0.59% | - |
| XYZ | 19.38 | 19.38 | 5.01 | - |
| YUV | 118.43 | 85.43 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 117 | 43 | 0 | 0.22 | 0.71 | 0.41 | 41.5 | 0.55 | 0.38 |
| Hex | 96 | 75 | 2B | 0 | 16 | 47 | 29 | 29 | 37 | 26 |
| Octal | 226 | 165 | 53 | 0 | 26 | 107 | 51 | 51 | 67 | 46 |
| Binary | 10010110 | 1110101 | 101011 | 0 | 10110 | 1000111 | 101001 | 101001 | 110111 | 100110 |
Color Harmonies of #96752B
Complementary color
Monochromatic Colors of #96752B
Black with #96752B
Text Example
Text Example
White with #96752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96752B; }
p { color: rgb(150,117,43); }
H1.HeaderClassName
{
color: #96752B;
}
.AnyTagClassName
{
color: #96752B;
}
</style>
background-color css
<style>
a { background-color: #96752B; }
a { background-color: rgb(150,117,43); }
div.DivClassName
{
background-color: #96752B;
}
.BgClassName
{
background-color: #96752B;
}
</style>
border-color css
<style>
span { border-color: #96752B; }
span { border-color: rgb(150,117,43); }
td.TdClassName
{
border-color: #96752B;
}
.TagClassName
{
border-color: #96752B;
}
</style>