Shades of Hemp #9C8278
Tints of Hemp #9C8278
RGB
CMYK
RGB Variations
Color information
#9C8278 (or 0x9C8278) is known color: Hemp. HEX triplet: 9C, 82 and 78. RGB value is (156,130,120). Sum of RGB (Red+Green+Blue) = 156+130+120=406 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.42% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8278 is #637D87. Grayscale: #888888. Windows color (decimal): -6520200 or 7897756. OLE color: 7897756.
HSL color Cylindrical-coordinate representation of color #9C8278: hue angle of 16.67º 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 #9C8278 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 130 | 120 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.39 |
| HSL | 16.67º | 0.15% | 0.54% | - |
| HSV(B) | 16.67º | 0.23% | 0.61% | - |
| XYZ | 25.08 | 24.39 | 21.15 | - |
| YUV | 136.63 | 118.61 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 130 | 120 | 0 | 0.17 | 0.23 | 0.39 | 16.67 | 0.15 | 0.54 |
| Hex | 9C | 82 | 78 | 0 | 11 | 17 | 27 | 11 | F | 36 |
| Octal | 234 | 202 | 170 | 0 | 21 | 27 | 47 | 21 | 17 | 66 |
| Binary | 10011100 | 10000010 | 1111000 | 0 | 10001 | 10111 | 100111 | 10001 | 1111 | 110110 |
Color Harmonies of #9C8278
Complementary color
Monochromatic Colors of #9C8278
Black with #9C8278
Text Example
Text Example
White with #9C8278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8278; }
p { color: rgb(156,130,120); }
H1.HeaderClassName
{
color: #9C8278;
}
.AnyTagClassName
{
color: #9C8278;
}
</style>
background-color css
<style>
a { background-color: #9C8278; }
a { background-color: rgb(156,130,120); }
div.DivClassName
{
background-color: #9C8278;
}
.BgClassName
{
background-color: #9C8278;
}
</style>
border-color css
<style>
span { border-color: #9C8278; }
span { border-color: rgb(156,130,120); }
td.TdClassName
{
border-color: #9C8278;
}
.TagClassName
{
border-color: #9C8278;
}
</style>