Shades of Hemp #98786C
Tints of Hemp #98786C
RGB
CMYK
RGB Variations
Color information
#98786C (or 0x98786C) is known color: Hemp. HEX triplet: 98, 78 and 6C. RGB value is (152,120,108). Sum of RGB (Red+Green+Blue) = 152+120+108=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 152 - color contains mainly: red. Hex color #98786C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98786C is #678793. Grayscale: #808080. Windows color (decimal): -6784916 or 7108760. OLE color: 7108760.
HSL color Cylindrical-coordinate representation of color #98786C: hue angle of 16.36º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98786C is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 120 | 108 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.40 |
| HSL | 16.36º | 0.18% | 0.51% | - |
| HSV(B) | 16.36º | 0.29% | 0.6% | - |
| XYZ | 22.37 | 21.19 | 17.1 | - |
| YUV | 128.2 | 116.6 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 120 | 108 | 0 | 0.21 | 0.29 | 0.40 | 16.36 | 0.18 | 0.51 |
| Hex | 98 | 78 | 6C | 0 | 15 | 1D | 28 | 10 | 12 | 33 |
| Octal | 230 | 170 | 154 | 0 | 25 | 35 | 50 | 20 | 22 | 63 |
| Binary | 10011000 | 1111000 | 1101100 | 0 | 10101 | 11101 | 101000 | 10000 | 10010 | 110011 |
Color Harmonies of #98786C
Complementary color
Monochromatic Colors of #98786C
Black with #98786C
Text Example
Text Example
White with #98786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98786C; }
p { color: rgb(152,120,108); }
H1.HeaderClassName
{
color: #98786C;
}
.AnyTagClassName
{
color: #98786C;
}
</style>
background-color css
<style>
a { background-color: #98786C; }
a { background-color: rgb(152,120,108); }
div.DivClassName
{
background-color: #98786C;
}
.BgClassName
{
background-color: #98786C;
}
</style>
border-color css
<style>
span { border-color: #98786C; }
span { border-color: rgb(152,120,108); }
td.TdClassName
{
border-color: #98786C;
}
.TagClassName
{
border-color: #98786C;
}
</style>