Shades of Hemp #9F7B6C
Tints of Hemp #9F7B6C
RGB
CMYK
RGB Variations
Color information
#9F7B6C (or 0x9F7B6C) is known color: Hemp. HEX triplet: 9F, 7B and 6C. RGB value is (159,123,108). Sum of RGB (Red+Green+Blue) = 159+123+108=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7B6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7B6C is #608493. Grayscale: #848484. Windows color (decimal): -6325396 or 7109535. OLE color: 7109535.
HSL color Cylindrical-coordinate representation of color #9F7B6C: hue angle of 17.65º 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 #9F7B6C is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 123 | 108 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.38 |
| HSL | 17.65º | 0.21% | 0.52% | - |
| HSV(B) | 17.65º | 0.32% | 0.62% | - |
| XYZ | 24.09 | 22.62 | 17.28 | - |
| YUV | 132.05 | 114.43 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 123 | 108 | 0 | 0.23 | 0.32 | 0.38 | 17.65 | 0.21 | 0.52 |
| Hex | 9F | 7B | 6C | 0 | 17 | 20 | 26 | 12 | 15 | 34 |
| Octal | 237 | 173 | 154 | 0 | 27 | 40 | 46 | 22 | 25 | 64 |
| Binary | 10011111 | 1111011 | 1101100 | 0 | 10111 | 100000 | 100110 | 10010 | 10101 | 110100 |
Color Harmonies of #9F7B6C
Complementary color
Monochromatic Colors of #9F7B6C
Black with #9F7B6C
Text Example
Text Example
White with #9F7B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7B6C; }
p { color: rgb(159,123,108); }
H1.HeaderClassName
{
color: #9F7B6C;
}
.AnyTagClassName
{
color: #9F7B6C;
}
</style>
background-color css
<style>
a { background-color: #9F7B6C; }
a { background-color: rgb(159,123,108); }
div.DivClassName
{
background-color: #9F7B6C;
}
.BgClassName
{
background-color: #9F7B6C;
}
</style>
border-color css
<style>
span { border-color: #9F7B6C; }
span { border-color: rgb(159,123,108); }
td.TdClassName
{
border-color: #9F7B6C;
}
.TagClassName
{
border-color: #9F7B6C;
}
</style>