Shades of Hemp #9C786D
Tints of Hemp #9C786D
RGB
CMYK
RGB Variations
Color information
#9C786D (or 0x9C786D) is known color: Hemp. HEX triplet: 9C, 78 and 6D. RGB value is (156,120,109). Sum of RGB (Red+Green+Blue) = 156+120+109=385 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.52% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 156 - color contains mainly: red. Hex color #9C786D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C786D is #638792. Grayscale: #818181. Windows color (decimal): -6522771 or 7174300. OLE color: 7174300.
HSL color Cylindrical-coordinate representation of color #9C786D: hue angle of 14.04º 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 #9C786D is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 120 | 109 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.39 |
| HSL | 14.04º | 0.19% | 0.52% | - |
| HSV(B) | 14.04º | 0.3% | 0.61% | - |
| XYZ | 23.19 | 21.6 | 17.42 | - |
| YUV | 129.51 | 116.43 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 120 | 109 | 0 | 0.23 | 0.30 | 0.39 | 14.04 | 0.19 | 0.52 |
| Hex | 9C | 78 | 6D | 0 | 17 | 1E | 27 | E | 13 | 34 |
| Octal | 234 | 170 | 155 | 0 | 27 | 36 | 47 | 16 | 23 | 64 |
| Binary | 10011100 | 1111000 | 1101101 | 0 | 10111 | 11110 | 100111 | 1110 | 10011 | 110100 |
Color Harmonies of #9C786D
Complementary color
Monochromatic Colors of #9C786D
Black with #9C786D
Text Example
Text Example
White with #9C786D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C786D; }
p { color: rgb(156,120,109); }
H1.HeaderClassName
{
color: #9C786D;
}
.AnyTagClassName
{
color: #9C786D;
}
</style>
background-color css
<style>
a { background-color: #9C786D; }
a { background-color: rgb(156,120,109); }
div.DivClassName
{
background-color: #9C786D;
}
.BgClassName
{
background-color: #9C786D;
}
</style>
border-color css
<style>
span { border-color: #9C786D; }
span { border-color: rgb(156,120,109); }
td.TdClassName
{
border-color: #9C786D;
}
.TagClassName
{
border-color: #9C786D;
}
</style>