Shades of Hemp #9F756D
Tints of Hemp #9F756D
RGB
CMYK
RGB Variations
Color information
#9F756D (or 0x9F756D) is known color: Hemp. HEX triplet: 9F, 75 and 6D. RGB value is (159,117,109). Sum of RGB (Red+Green+Blue) = 159+117+109=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 159 - color contains mainly: red. Hex color #9F756D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F756D is #608A92. Grayscale: #808080. Windows color (decimal): -6326931 or 7173535. OLE color: 7173535.
HSL color Cylindrical-coordinate representation of color #9F756D: hue angle of 9.6º 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 #9F756D is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 117 | 109 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.38 |
| HSL | 9.6º | 0.21% | 0.53% | - |
| HSV(B) | 9.6º | 0.31% | 0.62% | - |
| XYZ | 23.42 | 21.2 | 17.33 | - |
| YUV | 128.65 | 116.91 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 117 | 109 | 0 | 0.26 | 0.31 | 0.38 | 9.6 | 0.21 | 0.53 |
| Hex | 9F | 75 | 6D | 0 | 1A | 1F | 26 | A | 15 | 35 |
| Octal | 237 | 165 | 155 | 0 | 32 | 37 | 46 | 12 | 25 | 65 |
| Binary | 10011111 | 1110101 | 1101101 | 0 | 11010 | 11111 | 100110 | 1010 | 10101 | 110101 |
Color Harmonies of #9F756D
Complementary color
Monochromatic Colors of #9F756D
Black with #9F756D
Text Example
Text Example
White with #9F756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F756D; }
p { color: rgb(159,117,109); }
H1.HeaderClassName
{
color: #9F756D;
}
.AnyTagClassName
{
color: #9F756D;
}
</style>
background-color css
<style>
a { background-color: #9F756D; }
a { background-color: rgb(159,117,109); }
div.DivClassName
{
background-color: #9F756D;
}
.BgClassName
{
background-color: #9F756D;
}
</style>
border-color css
<style>
span { border-color: #9F756D; }
span { border-color: rgb(159,117,109); }
td.TdClassName
{
border-color: #9F756D;
}
.TagClassName
{
border-color: #9F756D;
}
</style>