Shades of Hemp #9C847C
Tints of Hemp #9C847C
RGB
CMYK
RGB Variations
Color information
#9C847C (or 0x9C847C) is known color: Hemp. HEX triplet: 9C, 84 and 7C. RGB value is (156,132,124). Sum of RGB (Red+Green+Blue) = 156+132+124=412 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.86% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 156 - color contains mainly: red. Hex color #9C847C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C847C is #637B83. Grayscale: #8A8A8A. Windows color (decimal): -6519684 or 8160412. OLE color: 8160412.
HSL color Cylindrical-coordinate representation of color #9C847C: hue angle of 15º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9C847C is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 132 | 124 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.39 |
| HSL | 15º | 0.14% | 0.55% | - |
| HSV(B) | 15º | 0.21% | 0.61% | - |
| XYZ | 25.6 | 25.03 | 22.55 | - |
| YUV | 138.26 | 119.95 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 132 | 124 | 0 | 0.15 | 0.21 | 0.39 | 15 | 0.14 | 0.55 |
| Hex | 9C | 84 | 7C | 0 | F | 15 | 27 | F | E | 37 |
| Octal | 234 | 204 | 174 | 0 | 17 | 25 | 47 | 17 | 16 | 67 |
| Binary | 10011100 | 10000100 | 1111100 | 0 | 1111 | 10101 | 100111 | 1111 | 1110 | 110111 |
Color Harmonies of #9C847C
Complementary color
Monochromatic Colors of #9C847C
Black with #9C847C
Text Example
Text Example
White with #9C847C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C847C; }
p { color: rgb(156,132,124); }
H1.HeaderClassName
{
color: #9C847C;
}
.AnyTagClassName
{
color: #9C847C;
}
</style>
background-color css
<style>
a { background-color: #9C847C; }
a { background-color: rgb(156,132,124); }
div.DivClassName
{
background-color: #9C847C;
}
.BgClassName
{
background-color: #9C847C;
}
</style>
border-color css
<style>
span { border-color: #9C847C; }
span { border-color: rgb(156,132,124); }
td.TdClassName
{
border-color: #9C847C;
}
.TagClassName
{
border-color: #9C847C;
}
</style>