Shades of Hemp #9C766A
Tints of Hemp #9C766A
RGB
CMYK
RGB Variations
Color information
#9C766A (or 0x9C766A) is known color: Hemp. HEX triplet: 9C, 76 and 6A. RGB value is (156,118,106). Sum of RGB (Red+Green+Blue) = 156+118+106=380 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.05% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 156 - color contains mainly: red. Hex color #9C766A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C766A is #638995. Grayscale: #808080. Windows color (decimal): -6523286 or 6977180. OLE color: 6977180.
HSL color Cylindrical-coordinate representation of color #9C766A: hue angle of 14.4º 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 #9C766A is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 118 | 106 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.39 |
| HSL | 14.4º | 0.2% | 0.51% | - |
| HSV(B) | 14.4º | 0.32% | 0.61% | - |
| XYZ | 22.79 | 21.07 | 16.5 | - |
| YUV | 127.99 | 115.59 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 118 | 106 | 0 | 0.24 | 0.32 | 0.39 | 14.4 | 0.2 | 0.51 |
| Hex | 9C | 76 | 6A | 0 | 18 | 20 | 27 | E | 14 | 33 |
| Octal | 234 | 166 | 152 | 0 | 30 | 40 | 47 | 16 | 24 | 63 |
| Binary | 10011100 | 1110110 | 1101010 | 0 | 11000 | 100000 | 100111 | 1110 | 10100 | 110011 |
Color Harmonies of #9C766A
Complementary color
Monochromatic Colors of #9C766A
Black with #9C766A
Text Example
Text Example
White with #9C766A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C766A; }
p { color: rgb(156,118,106); }
H1.HeaderClassName
{
color: #9C766A;
}
.AnyTagClassName
{
color: #9C766A;
}
</style>
background-color css
<style>
a { background-color: #9C766A; }
a { background-color: rgb(156,118,106); }
div.DivClassName
{
background-color: #9C766A;
}
.BgClassName
{
background-color: #9C766A;
}
</style>
border-color css
<style>
span { border-color: #9C766A; }
span { border-color: rgb(156,118,106); }
td.TdClassName
{
border-color: #9C766A;
}
.TagClassName
{
border-color: #9C766A;
}
</style>