Shades of Hemp #9C746C
Tints of Hemp #9C746C
RGB
CMYK
RGB Variations
Color information
#9C746C (or 0x9C746C) is known color: Hemp. HEX triplet: 9C, 74 and 6C. RGB value is (156,116,108). Sum of RGB (Red+Green+Blue) = 156+116+108=380 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.05% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 156 - color contains mainly: red. Hex color #9C746C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C746C is #638B93. Grayscale: #7F7F7F. Windows color (decimal): -6523796 or 7107740. OLE color: 7107740.
HSL color Cylindrical-coordinate representation of color #9C746C: hue angle of 10º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9C746C is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 116 | 108 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.39 |
| HSL | 10º | 0.2% | 0.52% | - |
| HSV(B) | 10º | 0.31% | 0.61% | - |
| XYZ | 22.66 | 20.64 | 16.98 | - |
| YUV | 127.05 | 117.25 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 116 | 108 | 0 | 0.26 | 0.31 | 0.39 | 10 | 0.2 | 0.52 |
| Hex | 9C | 74 | 6C | 0 | 1A | 1F | 27 | A | 14 | 34 |
| Octal | 234 | 164 | 154 | 0 | 32 | 37 | 47 | 12 | 24 | 64 |
| Binary | 10011100 | 1110100 | 1101100 | 0 | 11010 | 11111 | 100111 | 1010 | 10100 | 110100 |
Color Harmonies of #9C746C
Complementary color
Monochromatic Colors of #9C746C
Black with #9C746C
Text Example
Text Example
White with #9C746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C746C; }
p { color: rgb(156,116,108); }
H1.HeaderClassName
{
color: #9C746C;
}
.AnyTagClassName
{
color: #9C746C;
}
</style>
background-color css
<style>
a { background-color: #9C746C; }
a { background-color: rgb(156,116,108); }
div.DivClassName
{
background-color: #9C746C;
}
.BgClassName
{
background-color: #9C746C;
}
</style>
border-color css
<style>
span { border-color: #9C746C; }
span { border-color: rgb(156,116,108); }
td.TdClassName
{
border-color: #9C746C;
}
.TagClassName
{
border-color: #9C746C;
}
</style>