Shades of Hemp #9F776E
Tints of Hemp #9F776E
RGB
CMYK
RGB Variations
Color information
#9F776E (or 0x9F776E) is known color: Hemp. HEX triplet: 9F, 77 and 6E. RGB value is (159,119,110). Sum of RGB (Red+Green+Blue) = 159+119+110=388 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.98% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 159 - color contains mainly: red. Hex color #9F776E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F776E is #608891. Grayscale: #828282. Windows color (decimal): -6326418 or 7239583. OLE color: 7239583.
HSL color Cylindrical-coordinate representation of color #9F776E: hue angle of 11.02º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9F776E is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 119 | 110 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.38 |
| HSL | 11.02º | 0.2% | 0.53% | - |
| HSV(B) | 11.02º | 0.31% | 0.62% | - |
| XYZ | 23.71 | 21.69 | 17.69 | - |
| YUV | 129.93 | 116.75 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 119 | 110 | 0 | 0.25 | 0.31 | 0.38 | 11.02 | 0.2 | 0.53 |
| Hex | 9F | 77 | 6E | 0 | 19 | 1F | 26 | B | 14 | 35 |
| Octal | 237 | 167 | 156 | 0 | 31 | 37 | 46 | 13 | 24 | 65 |
| Binary | 10011111 | 1110111 | 1101110 | 0 | 11001 | 11111 | 100110 | 1011 | 10100 | 110101 |
Color Harmonies of #9F776E
Complementary color
Monochromatic Colors of #9F776E
Black with #9F776E
Text Example
Text Example
White with #9F776E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F776E; }
p { color: rgb(159,119,110); }
H1.HeaderClassName
{
color: #9F776E;
}
.AnyTagClassName
{
color: #9F776E;
}
</style>
background-color css
<style>
a { background-color: #9F776E; }
a { background-color: rgb(159,119,110); }
div.DivClassName
{
background-color: #9F776E;
}
.BgClassName
{
background-color: #9F776E;
}
</style>
border-color css
<style>
span { border-color: #9F776E; }
span { border-color: rgb(159,119,110); }
td.TdClassName
{
border-color: #9F776E;
}
.TagClassName
{
border-color: #9F776E;
}
</style>