Shades of Hemp #987D6C
Tints of Hemp #987D6C
RGB
CMYK
RGB Variations
Color information
#987D6C (or 0x987D6C) is known color: Hemp. HEX triplet: 98, 7D and 6C. RGB value is (152,125,108). Sum of RGB (Red+Green+Blue) = 152+125+108=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 152 - color contains mainly: red. Hex color #987D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987D6C is #678293. Grayscale: #838383. Windows color (decimal): -6783636 or 7110040. OLE color: 7110040.
HSL color Cylindrical-coordinate representation of color #987D6C: hue angle of 23.18º 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 #987D6C is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 125 | 108 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.40 |
| HSL | 23.18º | 0.18% | 0.51% | - |
| HSV(B) | 23.18º | 0.29% | 0.6% | - |
| XYZ | 22.99 | 22.43 | 17.3 | - |
| YUV | 131.14 | 114.95 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 125 | 108 | 0 | 0.18 | 0.29 | 0.40 | 23.18 | 0.18 | 0.51 |
| Hex | 98 | 7D | 6C | 0 | 12 | 1D | 28 | 17 | 12 | 33 |
| Octal | 230 | 175 | 154 | 0 | 22 | 35 | 50 | 27 | 22 | 63 |
| Binary | 10011000 | 1111101 | 1101100 | 0 | 10010 | 11101 | 101000 | 10111 | 10010 | 110011 |
Color Harmonies of #987D6C
Complementary color
Monochromatic Colors of #987D6C
Black with #987D6C
Text Example
Text Example
White with #987D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987D6C; }
p { color: rgb(152,125,108); }
H1.HeaderClassName
{
color: #987D6C;
}
.AnyTagClassName
{
color: #987D6C;
}
</style>
background-color css
<style>
a { background-color: #987D6C; }
a { background-color: rgb(152,125,108); }
div.DivClassName
{
background-color: #987D6C;
}
.BgClassName
{
background-color: #987D6C;
}
</style>
border-color css
<style>
span { border-color: #987D6C; }
span { border-color: rgb(152,125,108); }
td.TdClassName
{
border-color: #987D6C;
}
.TagClassName
{
border-color: #987D6C;
}
</style>