Shades of Hemp #9C7B6F
Tints of Hemp #9C7B6F
RGB
CMYK
RGB Variations
Color information
#9C7B6F (or 0x9C7B6F) is known color: Hemp. HEX triplet: 9C, 7B and 6F. RGB value is (156,123,111). Sum of RGB (Red+Green+Blue) = 156+123+111=390 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 111 (43.75% from 255 or 28.46% from 390); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7B6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7B6F is #638490. Grayscale: #838383. Windows color (decimal): -6522001 or 7306140. OLE color: 7306140.
HSL color Cylindrical-coordinate representation of color #9C7B6F: hue angle of 16º 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 #9C7B6F is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 123 | 111 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.39 |
| HSL | 16º | 0.19% | 0.52% | - |
| HSV(B) | 16º | 0.29% | 0.61% | - |
| XYZ | 23.66 | 22.38 | 18.11 | - |
| YUV | 131.5 | 116.43 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 123 | 111 | 0 | 0.21 | 0.29 | 0.39 | 16 | 0.19 | 0.52 |
| Hex | 9C | 7B | 6F | 0 | 15 | 1D | 27 | 10 | 13 | 34 |
| Octal | 234 | 173 | 157 | 0 | 25 | 35 | 47 | 20 | 23 | 64 |
| Binary | 10011100 | 1111011 | 1101111 | 0 | 10101 | 11101 | 100111 | 10000 | 10011 | 110100 |
Color Harmonies of #9C7B6F
Complementary color
Monochromatic Colors of #9C7B6F
Black with #9C7B6F
Text Example
Text Example
White with #9C7B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7B6F; }
p { color: rgb(156,123,111); }
H1.HeaderClassName
{
color: #9C7B6F;
}
.AnyTagClassName
{
color: #9C7B6F;
}
</style>
background-color css
<style>
a { background-color: #9C7B6F; }
a { background-color: rgb(156,123,111); }
div.DivClassName
{
background-color: #9C7B6F;
}
.BgClassName
{
background-color: #9C7B6F;
}
</style>
border-color css
<style>
span { border-color: #9C7B6F; }
span { border-color: rgb(156,123,111); }
td.TdClassName
{
border-color: #9C7B6F;
}
.TagClassName
{
border-color: #9C7B6F;
}
</style>