Shades of Hemp #96776D
Tints of Hemp #96776D
RGB
CMYK
RGB Variations
Color information
#96776D (or 0x96776D) is known color: Hemp. HEX triplet: 96, 77 and 6D. RGB value is (150,119,109). Sum of RGB (Red+Green+Blue) = 150+119+109=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 150 - color contains mainly: red. Hex color #96776D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96776D is #698892. Grayscale: #7F7F7F. Windows color (decimal): -6916243 or 7174038. OLE color: 7174038.
HSL color Cylindrical-coordinate representation of color #96776D: hue angle of 14.63º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96776D is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 119 | 109 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.41 |
| HSL | 14.63º | 0.16% | 0.51% | - |
| HSV(B) | 14.63º | 0.27% | 0.59% | - |
| XYZ | 21.93 | 20.78 | 17.32 | - |
| YUV | 127.13 | 117.77 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 119 | 109 | 0 | 0.21 | 0.27 | 0.41 | 14.63 | 0.16 | 0.51 |
| Hex | 96 | 77 | 6D | 0 | 15 | 1B | 29 | F | 10 | 33 |
| Octal | 226 | 167 | 155 | 0 | 25 | 33 | 51 | 17 | 20 | 63 |
| Binary | 10010110 | 1110111 | 1101101 | 0 | 10101 | 11011 | 101001 | 1111 | 10000 | 110011 |
Color Harmonies of #96776D
Complementary color
Monochromatic Colors of #96776D
Black with #96776D
Text Example
Text Example
White with #96776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96776D; }
p { color: rgb(150,119,109); }
H1.HeaderClassName
{
color: #96776D;
}
.AnyTagClassName
{
color: #96776D;
}
</style>
background-color css
<style>
a { background-color: #96776D; }
a { background-color: rgb(150,119,109); }
div.DivClassName
{
background-color: #96776D;
}
.BgClassName
{
background-color: #96776D;
}
</style>
border-color css
<style>
span { border-color: #96776D; }
span { border-color: rgb(150,119,109); }
td.TdClassName
{
border-color: #96776D;
}
.TagClassName
{
border-color: #96776D;
}
</style>