Shades of Hemp #96786C
Tints of Hemp #96786C
RGB
CMYK
RGB Variations
Color information
#96786C (or 0x96786C) is known color: Hemp. HEX triplet: 96, 78 and 6C. RGB value is (150,120,108). Sum of RGB (Red+Green+Blue) = 150+120+108=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 150 - color contains mainly: red. Hex color #96786C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96786C is #698793. Grayscale: #7F7F7F. Windows color (decimal): -6915988 or 7108758. OLE color: 7108758.
HSL color Cylindrical-coordinate representation of color #96786C: hue angle of 17.14º 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 #96786C is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 120 | 108 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.41 |
| HSL | 17.14º | 0.17% | 0.51% | - |
| HSV(B) | 17.14º | 0.28% | 0.59% | - |
| XYZ | 22 | 21 | 17.08 | - |
| YUV | 127.6 | 116.94 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 120 | 108 | 0 | 0.20 | 0.28 | 0.41 | 17.14 | 0.17 | 0.51 |
| Hex | 96 | 78 | 6C | 0 | 14 | 1C | 29 | 11 | 11 | 33 |
| Octal | 226 | 170 | 154 | 0 | 24 | 34 | 51 | 21 | 21 | 63 |
| Binary | 10010110 | 1111000 | 1101100 | 0 | 10100 | 11100 | 101001 | 10001 | 10001 | 110011 |
Color Harmonies of #96786C
Complementary color
Monochromatic Colors of #96786C
Black with #96786C
Text Example
Text Example
White with #96786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96786C; }
p { color: rgb(150,120,108); }
H1.HeaderClassName
{
color: #96786C;
}
.AnyTagClassName
{
color: #96786C;
}
</style>
background-color css
<style>
a { background-color: #96786C; }
a { background-color: rgb(150,120,108); }
div.DivClassName
{
background-color: #96786C;
}
.BgClassName
{
background-color: #96786C;
}
</style>
border-color css
<style>
span { border-color: #96786C; }
span { border-color: rgb(150,120,108); }
td.TdClassName
{
border-color: #96786C;
}
.TagClassName
{
border-color: #96786C;
}
</style>