Shades of Hemp #9C776A
Tints of Hemp #9C776A
RGB
CMYK
RGB Variations
Color information
#9C776A (or 0x9C776A) is known color: Hemp. HEX triplet: 9C, 77 and 6A. RGB value is (156,119,106). Sum of RGB (Red+Green+Blue) = 156+119+106=381 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.94% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 156 - color contains mainly: red. Hex color #9C776A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C776A is #638895. Grayscale: #808080. Windows color (decimal): -6523030 or 6977436. OLE color: 6977436.
HSL color Cylindrical-coordinate representation of color #9C776A: hue angle of 15.6º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9C776A is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 119 | 106 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.39 |
| HSL | 15.6º | 0.2% | 0.51% | - |
| HSV(B) | 15.6º | 0.32% | 0.61% | - |
| XYZ | 22.91 | 21.3 | 16.54 | - |
| YUV | 128.58 | 115.26 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 119 | 106 | 0 | 0.24 | 0.32 | 0.39 | 15.6 | 0.2 | 0.51 |
| Hex | 9C | 77 | 6A | 0 | 18 | 20 | 27 | 10 | 14 | 33 |
| Octal | 234 | 167 | 152 | 0 | 30 | 40 | 47 | 20 | 24 | 63 |
| Binary | 10011100 | 1110111 | 1101010 | 0 | 11000 | 100000 | 100111 | 10000 | 10100 | 110011 |
Color Harmonies of #9C776A
Complementary color
Monochromatic Colors of #9C776A
Black with #9C776A
Text Example
Text Example
White with #9C776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C776A; }
p { color: rgb(156,119,106); }
H1.HeaderClassName
{
color: #9C776A;
}
.AnyTagClassName
{
color: #9C776A;
}
</style>
background-color css
<style>
a { background-color: #9C776A; }
a { background-color: rgb(156,119,106); }
div.DivClassName
{
background-color: #9C776A;
}
.BgClassName
{
background-color: #9C776A;
}
</style>
border-color css
<style>
span { border-color: #9C776A; }
span { border-color: rgb(156,119,106); }
td.TdClassName
{
border-color: #9C776A;
}
.TagClassName
{
border-color: #9C776A;
}
</style>