Shades of Hemp #987B6A
Tints of Hemp #987B6A
RGB
CMYK
RGB Variations
Color information
#987B6A (or 0x987B6A) is known color: Hemp. HEX triplet: 98, 7B and 6A. RGB value is (152,123,106). Sum of RGB (Red+Green+Blue) = 152+123+106=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 152 - color contains mainly: red. Hex color #987B6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987B6A is #678495. Grayscale: #818181. Windows color (decimal): -6784150 or 6978456. OLE color: 6978456.
HSL color Cylindrical-coordinate representation of color #987B6A: hue angle of 22.17º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #987B6A is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 123 | 106 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.40 |
| HSL | 22.17º | 0.18% | 0.51% | - |
| HSV(B) | 22.17º | 0.3% | 0.6% | - |
| XYZ | 22.63 | 21.88 | 16.67 | - |
| YUV | 129.73 | 114.61 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 106 | 0 | 0.19 | 0.30 | 0.40 | 22.17 | 0.18 | 0.51 |
| Hex | 98 | 7B | 6A | 0 | 13 | 1E | 28 | 16 | 12 | 33 |
| Octal | 230 | 173 | 152 | 0 | 23 | 36 | 50 | 26 | 22 | 63 |
| Binary | 10011000 | 1111011 | 1101010 | 0 | 10011 | 11110 | 101000 | 10110 | 10010 | 110011 |
Color Harmonies of #987B6A
Complementary color
Monochromatic Colors of #987B6A
Black with #987B6A
Text Example
Text Example
White with #987B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987B6A; }
p { color: rgb(152,123,106); }
H1.HeaderClassName
{
color: #987B6A;
}
.AnyTagClassName
{
color: #987B6A;
}
</style>
background-color css
<style>
a { background-color: #987B6A; }
a { background-color: rgb(152,123,106); }
div.DivClassName
{
background-color: #987B6A;
}
.BgClassName
{
background-color: #987B6A;
}
</style>
border-color css
<style>
span { border-color: #987B6A; }
span { border-color: rgb(152,123,106); }
td.TdClassName
{
border-color: #987B6A;
}
.TagClassName
{
border-color: #987B6A;
}
</style>