Shades of Hemp #9F766E
Tints of Hemp #9F766E
RGB
CMYK
RGB Variations
Color information
#9F766E (or 0x9F766E) is known color: Hemp. HEX triplet: 9F, 76 and 6E. RGB value is (159,118,110). Sum of RGB (Red+Green+Blue) = 159+118+110=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 159 - color contains mainly: red. Hex color #9F766E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F766E is #608991. Grayscale: #818181. Windows color (decimal): -6326674 or 7239327. OLE color: 7239327.
HSL color Cylindrical-coordinate representation of color #9F766E: hue angle of 9.8º 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 #9F766E is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 118 | 110 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.38 |
| HSL | 9.8º | 0.2% | 0.53% | - |
| HSV(B) | 9.8º | 0.31% | 0.62% | - |
| XYZ | 23.59 | 21.45 | 17.65 | - |
| YUV | 129.35 | 117.08 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 118 | 110 | 0 | 0.26 | 0.31 | 0.38 | 9.8 | 0.2 | 0.53 |
| Hex | 9F | 76 | 6E | 0 | 1A | 1F | 26 | A | 14 | 35 |
| Octal | 237 | 166 | 156 | 0 | 32 | 37 | 46 | 12 | 24 | 65 |
| Binary | 10011111 | 1110110 | 1101110 | 0 | 11010 | 11111 | 100110 | 1010 | 10100 | 110101 |
Color Harmonies of #9F766E
Complementary color
Monochromatic Colors of #9F766E
Black with #9F766E
Text Example
Text Example
White with #9F766E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F766E; }
p { color: rgb(159,118,110); }
H1.HeaderClassName
{
color: #9F766E;
}
.AnyTagClassName
{
color: #9F766E;
}
</style>
background-color css
<style>
a { background-color: #9F766E; }
a { background-color: rgb(159,118,110); }
div.DivClassName
{
background-color: #9F766E;
}
.BgClassName
{
background-color: #9F766E;
}
</style>
border-color css
<style>
span { border-color: #9F766E; }
span { border-color: rgb(159,118,110); }
td.TdClassName
{
border-color: #9F766E;
}
.TagClassName
{
border-color: #9F766E;
}
</style>