Shades of Hemp #9C786E
Tints of Hemp #9C786E
RGB
CMYK
RGB Variations
Color information
#9C786E (or 0x9C786E) is known color: Hemp. HEX triplet: 9C, 78 and 6E. RGB value is (156,120,110). Sum of RGB (Red+Green+Blue) = 156+120+110=386 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.41% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 156 - color contains mainly: red. Hex color #9C786E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C786E is #638791. Grayscale: #818181. Windows color (decimal): -6522770 or 7239836. OLE color: 7239836.
HSL color Cylindrical-coordinate representation of color #9C786E: hue angle of 13.04º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9C786E is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 120 | 110 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.39 |
| HSL | 13.04º | 0.19% | 0.52% | - |
| HSV(B) | 13.04º | 0.29% | 0.61% | - |
| XYZ | 23.24 | 21.63 | 17.7 | - |
| YUV | 129.62 | 116.93 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 120 | 110 | 0 | 0.23 | 0.29 | 0.39 | 13.04 | 0.19 | 0.52 |
| Hex | 9C | 78 | 6E | 0 | 17 | 1D | 27 | D | 13 | 34 |
| Octal | 234 | 170 | 156 | 0 | 27 | 35 | 47 | 15 | 23 | 64 |
| Binary | 10011100 | 1111000 | 1101110 | 0 | 10111 | 11101 | 100111 | 1101 | 10011 | 110100 |
Color Harmonies of #9C786E
Complementary color
Monochromatic Colors of #9C786E
Black with #9C786E
Text Example
Text Example
White with #9C786E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C786E; }
p { color: rgb(156,120,110); }
H1.HeaderClassName
{
color: #9C786E;
}
.AnyTagClassName
{
color: #9C786E;
}
</style>
background-color css
<style>
a { background-color: #9C786E; }
a { background-color: rgb(156,120,110); }
div.DivClassName
{
background-color: #9C786E;
}
.BgClassName
{
background-color: #9C786E;
}
</style>
border-color css
<style>
span { border-color: #9C786E; }
span { border-color: rgb(156,120,110); }
td.TdClassName
{
border-color: #9C786E;
}
.TagClassName
{
border-color: #9C786E;
}
</style>