Shades of Hemp #9C746D
Tints of Hemp #9C746D
RGB
CMYK
RGB Variations
Color information
#9C746D (or 0x9C746D) is known color: Hemp. HEX triplet: 9C, 74 and 6D. RGB value is (156,116,109). Sum of RGB (Red+Green+Blue) = 156+116+109=381 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.94% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 156 - color contains mainly: red. Hex color #9C746D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C746D is #638B92. Grayscale: #7F7F7F. Windows color (decimal): -6523795 or 7173276. OLE color: 7173276.
HSL color Cylindrical-coordinate representation of color #9C746D: hue angle of 8.94º 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 #9C746D is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 116 | 109 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.39 |
| HSL | 8.94º | 0.19% | 0.52% | - |
| HSV(B) | 8.94º | 0.3% | 0.61% | - |
| XYZ | 22.72 | 20.66 | 17.26 | - |
| YUV | 127.16 | 117.75 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 116 | 109 | 0 | 0.26 | 0.30 | 0.39 | 8.94 | 0.19 | 0.52 |
| Hex | 9C | 74 | 6D | 0 | 1A | 1E | 27 | 9 | 13 | 34 |
| Octal | 234 | 164 | 155 | 0 | 32 | 36 | 47 | 11 | 23 | 64 |
| Binary | 10011100 | 1110100 | 1101101 | 0 | 11010 | 11110 | 100111 | 1001 | 10011 | 110100 |
Color Harmonies of #9C746D
Complementary color
Monochromatic Colors of #9C746D
Black with #9C746D
Text Example
Text Example
White with #9C746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C746D; }
p { color: rgb(156,116,109); }
H1.HeaderClassName
{
color: #9C746D;
}
.AnyTagClassName
{
color: #9C746D;
}
</style>
background-color css
<style>
a { background-color: #9C746D; }
a { background-color: rgb(156,116,109); }
div.DivClassName
{
background-color: #9C746D;
}
.BgClassName
{
background-color: #9C746D;
}
</style>
border-color css
<style>
span { border-color: #9C746D; }
span { border-color: rgb(156,116,109); }
td.TdClassName
{
border-color: #9C746D;
}
.TagClassName
{
border-color: #9C746D;
}
</style>