Shades of Hemp #9C786C
Tints of Hemp #9C786C
RGB
CMYK
RGB Variations
Color information
#9C786C (or 0x9C786C) is known color: Hemp. HEX triplet: 9C, 78 and 6C. RGB value is (156,120,108). Sum of RGB (Red+Green+Blue) = 156+120+108=384 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.62% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 156 - color contains mainly: red. Hex color #9C786C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C786C is #638793. Grayscale: #818181. Windows color (decimal): -6522772 or 7108764. OLE color: 7108764.
HSL color Cylindrical-coordinate representation of color #9C786C: hue angle of 15º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9C786C is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 120 | 108 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.39 |
| HSL | 15º | 0.2% | 0.52% | - |
| HSV(B) | 15º | 0.31% | 0.61% | - |
| XYZ | 23.13 | 21.58 | 17.13 | - |
| YUV | 129.4 | 115.93 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 120 | 108 | 0 | 0.23 | 0.31 | 0.39 | 15 | 0.2 | 0.52 |
| Hex | 9C | 78 | 6C | 0 | 17 | 1F | 27 | F | 14 | 34 |
| Octal | 234 | 170 | 154 | 0 | 27 | 37 | 47 | 17 | 24 | 64 |
| Binary | 10011100 | 1111000 | 1101100 | 0 | 10111 | 11111 | 100111 | 1111 | 10100 | 110100 |
Color Harmonies of #9C786C
Complementary color
Monochromatic Colors of #9C786C
Black with #9C786C
Text Example
Text Example
White with #9C786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C786C; }
p { color: rgb(156,120,108); }
H1.HeaderClassName
{
color: #9C786C;
}
.AnyTagClassName
{
color: #9C786C;
}
</style>
background-color css
<style>
a { background-color: #9C786C; }
a { background-color: rgb(156,120,108); }
div.DivClassName
{
background-color: #9C786C;
}
.BgClassName
{
background-color: #9C786C;
}
</style>
border-color css
<style>
span { border-color: #9C786C; }
span { border-color: rgb(156,120,108); }
td.TdClassName
{
border-color: #9C786C;
}
.TagClassName
{
border-color: #9C786C;
}
</style>