Shades of Hemp #987E6F
Tints of Hemp #987E6F
RGB
CMYK
RGB Variations
Color information
#987E6F (or 0x987E6F) is known color: Hemp. HEX triplet: 98, 7E and 6F. RGB value is (152,126,111). Sum of RGB (Red+Green+Blue) = 152+126+111=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 111 (43.75% from 255 or 28.53% from 389); Max value from RGB is 152 - color contains mainly: red. Hex color #987E6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987E6F is #678190. Grayscale: #848484. Windows color (decimal): -6783377 or 7306904. OLE color: 7306904.
HSL color Cylindrical-coordinate representation of color #987E6F: hue angle of 21.95º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #987E6F is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 126 | 111 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.40 |
| HSL | 21.95º | 0.17% | 0.52% | - |
| HSV(B) | 21.95º | 0.27% | 0.6% | - |
| XYZ | 23.28 | 22.74 | 18.2 | - |
| YUV | 132.06 | 116.11 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 126 | 111 | 0 | 0.17 | 0.27 | 0.40 | 21.95 | 0.17 | 0.52 |
| Hex | 98 | 7E | 6F | 0 | 11 | 1B | 28 | 16 | 11 | 34 |
| Octal | 230 | 176 | 157 | 0 | 21 | 33 | 50 | 26 | 21 | 64 |
| Binary | 10011000 | 1111110 | 1101111 | 0 | 10001 | 11011 | 101000 | 10110 | 10001 | 110100 |
Color Harmonies of #987E6F
Complementary color
Monochromatic Colors of #987E6F
Black with #987E6F
Text Example
Text Example
White with #987E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987E6F; }
p { color: rgb(152,126,111); }
H1.HeaderClassName
{
color: #987E6F;
}
.AnyTagClassName
{
color: #987E6F;
}
</style>
background-color css
<style>
a { background-color: #987E6F; }
a { background-color: rgb(152,126,111); }
div.DivClassName
{
background-color: #987E6F;
}
.BgClassName
{
background-color: #987E6F;
}
</style>
border-color css
<style>
span { border-color: #987E6F; }
span { border-color: rgb(152,126,111); }
td.TdClassName
{
border-color: #987E6F;
}
.TagClassName
{
border-color: #987E6F;
}
</style>