Shades of Hemp #9F756C
Tints of Hemp #9F756C
RGB
CMYK
RGB Variations
Color information
#9F756C (or 0x9F756C) is known color: Hemp. HEX triplet: 9F, 75 and 6C. RGB value is (159,117,108). Sum of RGB (Red+Green+Blue) = 159+117+108=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 159 - color contains mainly: red. Hex color #9F756C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F756C is #608A93. Grayscale: #808080. Windows color (decimal): -6326932 or 7107999. OLE color: 7107999.
HSL color Cylindrical-coordinate representation of color #9F756C: hue angle of 10.59º 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 #9F756C is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 117 | 108 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.38 |
| HSL | 10.59º | 0.21% | 0.52% | - |
| HSV(B) | 10.59º | 0.32% | 0.62% | - |
| XYZ | 23.37 | 21.18 | 17.04 | - |
| YUV | 128.53 | 116.41 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 117 | 108 | 0 | 0.26 | 0.32 | 0.38 | 10.59 | 0.21 | 0.52 |
| Hex | 9F | 75 | 6C | 0 | 1A | 20 | 26 | B | 15 | 34 |
| Octal | 237 | 165 | 154 | 0 | 32 | 40 | 46 | 13 | 25 | 64 |
| Binary | 10011111 | 1110101 | 1101100 | 0 | 11010 | 100000 | 100110 | 1011 | 10101 | 110100 |
Color Harmonies of #9F756C
Complementary color
Monochromatic Colors of #9F756C
Black with #9F756C
Text Example
Text Example
White with #9F756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F756C; }
p { color: rgb(159,117,108); }
H1.HeaderClassName
{
color: #9F756C;
}
.AnyTagClassName
{
color: #9F756C;
}
</style>
background-color css
<style>
a { background-color: #9F756C; }
a { background-color: rgb(159,117,108); }
div.DivClassName
{
background-color: #9F756C;
}
.BgClassName
{
background-color: #9F756C;
}
</style>
border-color css
<style>
span { border-color: #9F756C; }
span { border-color: rgb(159,117,108); }
td.TdClassName
{
border-color: #9F756C;
}
.TagClassName
{
border-color: #9F756C;
}
</style>