Shades of Hemp #9F786E
Tints of Hemp #9F786E
RGB
CMYK
RGB Variations
Color information
#9F786E (or 0x9F786E) is known color: Hemp. HEX triplet: 9F, 78 and 6E. RGB value is (159,120,110). Sum of RGB (Red+Green+Blue) = 159+120+110=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 159 - color contains mainly: red. Hex color #9F786E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F786E is #608791. Grayscale: #828282. Windows color (decimal): -6326162 or 7239839. OLE color: 7239839.
HSL color Cylindrical-coordinate representation of color #9F786E: hue angle of 12.24º 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 #9F786E is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 120 | 110 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.38 |
| HSL | 12.24º | 0.2% | 0.53% | - |
| HSV(B) | 12.24º | 0.31% | 0.62% | - |
| XYZ | 23.83 | 21.93 | 17.73 | - |
| YUV | 130.52 | 116.42 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 120 | 110 | 0 | 0.25 | 0.31 | 0.38 | 12.24 | 0.2 | 0.53 |
| Hex | 9F | 78 | 6E | 0 | 19 | 1F | 26 | C | 14 | 35 |
| Octal | 237 | 170 | 156 | 0 | 31 | 37 | 46 | 14 | 24 | 65 |
| Binary | 10011111 | 1111000 | 1101110 | 0 | 11001 | 11111 | 100110 | 1100 | 10100 | 110101 |
Color Harmonies of #9F786E
Complementary color
Monochromatic Colors of #9F786E
Black with #9F786E
Text Example
Text Example
White with #9F786E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F786E; }
p { color: rgb(159,120,110); }
H1.HeaderClassName
{
color: #9F786E;
}
.AnyTagClassName
{
color: #9F786E;
}
</style>
background-color css
<style>
a { background-color: #9F786E; }
a { background-color: rgb(159,120,110); }
div.DivClassName
{
background-color: #9F786E;
}
.BgClassName
{
background-color: #9F786E;
}
</style>
border-color css
<style>
span { border-color: #9F786E; }
span { border-color: rgb(159,120,110); }
td.TdClassName
{
border-color: #9F786E;
}
.TagClassName
{
border-color: #9F786E;
}
</style>