Shades of Hemp #9F776C
Tints of Hemp #9F776C
RGB
CMYK
RGB Variations
Color information
#9F776C (or 0x9F776C) is known color: Hemp. HEX triplet: 9F, 77 and 6C. RGB value is (159,119,108). Sum of RGB (Red+Green+Blue) = 159+119+108=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 159 - color contains mainly: red. Hex color #9F776C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F776C is #608893. Grayscale: #818181. Windows color (decimal): -6326420 or 7108511. OLE color: 7108511.
HSL color Cylindrical-coordinate representation of color #9F776C: hue angle of 12.94º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9F776C is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 119 | 108 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.38 |
| HSL | 12.94º | 0.21% | 0.52% | - |
| HSV(B) | 12.94º | 0.32% | 0.62% | - |
| XYZ | 23.6 | 21.65 | 17.12 | - |
| YUV | 129.71 | 115.75 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 119 | 108 | 0 | 0.25 | 0.32 | 0.38 | 12.94 | 0.21 | 0.52 |
| Hex | 9F | 77 | 6C | 0 | 19 | 20 | 26 | D | 15 | 34 |
| Octal | 237 | 167 | 154 | 0 | 31 | 40 | 46 | 15 | 25 | 64 |
| Binary | 10011111 | 1110111 | 1101100 | 0 | 11001 | 100000 | 100110 | 1101 | 10101 | 110100 |
Color Harmonies of #9F776C
Complementary color
Monochromatic Colors of #9F776C
Black with #9F776C
Text Example
Text Example
White with #9F776C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F776C; }
p { color: rgb(159,119,108); }
H1.HeaderClassName
{
color: #9F776C;
}
.AnyTagClassName
{
color: #9F776C;
}
</style>
background-color css
<style>
a { background-color: #9F776C; }
a { background-color: rgb(159,119,108); }
div.DivClassName
{
background-color: #9F776C;
}
.BgClassName
{
background-color: #9F776C;
}
</style>
border-color css
<style>
span { border-color: #9F776C; }
span { border-color: rgb(159,119,108); }
td.TdClassName
{
border-color: #9F776C;
}
.TagClassName
{
border-color: #9F776C;
}
</style>