Shades of Hemp #9F776D
Tints of Hemp #9F776D
RGB
CMYK
RGB Variations
Color information
#9F776D (or 0x9F776D) is known color: Hemp. HEX triplet: 9F, 77 and 6D. RGB value is (159,119,109). Sum of RGB (Red+Green+Blue) = 159+119+109=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 159 - color contains mainly: red. Hex color #9F776D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F776D is #608892. Grayscale: #818181. Windows color (decimal): -6326419 or 7174047. OLE color: 7174047.
HSL color Cylindrical-coordinate representation of color #9F776D: hue angle of 12º degrees, saturation: 0.21, 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 #9F776D is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 119 | 109 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.38 |
| HSL | 12º | 0.21% | 0.53% | - |
| HSV(B) | 12º | 0.31% | 0.62% | - |
| XYZ | 23.66 | 21.67 | 17.4 | - |
| YUV | 129.82 | 116.25 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 119 | 109 | 0 | 0.25 | 0.31 | 0.38 | 12 | 0.21 | 0.53 |
| Hex | 9F | 77 | 6D | 0 | 19 | 1F | 26 | C | 15 | 35 |
| Octal | 237 | 167 | 155 | 0 | 31 | 37 | 46 | 14 | 25 | 65 |
| Binary | 10011111 | 1110111 | 1101101 | 0 | 11001 | 11111 | 100110 | 1100 | 10101 | 110101 |
Color Harmonies of #9F776D
Complementary color
Monochromatic Colors of #9F776D
Black with #9F776D
Text Example
Text Example
White with #9F776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F776D; }
p { color: rgb(159,119,109); }
H1.HeaderClassName
{
color: #9F776D;
}
.AnyTagClassName
{
color: #9F776D;
}
</style>
background-color css
<style>
a { background-color: #9F776D; }
a { background-color: rgb(159,119,109); }
div.DivClassName
{
background-color: #9F776D;
}
.BgClassName
{
background-color: #9F776D;
}
</style>
border-color css
<style>
span { border-color: #9F776D; }
span { border-color: rgb(159,119,109); }
td.TdClassName
{
border-color: #9F776D;
}
.TagClassName
{
border-color: #9F776D;
}
</style>