Shades of Hemp #96796C
Tints of Hemp #96796C
RGB
CMYK
RGB Variations
Color information
#96796C (or 0x96796C) is known color: Hemp. HEX triplet: 96, 79 and 6C. RGB value is (150,121,108). Sum of RGB (Red+Green+Blue) = 150+121+108=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 150 - color contains mainly: red. Hex color #96796C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96796C is #698693. Grayscale: #808080. Windows color (decimal): -6915732 or 7109014. OLE color: 7109014.
HSL color Cylindrical-coordinate representation of color #96796C: hue angle of 18.57º 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 #96796C is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 121 | 108 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.41 |
| HSL | 18.57º | 0.17% | 0.51% | - |
| HSV(B) | 18.57º | 0.28% | 0.59% | - |
| XYZ | 22.12 | 21.24 | 17.12 | - |
| YUV | 128.19 | 116.61 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 121 | 108 | 0 | 0.19 | 0.28 | 0.41 | 18.57 | 0.17 | 0.51 |
| Hex | 96 | 79 | 6C | 0 | 13 | 1C | 29 | 13 | 11 | 33 |
| Octal | 226 | 171 | 154 | 0 | 23 | 34 | 51 | 23 | 21 | 63 |
| Binary | 10010110 | 1111001 | 1101100 | 0 | 10011 | 11100 | 101001 | 10011 | 10001 | 110011 |
Color Harmonies of #96796C
Complementary color
Monochromatic Colors of #96796C
Black with #96796C
Text Example
Text Example
White with #96796C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96796C; }
p { color: rgb(150,121,108); }
H1.HeaderClassName
{
color: #96796C;
}
.AnyTagClassName
{
color: #96796C;
}
</style>
background-color css
<style>
a { background-color: #96796C; }
a { background-color: rgb(150,121,108); }
div.DivClassName
{
background-color: #96796C;
}
.BgClassName
{
background-color: #96796C;
}
</style>
border-color css
<style>
span { border-color: #96796C; }
span { border-color: rgb(150,121,108); }
td.TdClassName
{
border-color: #96796C;
}
.TagClassName
{
border-color: #96796C;
}
</style>