Shades of Hemp #96756D
Tints of Hemp #96756D
RGB
CMYK
RGB Variations
Color information
#96756D (or 0x96756D) is known color: Hemp. HEX triplet: 96, 75 and 6D. RGB value is (150,117,109). Sum of RGB (Red+Green+Blue) = 150+117+109=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 150 - color contains mainly: red. Hex color #96756D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96756D is #698A92. Grayscale: #7E7E7E. Windows color (decimal): -6916755 or 7173526. OLE color: 7173526.
HSL color Cylindrical-coordinate representation of color #96756D: hue angle of 11.71º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96756D is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 117 | 109 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.41 |
| HSL | 11.71º | 0.16% | 0.51% | - |
| HSV(B) | 11.71º | 0.27% | 0.59% | - |
| XYZ | 21.7 | 20.31 | 17.24 | - |
| YUV | 125.96 | 118.43 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 117 | 109 | 0 | 0.22 | 0.27 | 0.41 | 11.71 | 0.16 | 0.51 |
| Hex | 96 | 75 | 6D | 0 | 16 | 1B | 29 | C | 10 | 33 |
| Octal | 226 | 165 | 155 | 0 | 26 | 33 | 51 | 14 | 20 | 63 |
| Binary | 10010110 | 1110101 | 1101101 | 0 | 10110 | 11011 | 101001 | 1100 | 10000 | 110011 |
Color Harmonies of #96756D
Complementary color
Monochromatic Colors of #96756D
Black with #96756D
Text Example
Text Example
White with #96756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96756D; }
p { color: rgb(150,117,109); }
H1.HeaderClassName
{
color: #96756D;
}
.AnyTagClassName
{
color: #96756D;
}
</style>
background-color css
<style>
a { background-color: #96756D; }
a { background-color: rgb(150,117,109); }
div.DivClassName
{
background-color: #96756D;
}
.BgClassName
{
background-color: #96756D;
}
</style>
border-color css
<style>
span { border-color: #96756D; }
span { border-color: rgb(150,117,109); }
td.TdClassName
{
border-color: #96756D;
}
.TagClassName
{
border-color: #96756D;
}
</style>