Shades of Hemp #9F7B6E
Tints of Hemp #9F7B6E
RGB
CMYK
RGB Variations
Color information
#9F7B6E (or 0x9F7B6E) is known color: Hemp. HEX triplet: 9F, 7B and 6E. RGB value is (159,123,110). Sum of RGB (Red+Green+Blue) = 159+123+110=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7B6E is #608491. Grayscale: #848484. Windows color (decimal): -6325394 or 7240607. OLE color: 7240607.
HSL color Cylindrical-coordinate representation of color #9F7B6E: hue angle of 15.92º 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 #9F7B6E is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 123 | 110 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.38 |
| HSL | 15.92º | 0.2% | 0.53% | - |
| HSV(B) | 15.92º | 0.31% | 0.62% | - |
| XYZ | 24.2 | 22.66 | 17.85 | - |
| YUV | 132.28 | 115.43 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 123 | 110 | 0 | 0.23 | 0.31 | 0.38 | 15.92 | 0.2 | 0.53 |
| Hex | 9F | 7B | 6E | 0 | 17 | 1F | 26 | 10 | 14 | 35 |
| Octal | 237 | 173 | 156 | 0 | 27 | 37 | 46 | 20 | 24 | 65 |
| Binary | 10011111 | 1111011 | 1101110 | 0 | 10111 | 11111 | 100110 | 10000 | 10100 | 110101 |
Color Harmonies of #9F7B6E
Complementary color
Monochromatic Colors of #9F7B6E
Black with #9F7B6E
Text Example
Text Example
White with #9F7B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7B6E; }
p { color: rgb(159,123,110); }
H1.HeaderClassName
{
color: #9F7B6E;
}
.AnyTagClassName
{
color: #9F7B6E;
}
</style>
background-color css
<style>
a { background-color: #9F7B6E; }
a { background-color: rgb(159,123,110); }
div.DivClassName
{
background-color: #9F7B6E;
}
.BgClassName
{
background-color: #9F7B6E;
}
</style>
border-color css
<style>
span { border-color: #9F7B6E; }
span { border-color: rgb(159,123,110); }
td.TdClassName
{
border-color: #9F7B6E;
}
.TagClassName
{
border-color: #9F7B6E;
}
</style>