Shades of Hemp #96847D
Tints of Hemp #96847D
RGB
CMYK
RGB Variations
Color information
#96847D (or 0x96847D) is known color: Hemp. HEX triplet: 96, 84 and 7D. RGB value is (150,132,125). Sum of RGB (Red+Green+Blue) = 150+132+125=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 150 - color contains mainly: red. Hex color #96847D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96847D is #697B82. Grayscale: #888888. Windows color (decimal): -6912899 or 8225942. OLE color: 8225942.
HSL color Cylindrical-coordinate representation of color #96847D: hue angle of 16.8º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #96847D is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 132 | 125 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.41 |
| HSL | 16.8º | 0.11% | 0.54% | - |
| HSV(B) | 16.8º | 0.17% | 0.59% | - |
| XYZ | 24.53 | 24.47 | 22.83 | - |
| YUV | 136.58 | 121.46 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 132 | 125 | 0 | 0.12 | 0.17 | 0.41 | 16.8 | 0.11 | 0.54 |
| Hex | 96 | 84 | 7D | 0 | C | 11 | 29 | 11 | B | 36 |
| Octal | 226 | 204 | 175 | 0 | 14 | 21 | 51 | 21 | 13 | 66 |
| Binary | 10010110 | 10000100 | 1111101 | 0 | 1100 | 10001 | 101001 | 10001 | 1011 | 110110 |
Color Harmonies of #96847D
Complementary color
Monochromatic Colors of #96847D
Black with #96847D
Text Example
Text Example
White with #96847D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96847D; }
p { color: rgb(150,132,125); }
H1.HeaderClassName
{
color: #96847D;
}
.AnyTagClassName
{
color: #96847D;
}
</style>
background-color css
<style>
a { background-color: #96847D; }
a { background-color: rgb(150,132,125); }
div.DivClassName
{
background-color: #96847D;
}
.BgClassName
{
background-color: #96847D;
}
</style>
border-color css
<style>
span { border-color: #96847D; }
span { border-color: rgb(150,132,125); }
td.TdClassName
{
border-color: #96847D;
}
.TagClassName
{
border-color: #96847D;
}
</style>