Shades of Hemp #987E6E
Tints of Hemp #987E6E
RGB
CMYK
RGB Variations
Color information
#987E6E (or 0x987E6E) is known color: Hemp. HEX triplet: 98, 7E and 6E. RGB value is (152,126,110). Sum of RGB (Red+Green+Blue) = 152+126+110=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 152 - color contains mainly: red. Hex color #987E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987E6E is #678191. Grayscale: #848484. Windows color (decimal): -6783378 or 7241368. OLE color: 7241368.
HSL color Cylindrical-coordinate representation of color #987E6E: hue angle of 22.86º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #987E6E is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 126 | 110 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.40 |
| HSL | 22.86º | 0.17% | 0.51% | - |
| HSV(B) | 22.86º | 0.28% | 0.6% | - |
| XYZ | 23.22 | 22.72 | 17.91 | - |
| YUV | 131.95 | 115.61 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 126 | 110 | 0 | 0.17 | 0.28 | 0.40 | 22.86 | 0.17 | 0.51 |
| Hex | 98 | 7E | 6E | 0 | 11 | 1C | 28 | 17 | 11 | 33 |
| Octal | 230 | 176 | 156 | 0 | 21 | 34 | 50 | 27 | 21 | 63 |
| Binary | 10011000 | 1111110 | 1101110 | 0 | 10001 | 11100 | 101000 | 10111 | 10001 | 110011 |
Color Harmonies of #987E6E
Complementary color
Monochromatic Colors of #987E6E
Black with #987E6E
Text Example
Text Example
White with #987E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987E6E; }
p { color: rgb(152,126,110); }
H1.HeaderClassName
{
color: #987E6E;
}
.AnyTagClassName
{
color: #987E6E;
}
</style>
background-color css
<style>
a { background-color: #987E6E; }
a { background-color: rgb(152,126,110); }
div.DivClassName
{
background-color: #987E6E;
}
.BgClassName
{
background-color: #987E6E;
}
</style>
border-color css
<style>
span { border-color: #987E6E; }
span { border-color: rgb(152,126,110); }
td.TdClassName
{
border-color: #987E6E;
}
.TagClassName
{
border-color: #987E6E;
}
</style>