Shades of Hemp #9C746E
Tints of Hemp #9C746E
RGB
CMYK
RGB Variations
Color information
#9C746E (or 0x9C746E) is known color: Hemp. HEX triplet: 9C, 74 and 6E. RGB value is (156,116,110). Sum of RGB (Red+Green+Blue) = 156+116+110=382 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.84% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 156 - color contains mainly: red. Hex color #9C746E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C746E is #638B91. Grayscale: #7F7F7F. Windows color (decimal): -6523794 or 7238812. OLE color: 7238812.
HSL color Cylindrical-coordinate representation of color #9C746E: hue angle of 7.83º 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 #9C746E is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 116 | 110 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.39 |
| HSL | 7.83º | 0.19% | 0.52% | - |
| HSV(B) | 7.83º | 0.29% | 0.61% | - |
| XYZ | 22.77 | 20.68 | 17.54 | - |
| YUV | 127.28 | 118.25 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 116 | 110 | 0 | 0.26 | 0.29 | 0.39 | 7.83 | 0.19 | 0.52 |
| Hex | 9C | 74 | 6E | 0 | 1A | 1D | 27 | 8 | 13 | 34 |
| Octal | 234 | 164 | 156 | 0 | 32 | 35 | 47 | 10 | 23 | 64 |
| Binary | 10011100 | 1110100 | 1101110 | 0 | 11010 | 11101 | 100111 | 1000 | 10011 | 110100 |
Color Harmonies of #9C746E
Complementary color
Monochromatic Colors of #9C746E
Black with #9C746E
Text Example
Text Example
White with #9C746E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C746E; }
p { color: rgb(156,116,110); }
H1.HeaderClassName
{
color: #9C746E;
}
.AnyTagClassName
{
color: #9C746E;
}
</style>
background-color css
<style>
a { background-color: #9C746E; }
a { background-color: rgb(156,116,110); }
div.DivClassName
{
background-color: #9C746E;
}
.BgClassName
{
background-color: #9C746E;
}
</style>
border-color css
<style>
span { border-color: #9C746E; }
span { border-color: rgb(156,116,110); }
td.TdClassName
{
border-color: #9C746E;
}
.TagClassName
{
border-color: #9C746E;
}
</style>