Shades of Hemp #9C756F
Tints of Hemp #9C756F
RGB
CMYK
RGB Variations
Color information
#9C756F (or 0x9C756F) is known color: Hemp. HEX triplet: 9C, 75 and 6F. RGB value is (156,117,111). Sum of RGB (Red+Green+Blue) = 156+117+111=384 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.62% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 111 (43.75% from 255 or 28.91% from 384); Max value from RGB is 156 - color contains mainly: red. Hex color #9C756F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C756F is #638A90. Grayscale: #808080. Windows color (decimal): -6523537 or 7304604. OLE color: 7304604.
HSL color Cylindrical-coordinate representation of color #9C756F: hue angle of 8º 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 #9C756F is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 117 | 111 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.39 |
| HSL | 8º | 0.19% | 0.52% | - |
| HSV(B) | 8º | 0.29% | 0.61% | - |
| XYZ | 22.94 | 20.94 | 17.87 | - |
| YUV | 127.98 | 118.42 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 117 | 111 | 0 | 0.25 | 0.29 | 0.39 | 8 | 0.19 | 0.52 |
| Hex | 9C | 75 | 6F | 0 | 19 | 1D | 27 | 8 | 13 | 34 |
| Octal | 234 | 165 | 157 | 0 | 31 | 35 | 47 | 10 | 23 | 64 |
| Binary | 10011100 | 1110101 | 1101111 | 0 | 11001 | 11101 | 100111 | 1000 | 10011 | 110100 |
Color Harmonies of #9C756F
Complementary color
Monochromatic Colors of #9C756F
Black with #9C756F
Text Example
Text Example
White with #9C756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C756F; }
p { color: rgb(156,117,111); }
H1.HeaderClassName
{
color: #9C756F;
}
.AnyTagClassName
{
color: #9C756F;
}
</style>
background-color css
<style>
a { background-color: #9C756F; }
a { background-color: rgb(156,117,111); }
div.DivClassName
{
background-color: #9C756F;
}
.BgClassName
{
background-color: #9C756F;
}
</style>
border-color css
<style>
span { border-color: #9C756F; }
span { border-color: rgb(156,117,111); }
td.TdClassName
{
border-color: #9C756F;
}
.TagClassName
{
border-color: #9C756F;
}
</style>