Shades of Hemp #9C7B6D
Tints of Hemp #9C7B6D
RGB
CMYK
RGB Variations
Color information
#9C7B6D (or 0x9C7B6D) is known color: Hemp. HEX triplet: 9C, 7B and 6D. RGB value is (156,123,109). Sum of RGB (Red+Green+Blue) = 156+123+109=388 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.21% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7B6D is #638492. Grayscale: #838383. Windows color (decimal): -6522003 or 7175068. OLE color: 7175068.
HSL color Cylindrical-coordinate representation of color #9C7B6D: hue angle of 17.87º 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 #9C7B6D is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 123 | 109 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.39 |
| HSL | 17.87º | 0.19% | 0.52% | - |
| HSV(B) | 17.87º | 0.3% | 0.61% | - |
| XYZ | 23.55 | 22.34 | 17.54 | - |
| YUV | 131.27 | 115.43 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 123 | 109 | 0 | 0.21 | 0.30 | 0.39 | 17.87 | 0.19 | 0.52 |
| Hex | 9C | 7B | 6D | 0 | 15 | 1E | 27 | 12 | 13 | 34 |
| Octal | 234 | 173 | 155 | 0 | 25 | 36 | 47 | 22 | 23 | 64 |
| Binary | 10011100 | 1111011 | 1101101 | 0 | 10101 | 11110 | 100111 | 10010 | 10011 | 110100 |
Color Harmonies of #9C7B6D
Complementary color
Monochromatic Colors of #9C7B6D
Black with #9C7B6D
Text Example
Text Example
White with #9C7B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7B6D; }
p { color: rgb(156,123,109); }
H1.HeaderClassName
{
color: #9C7B6D;
}
.AnyTagClassName
{
color: #9C7B6D;
}
</style>
background-color css
<style>
a { background-color: #9C7B6D; }
a { background-color: rgb(156,123,109); }
div.DivClassName
{
background-color: #9C7B6D;
}
.BgClassName
{
background-color: #9C7B6D;
}
</style>
border-color css
<style>
span { border-color: #9C7B6D; }
span { border-color: rgb(156,123,109); }
td.TdClassName
{
border-color: #9C7B6D;
}
.TagClassName
{
border-color: #9C7B6D;
}
</style>