Shades of Hemp #9F7A6D
Tints of Hemp #9F7A6D
RGB
CMYK
RGB Variations
Color information
#9F7A6D (or 0x9F7A6D) is known color: Hemp. HEX triplet: 9F, 7A and 6D. RGB value is (159,122,109). Sum of RGB (Red+Green+Blue) = 159+122+109=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7A6D is #608592. Grayscale: #838383. Windows color (decimal): -6325651 or 7174815. OLE color: 7174815.
HSL color Cylindrical-coordinate representation of color #9F7A6D: hue angle of 15.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 #9F7A6D is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 122 | 109 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.38 |
| HSL | 15.6º | 0.21% | 0.53% | - |
| HSV(B) | 15.6º | 0.31% | 0.62% | - |
| XYZ | 24.02 | 22.39 | 17.52 | - |
| YUV | 131.58 | 115.26 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 122 | 109 | 0 | 0.23 | 0.31 | 0.38 | 15.6 | 0.21 | 0.53 |
| Hex | 9F | 7A | 6D | 0 | 17 | 1F | 26 | 10 | 15 | 35 |
| Octal | 237 | 172 | 155 | 0 | 27 | 37 | 46 | 20 | 25 | 65 |
| Binary | 10011111 | 1111010 | 1101101 | 0 | 10111 | 11111 | 100110 | 10000 | 10101 | 110101 |
Color Harmonies of #9F7A6D
Complementary color
Monochromatic Colors of #9F7A6D
Black with #9F7A6D
Text Example
Text Example
White with #9F7A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7A6D; }
p { color: rgb(159,122,109); }
H1.HeaderClassName
{
color: #9F7A6D;
}
.AnyTagClassName
{
color: #9F7A6D;
}
</style>
background-color css
<style>
a { background-color: #9F7A6D; }
a { background-color: rgb(159,122,109); }
div.DivClassName
{
background-color: #9F7A6D;
}
.BgClassName
{
background-color: #9F7A6D;
}
</style>
border-color css
<style>
span { border-color: #9F7A6D; }
span { border-color: rgb(159,122,109); }
td.TdClassName
{
border-color: #9F7A6D;
}
.TagClassName
{
border-color: #9F7A6D;
}
</style>