Shades of Hemp #96766C
Tints of Hemp #96766C
RGB
CMYK
RGB Variations
Color information
#96766C (or 0x96766C) is known color: Hemp. HEX triplet: 96, 76 and 6C. RGB value is (150,118,108). Sum of RGB (Red+Green+Blue) = 150+118+108=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 150 - color contains mainly: red. Hex color #96766C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96766C is #698993. Grayscale: #7E7E7E. Windows color (decimal): -6916500 or 7108246. OLE color: 7108246.
HSL color Cylindrical-coordinate representation of color #96766C: hue angle of 14.29º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96766C is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 118 | 108 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.41 |
| HSL | 14.29º | 0.17% | 0.51% | - |
| HSV(B) | 14.29º | 0.28% | 0.59% | - |
| XYZ | 21.76 | 20.52 | 17 | - |
| YUV | 126.43 | 117.6 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 118 | 108 | 0 | 0.21 | 0.28 | 0.41 | 14.29 | 0.17 | 0.51 |
| Hex | 96 | 76 | 6C | 0 | 15 | 1C | 29 | E | 11 | 33 |
| Octal | 226 | 166 | 154 | 0 | 25 | 34 | 51 | 16 | 21 | 63 |
| Binary | 10010110 | 1110110 | 1101100 | 0 | 10101 | 11100 | 101001 | 1110 | 10001 | 110011 |
Color Harmonies of #96766C
Complementary color
Monochromatic Colors of #96766C
Black with #96766C
Text Example
Text Example
White with #96766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96766C; }
p { color: rgb(150,118,108); }
H1.HeaderClassName
{
color: #96766C;
}
.AnyTagClassName
{
color: #96766C;
}
</style>
background-color css
<style>
a { background-color: #96766C; }
a { background-color: rgb(150,118,108); }
div.DivClassName
{
background-color: #96766C;
}
.BgClassName
{
background-color: #96766C;
}
</style>
border-color css
<style>
span { border-color: #96766C; }
span { border-color: rgb(150,118,108); }
td.TdClassName
{
border-color: #96766C;
}
.TagClassName
{
border-color: #96766C;
}
</style>