Shades of Hemp #9D786A
Tints of Hemp #9D786A
RGB
CMYK
RGB Variations
Color information
#9D786A (or 0x9D786A) is known color: Hemp. HEX triplet: 9D, 78 and 6A. RGB value is (157,120,106). Sum of RGB (Red+Green+Blue) = 157+120+106=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 157 - color contains mainly: red. Hex color #9D786A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D786A is #628795. Grayscale: #818181. Windows color (decimal): -6457238 or 6977693. OLE color: 6977693.
HSL color Cylindrical-coordinate representation of color #9D786A: hue angle of 16.47º degrees, saturation: 0.21, 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 #9D786A is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 120 | 106 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.38 |
| HSL | 16.47º | 0.21% | 0.52% | - |
| HSV(B) | 16.47º | 0.32% | 0.62% | - |
| XYZ | 23.22 | 21.64 | 16.59 | - |
| YUV | 129.47 | 114.76 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 120 | 106 | 0 | 0.24 | 0.32 | 0.38 | 16.47 | 0.21 | 0.52 |
| Hex | 9D | 78 | 6A | 0 | 18 | 20 | 26 | 10 | 15 | 34 |
| Octal | 235 | 170 | 152 | 0 | 30 | 40 | 46 | 20 | 25 | 64 |
| Binary | 10011101 | 1111000 | 1101010 | 0 | 11000 | 100000 | 100110 | 10000 | 10101 | 110100 |
Color Harmonies of #9D786A
Complementary color
Monochromatic Colors of #9D786A
Black with #9D786A
Text Example
Text Example
White with #9D786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D786A; }
p { color: rgb(157,120,106); }
H1.HeaderClassName
{
color: #9D786A;
}
.AnyTagClassName
{
color: #9D786A;
}
</style>
background-color css
<style>
a { background-color: #9D786A; }
a { background-color: rgb(157,120,106); }
div.DivClassName
{
background-color: #9D786A;
}
.BgClassName
{
background-color: #9D786A;
}
</style>
border-color css
<style>
span { border-color: #9D786A; }
span { border-color: rgb(157,120,106); }
td.TdClassName
{
border-color: #9D786A;
}
.TagClassName
{
border-color: #9D786A;
}
</style>