Shades of Hemp #96786F
Tints of Hemp #96786F
RGB
CMYK
RGB Variations
Color information
#96786F (or 0x96786F) is known color: Hemp. HEX triplet: 96, 78 and 6F. RGB value is (150,120,111). Sum of RGB (Red+Green+Blue) = 150+120+111=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 150 - color contains mainly: red. Hex color #96786F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96786F is #698790. Grayscale: #808080. Windows color (decimal): -6915985 or 7305366. OLE color: 7305366.
HSL color Cylindrical-coordinate representation of color #96786F: hue angle of 13.85º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96786F is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 120 | 111 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.41 |
| HSL | 13.85º | 0.16% | 0.51% | - |
| HSV(B) | 13.85º | 0.26% | 0.59% | - |
| XYZ | 22.16 | 21.06 | 17.94 | - |
| YUV | 127.94 | 118.44 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 120 | 111 | 0 | 0.20 | 0.26 | 0.41 | 13.85 | 0.16 | 0.51 |
| Hex | 96 | 78 | 6F | 0 | 14 | 1A | 29 | E | 10 | 33 |
| Octal | 226 | 170 | 157 | 0 | 24 | 32 | 51 | 16 | 20 | 63 |
| Binary | 10010110 | 1111000 | 1101111 | 0 | 10100 | 11010 | 101001 | 1110 | 10000 | 110011 |
Color Harmonies of #96786F
Complementary color
Monochromatic Colors of #96786F
Black with #96786F
Text Example
Text Example
White with #96786F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96786F; }
p { color: rgb(150,120,111); }
H1.HeaderClassName
{
color: #96786F;
}
.AnyTagClassName
{
color: #96786F;
}
</style>
background-color css
<style>
a { background-color: #96786F; }
a { background-color: rgb(150,120,111); }
div.DivClassName
{
background-color: #96786F;
}
.BgClassName
{
background-color: #96786F;
}
</style>
border-color css
<style>
span { border-color: #96786F; }
span { border-color: rgb(150,120,111); }
td.TdClassName
{
border-color: #96786F;
}
.TagClassName
{
border-color: #96786F;
}
</style>