Shades of Hemp #9C8378
Tints of Hemp #9C8378
RGB
CMYK
RGB Variations
Color information
#9C8378 (or 0x9C8378) is known color: Hemp. HEX triplet: 9C, 83 and 78. RGB value is (156,131,120). Sum of RGB (Red+Green+Blue) = 156+131+120=407 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.33% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8378 is #637C87. Grayscale: #898989. Windows color (decimal): -6519944 or 7898012. OLE color: 7898012.
HSL color Cylindrical-coordinate representation of color #9C8378: hue angle of 18.33º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9C8378 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 131 | 120 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.39 |
| HSL | 18.33º | 0.15% | 0.54% | - |
| HSV(B) | 18.33º | 0.23% | 0.61% | - |
| XYZ | 25.22 | 24.66 | 21.2 | - |
| YUV | 137.22 | 118.28 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 131 | 120 | 0 | 0.16 | 0.23 | 0.39 | 18.33 | 0.15 | 0.54 |
| Hex | 9C | 83 | 78 | 0 | 10 | 17 | 27 | 12 | F | 36 |
| Octal | 234 | 203 | 170 | 0 | 20 | 27 | 47 | 22 | 17 | 66 |
| Binary | 10011100 | 10000011 | 1111000 | 0 | 10000 | 10111 | 100111 | 10010 | 1111 | 110110 |
Color Harmonies of #9C8378
Complementary color
Monochromatic Colors of #9C8378
Black with #9C8378
Text Example
Text Example
White with #9C8378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8378; }
p { color: rgb(156,131,120); }
H1.HeaderClassName
{
color: #9C8378;
}
.AnyTagClassName
{
color: #9C8378;
}
</style>
background-color css
<style>
a { background-color: #9C8378; }
a { background-color: rgb(156,131,120); }
div.DivClassName
{
background-color: #9C8378;
}
.BgClassName
{
background-color: #9C8378;
}
</style>
border-color css
<style>
span { border-color: #9C8378; }
span { border-color: rgb(156,131,120); }
td.TdClassName
{
border-color: #9C8378;
}
.TagClassName
{
border-color: #9C8378;
}
</style>