Shades of Hemp #9C7B6E
Tints of Hemp #9C7B6E
RGB
CMYK
RGB Variations
Color information
#9C7B6E (or 0x9C7B6E) is known color: Hemp. HEX triplet: 9C, 7B and 6E. RGB value is (156,123,110). Sum of RGB (Red+Green+Blue) = 156+123+110=389 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.10% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7B6E is #638491. Grayscale: #838383. Windows color (decimal): -6522002 or 7240604. OLE color: 7240604.
HSL color Cylindrical-coordinate representation of color #9C7B6E: hue angle of 16.96º 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 #9C7B6E is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 123 | 110 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.39 |
| HSL | 16.96º | 0.19% | 0.52% | - |
| HSV(B) | 16.96º | 0.29% | 0.61% | - |
| XYZ | 23.61 | 22.36 | 17.82 | - |
| YUV | 131.39 | 115.93 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 123 | 110 | 0 | 0.21 | 0.29 | 0.39 | 16.96 | 0.19 | 0.52 |
| Hex | 9C | 7B | 6E | 0 | 15 | 1D | 27 | 11 | 13 | 34 |
| Octal | 234 | 173 | 156 | 0 | 25 | 35 | 47 | 21 | 23 | 64 |
| Binary | 10011100 | 1111011 | 1101110 | 0 | 10101 | 11101 | 100111 | 10001 | 10011 | 110100 |
Color Harmonies of #9C7B6E
Complementary color
Monochromatic Colors of #9C7B6E
Black with #9C7B6E
Text Example
Text Example
White with #9C7B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7B6E; }
p { color: rgb(156,123,110); }
H1.HeaderClassName
{
color: #9C7B6E;
}
.AnyTagClassName
{
color: #9C7B6E;
}
</style>
background-color css
<style>
a { background-color: #9C7B6E; }
a { background-color: rgb(156,123,110); }
div.DivClassName
{
background-color: #9C7B6E;
}
.BgClassName
{
background-color: #9C7B6E;
}
</style>
border-color css
<style>
span { border-color: #9C7B6E; }
span { border-color: rgb(156,123,110); }
td.TdClassName
{
border-color: #9C7B6E;
}
.TagClassName
{
border-color: #9C7B6E;
}
</style>