Shades of Hemp #9C756D
Tints of Hemp #9C756D
RGB
CMYK
RGB Variations
Color information
#9C756D (or 0x9C756D) is known color: Hemp. HEX triplet: 9C, 75 and 6D. RGB value is (156,117,109). Sum of RGB (Red+Green+Blue) = 156+117+109=382 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.84% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 156 - color contains mainly: red. Hex color #9C756D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C756D is #638A92. Grayscale: #7F7F7F. Windows color (decimal): -6523539 or 7173532. OLE color: 7173532.
HSL color Cylindrical-coordinate representation of color #9C756D: hue angle of 10.21º 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 #9C756D is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 117 | 109 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.39 |
| HSL | 10.21º | 0.19% | 0.52% | - |
| HSV(B) | 10.21º | 0.3% | 0.61% | - |
| XYZ | 22.83 | 20.89 | 17.3 | - |
| YUV | 127.75 | 117.42 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 117 | 109 | 0 | 0.25 | 0.30 | 0.39 | 10.21 | 0.19 | 0.52 |
| Hex | 9C | 75 | 6D | 0 | 19 | 1E | 27 | A | 13 | 34 |
| Octal | 234 | 165 | 155 | 0 | 31 | 36 | 47 | 12 | 23 | 64 |
| Binary | 10011100 | 1110101 | 1101101 | 0 | 11001 | 11110 | 100111 | 1010 | 10011 | 110100 |
Color Harmonies of #9C756D
Complementary color
Monochromatic Colors of #9C756D
Black with #9C756D
Text Example
Text Example
White with #9C756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C756D; }
p { color: rgb(156,117,109); }
H1.HeaderClassName
{
color: #9C756D;
}
.AnyTagClassName
{
color: #9C756D;
}
</style>
background-color css
<style>
a { background-color: #9C756D; }
a { background-color: rgb(156,117,109); }
div.DivClassName
{
background-color: #9C756D;
}
.BgClassName
{
background-color: #9C756D;
}
</style>
border-color css
<style>
span { border-color: #9C756D; }
span { border-color: rgb(156,117,109); }
td.TdClassName
{
border-color: #9C756D;
}
.TagClassName
{
border-color: #9C756D;
}
</style>