Shades of Hemp #96807A
Tints of Hemp #96807A
RGB
CMYK
RGB Variations
Color information
#96807A (or 0x96807A) is known color: Hemp. HEX triplet: 96, 80 and 7A. RGB value is (150,128,122). Sum of RGB (Red+Green+Blue) = 150+128+122=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 150 - color contains mainly: red. Hex color #96807A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96807A is #697F85. Grayscale: #858585. Windows color (decimal): -6913926 or 8028310. OLE color: 8028310.
HSL color Cylindrical-coordinate representation of color #96807A: hue angle of 12.86º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96807A is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 128 | 122 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.41 |
| HSL | 12.86º | 0.12% | 0.53% | - |
| HSV(B) | 12.86º | 0.19% | 0.59% | - |
| XYZ | 23.81 | 23.33 | 21.66 | - |
| YUV | 133.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 128 | 122 | 0 | 0.15 | 0.19 | 0.41 | 12.86 | 0.12 | 0.53 |
| Hex | 96 | 80 | 7A | 0 | F | 13 | 29 | D | C | 35 |
| Octal | 226 | 200 | 172 | 0 | 17 | 23 | 51 | 15 | 14 | 65 |
| Binary | 10010110 | 10000000 | 1111010 | 0 | 1111 | 10011 | 101001 | 1101 | 1100 | 110101 |
Color Harmonies of #96807A
Complementary color
Monochromatic Colors of #96807A
Black with #96807A
Text Example
Text Example
White with #96807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96807A; }
p { color: rgb(150,128,122); }
H1.HeaderClassName
{
color: #96807A;
}
.AnyTagClassName
{
color: #96807A;
}
</style>
background-color css
<style>
a { background-color: #96807A; }
a { background-color: rgb(150,128,122); }
div.DivClassName
{
background-color: #96807A;
}
.BgClassName
{
background-color: #96807A;
}
</style>
border-color css
<style>
span { border-color: #96807A; }
span { border-color: rgb(150,128,122); }
td.TdClassName
{
border-color: #96807A;
}
.TagClassName
{
border-color: #96807A;
}
</style>