Shades of Hemp #9D786B
Tints of Hemp #9D786B
RGB
CMYK
RGB Variations
Color information
#9D786B (or 0x9D786B) is known color: Hemp. HEX triplet: 9D, 78 and 6B. RGB value is (157,120,107). Sum of RGB (Red+Green+Blue) = 157+120+107=384 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.89% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 157 - color contains mainly: red. Hex color #9D786B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D786B is #628794. Grayscale: #818181. Windows color (decimal): -6457237 or 7043229. OLE color: 7043229.
HSL color Cylindrical-coordinate representation of color #9D786B: hue angle of 15.6º degrees, saturation: 0.2, 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 #9D786B is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 120 | 107 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.38 |
| HSL | 15.6º | 0.2% | 0.52% | - |
| HSV(B) | 15.6º | 0.32% | 0.62% | - |
| XYZ | 23.27 | 21.66 | 16.86 | - |
| YUV | 129.58 | 115.26 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 120 | 107 | 0 | 0.24 | 0.32 | 0.38 | 15.6 | 0.2 | 0.52 |
| Hex | 9D | 78 | 6B | 0 | 18 | 20 | 26 | 10 | 14 | 34 |
| Octal | 235 | 170 | 153 | 0 | 30 | 40 | 46 | 20 | 24 | 64 |
| Binary | 10011101 | 1111000 | 1101011 | 0 | 11000 | 100000 | 100110 | 10000 | 10100 | 110100 |
Color Harmonies of #9D786B
Complementary color
Monochromatic Colors of #9D786B
Black with #9D786B
Text Example
Text Example
White with #9D786B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D786B; }
p { color: rgb(157,120,107); }
H1.HeaderClassName
{
color: #9D786B;
}
.AnyTagClassName
{
color: #9D786B;
}
</style>
background-color css
<style>
a { background-color: #9D786B; }
a { background-color: rgb(157,120,107); }
div.DivClassName
{
background-color: #9D786B;
}
.BgClassName
{
background-color: #9D786B;
}
</style>
border-color css
<style>
span { border-color: #9D786B; }
span { border-color: rgb(157,120,107); }
td.TdClassName
{
border-color: #9D786B;
}
.TagClassName
{
border-color: #9D786B;
}
</style>