Shades of Hemp #9B786C
Tints of Hemp #9B786C
RGB
CMYK
RGB Variations
Color information
#9B786C (or 0x9B786C) is known color: Hemp. HEX triplet: 9B, 78 and 6C. RGB value is (155,120,108). Sum of RGB (Red+Green+Blue) = 155+120+108=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 155 - color contains mainly: red. Hex color #9B786C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B786C is #648793. Grayscale: #818181. Windows color (decimal): -6588308 or 7108763. OLE color: 7108763.
HSL color Cylindrical-coordinate representation of color #9B786C: hue angle of 15.32º 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 #9B786C is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 120 | 108 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.39 |
| HSL | 15.32º | 0.19% | 0.52% | - |
| HSV(B) | 15.32º | 0.3% | 0.61% | - |
| XYZ | 22.94 | 21.48 | 17.13 | - |
| YUV | 129.1 | 116.1 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 120 | 108 | 0 | 0.23 | 0.30 | 0.39 | 15.32 | 0.19 | 0.52 |
| Hex | 9B | 78 | 6C | 0 | 17 | 1E | 27 | F | 13 | 34 |
| Octal | 233 | 170 | 154 | 0 | 27 | 36 | 47 | 17 | 23 | 64 |
| Binary | 10011011 | 1111000 | 1101100 | 0 | 10111 | 11110 | 100111 | 1111 | 10011 | 110100 |
Color Harmonies of #9B786C
Complementary color
Monochromatic Colors of #9B786C
Black with #9B786C
Text Example
Text Example
White with #9B786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B786C; }
p { color: rgb(155,120,108); }
H1.HeaderClassName
{
color: #9B786C;
}
.AnyTagClassName
{
color: #9B786C;
}
</style>
background-color css
<style>
a { background-color: #9B786C; }
a { background-color: rgb(155,120,108); }
div.DivClassName
{
background-color: #9B786C;
}
.BgClassName
{
background-color: #9B786C;
}
</style>
border-color css
<style>
span { border-color: #9B786C; }
span { border-color: rgb(155,120,108); }
td.TdClassName
{
border-color: #9B786C;
}
.TagClassName
{
border-color: #9B786C;
}
</style>