Shades of Hemp #96807B
Tints of Hemp #96807B
RGB
CMYK
RGB Variations
Color information
#96807B (or 0x96807B) is known color: Hemp. HEX triplet: 96, 80 and 7B. RGB value is (150,128,123). Sum of RGB (Red+Green+Blue) = 150+128+123=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 150 - color contains mainly: red. Hex color #96807B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96807B is #697F84. Grayscale: #868686. Windows color (decimal): -6913925 or 8093846. OLE color: 8093846.
HSL color Cylindrical-coordinate representation of color #96807B: hue angle of 11.11º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #96807B is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 128 | 123 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.41 |
| HSL | 11.11º | 0.11% | 0.54% | - |
| HSV(B) | 11.11º | 0.18% | 0.59% | - |
| XYZ | 23.87 | 23.35 | 21.99 | - |
| YUV | 134.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 128 | 123 | 0 | 0.15 | 0.18 | 0.41 | 11.11 | 0.11 | 0.54 |
| Hex | 96 | 80 | 7B | 0 | F | 12 | 29 | B | B | 36 |
| Octal | 226 | 200 | 173 | 0 | 17 | 22 | 51 | 13 | 13 | 66 |
| Binary | 10010110 | 10000000 | 1111011 | 0 | 1111 | 10010 | 101001 | 1011 | 1011 | 110110 |
Color Harmonies of #96807B
Complementary color
Monochromatic Colors of #96807B
Black with #96807B
Text Example
Text Example
White with #96807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96807B; }
p { color: rgb(150,128,123); }
H1.HeaderClassName
{
color: #96807B;
}
.AnyTagClassName
{
color: #96807B;
}
</style>
background-color css
<style>
a { background-color: #96807B; }
a { background-color: rgb(150,128,123); }
div.DivClassName
{
background-color: #96807B;
}
.BgClassName
{
background-color: #96807B;
}
</style>
border-color css
<style>
span { border-color: #96807B; }
span { border-color: rgb(150,128,123); }
td.TdClassName
{
border-color: #96807B;
}
.TagClassName
{
border-color: #96807B;
}
</style>