Shades of Hemp #96766E
Tints of Hemp #96766E
RGB
CMYK
RGB Variations
Color information
#96766E (or 0x96766E) is known color: Hemp. HEX triplet: 96, 76 and 6E. RGB value is (150,118,110). Sum of RGB (Red+Green+Blue) = 150+118+110=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 150 - color contains mainly: red. Hex color #96766E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96766E is #698991. Grayscale: #7E7E7E. Windows color (decimal): -6916498 or 7239318. OLE color: 7239318.
HSL color Cylindrical-coordinate representation of color #96766E: hue angle of 12º 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 #96766E is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 118 | 110 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.41 |
| HSL | 12º | 0.16% | 0.51% | - |
| HSV(B) | 12º | 0.27% | 0.59% | - |
| XYZ | 21.87 | 20.57 | 17.57 | - |
| YUV | 126.66 | 118.6 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 118 | 110 | 0 | 0.21 | 0.27 | 0.41 | 12 | 0.16 | 0.51 |
| Hex | 96 | 76 | 6E | 0 | 15 | 1B | 29 | C | 10 | 33 |
| Octal | 226 | 166 | 156 | 0 | 25 | 33 | 51 | 14 | 20 | 63 |
| Binary | 10010110 | 1110110 | 1101110 | 0 | 10101 | 11011 | 101001 | 1100 | 10000 | 110011 |
Color Harmonies of #96766E
Complementary color
Monochromatic Colors of #96766E
Black with #96766E
Text Example
Text Example
White with #96766E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96766E; }
p { color: rgb(150,118,110); }
H1.HeaderClassName
{
color: #96766E;
}
.AnyTagClassName
{
color: #96766E;
}
</style>
background-color css
<style>
a { background-color: #96766E; }
a { background-color: rgb(150,118,110); }
div.DivClassName
{
background-color: #96766E;
}
.BgClassName
{
background-color: #96766E;
}
</style>
border-color css
<style>
span { border-color: #96766E; }
span { border-color: rgb(150,118,110); }
td.TdClassName
{
border-color: #96766E;
}
.TagClassName
{
border-color: #96766E;
}
</style>