Shades of Hemp #9C827C
Tints of Hemp #9C827C
RGB
CMYK
RGB Variations
Color information
#9C827C (or 0x9C827C) is known color: Hemp. HEX triplet: 9C, 82 and 7C. RGB value is (156,130,124). Sum of RGB (Red+Green+Blue) = 156+130+124=410 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.05% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 156 - color contains mainly: red. Hex color #9C827C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C827C is #637D83. Grayscale: #898989. Windows color (decimal): -6520196 or 8159900. OLE color: 8159900.
HSL color Cylindrical-coordinate representation of color #9C827C: hue angle of 11.25º 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 #9C827C is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 130 | 124 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.39 |
| HSL | 11.25º | 0.14% | 0.55% | - |
| HSV(B) | 11.25º | 0.21% | 0.61% | - |
| XYZ | 25.33 | 24.49 | 22.46 | - |
| YUV | 137.09 | 120.61 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 130 | 124 | 0 | 0.17 | 0.21 | 0.39 | 11.25 | 0.14 | 0.55 |
| Hex | 9C | 82 | 7C | 0 | 11 | 15 | 27 | B | E | 37 |
| Octal | 234 | 202 | 174 | 0 | 21 | 25 | 47 | 13 | 16 | 67 |
| Binary | 10011100 | 10000010 | 1111100 | 0 | 10001 | 10101 | 100111 | 1011 | 1110 | 110111 |
Color Harmonies of #9C827C
Complementary color
Monochromatic Colors of #9C827C
Black with #9C827C
Text Example
Text Example
White with #9C827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C827C; }
p { color: rgb(156,130,124); }
H1.HeaderClassName
{
color: #9C827C;
}
.AnyTagClassName
{
color: #9C827C;
}
</style>
background-color css
<style>
a { background-color: #9C827C; }
a { background-color: rgb(156,130,124); }
div.DivClassName
{
background-color: #9C827C;
}
.BgClassName
{
background-color: #9C827C;
}
</style>
border-color css
<style>
span { border-color: #9C827C; }
span { border-color: rgb(156,130,124); }
td.TdClassName
{
border-color: #9C827C;
}
.TagClassName
{
border-color: #9C827C;
}
</style>