Shades of Hemp #9B786D
Tints of Hemp #9B786D
RGB
CMYK
RGB Variations
Color information
#9B786D (or 0x9B786D) is known color: Hemp. HEX triplet: 9B, 78 and 6D. RGB value is (155,120,109). Sum of RGB (Red+Green+Blue) = 155+120+109=384 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.36% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 155 - color contains mainly: red. Hex color #9B786D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B786D is #648792. Grayscale: #818181. Windows color (decimal): -6588307 or 7174299. OLE color: 7174299.
HSL color Cylindrical-coordinate representation of color #9B786D: hue angle of 14.35º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B786D is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 120 | 109 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.39 |
| HSL | 14.35º | 0.19% | 0.52% | - |
| HSV(B) | 14.35º | 0.3% | 0.61% | - |
| XYZ | 22.99 | 21.51 | 17.41 | - |
| YUV | 129.21 | 116.6 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 120 | 109 | 0 | 0.23 | 0.30 | 0.39 | 14.35 | 0.19 | 0.52 |
| Hex | 9B | 78 | 6D | 0 | 17 | 1E | 27 | E | 13 | 34 |
| Octal | 233 | 170 | 155 | 0 | 27 | 36 | 47 | 16 | 23 | 64 |
| Binary | 10011011 | 1111000 | 1101101 | 0 | 10111 | 11110 | 100111 | 1110 | 10011 | 110100 |
Color Harmonies of #9B786D
Complementary color
Monochromatic Colors of #9B786D
Black with #9B786D
Text Example
Text Example
White with #9B786D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B786D; }
p { color: rgb(155,120,109); }
H1.HeaderClassName
{
color: #9B786D;
}
.AnyTagClassName
{
color: #9B786D;
}
</style>
background-color css
<style>
a { background-color: #9B786D; }
a { background-color: rgb(155,120,109); }
div.DivClassName
{
background-color: #9B786D;
}
.BgClassName
{
background-color: #9B786D;
}
</style>
border-color css
<style>
span { border-color: #9B786D; }
span { border-color: rgb(155,120,109); }
td.TdClassName
{
border-color: #9B786D;
}
.TagClassName
{
border-color: #9B786D;
}
</style>