Shades of Hemp #9F7E6D
Tints of Hemp #9F7E6D
RGB
CMYK
RGB Variations
Color information
#9F7E6D (or 0x9F7E6D) is known color: Hemp. HEX triplet: 9F, 7E and 6D. RGB value is (159,126,109). Sum of RGB (Red+Green+Blue) = 159+126+109=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7E6D is #608192. Grayscale: #868686. Windows color (decimal): -6324627 or 7175839. OLE color: 7175839.
HSL color Cylindrical-coordinate representation of color #9F7E6D: hue angle of 20.4º 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 #9F7E6D is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 126 | 109 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.38 |
| HSL | 20.4º | 0.21% | 0.53% | - |
| HSV(B) | 20.4º | 0.31% | 0.62% | - |
| XYZ | 24.52 | 23.4 | 17.69 | - |
| YUV | 133.93 | 113.93 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 126 | 109 | 0 | 0.21 | 0.31 | 0.38 | 20.4 | 0.21 | 0.53 |
| Hex | 9F | 7E | 6D | 0 | 15 | 1F | 26 | 14 | 15 | 35 |
| Octal | 237 | 176 | 155 | 0 | 25 | 37 | 46 | 24 | 25 | 65 |
| Binary | 10011111 | 1111110 | 1101101 | 0 | 10101 | 11111 | 100110 | 10100 | 10101 | 110101 |
Color Harmonies of #9F7E6D
Complementary color
Monochromatic Colors of #9F7E6D
Black with #9F7E6D
Text Example
Text Example
White with #9F7E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7E6D; }
p { color: rgb(159,126,109); }
H1.HeaderClassName
{
color: #9F7E6D;
}
.AnyTagClassName
{
color: #9F7E6D;
}
</style>
background-color css
<style>
a { background-color: #9F7E6D; }
a { background-color: rgb(159,126,109); }
div.DivClassName
{
background-color: #9F7E6D;
}
.BgClassName
{
background-color: #9F7E6D;
}
</style>
border-color css
<style>
span { border-color: #9F7E6D; }
span { border-color: rgb(159,126,109); }
td.TdClassName
{
border-color: #9F7E6D;
}
.TagClassName
{
border-color: #9F7E6D;
}
</style>