Shades of Hemp #98756E
Tints of Hemp #98756E
RGB
CMYK
RGB Variations
Color information
#98756E (or 0x98756E) is known color: Hemp. HEX triplet: 98, 75 and 6E. RGB value is (152,117,110). Sum of RGB (Red+Green+Blue) = 152+117+110=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 152 - color contains mainly: red. Hex color #98756E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98756E is #678A91. Grayscale: #7E7E7E. Windows color (decimal): -6785682 or 7239064. OLE color: 7239064.
HSL color Cylindrical-coordinate representation of color #98756E: hue angle of 10º 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 #98756E is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 117 | 110 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.40 |
| HSL | 10º | 0.17% | 0.51% | - |
| HSV(B) | 10º | 0.28% | 0.6% | - |
| XYZ | 22.12 | 20.52 | 17.55 | - |
| YUV | 126.67 | 118.6 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 117 | 110 | 0 | 0.23 | 0.28 | 0.40 | 10 | 0.17 | 0.51 |
| Hex | 98 | 75 | 6E | 0 | 17 | 1C | 28 | A | 11 | 33 |
| Octal | 230 | 165 | 156 | 0 | 27 | 34 | 50 | 12 | 21 | 63 |
| Binary | 10011000 | 1110101 | 1101110 | 0 | 10111 | 11100 | 101000 | 1010 | 10001 | 110011 |
Color Harmonies of #98756E
Complementary color
Monochromatic Colors of #98756E
Black with #98756E
Text Example
Text Example
White with #98756E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98756E; }
p { color: rgb(152,117,110); }
H1.HeaderClassName
{
color: #98756E;
}
.AnyTagClassName
{
color: #98756E;
}
</style>
background-color css
<style>
a { background-color: #98756E; }
a { background-color: rgb(152,117,110); }
div.DivClassName
{
background-color: #98756E;
}
.BgClassName
{
background-color: #98756E;
}
</style>
border-color css
<style>
span { border-color: #98756E; }
span { border-color: rgb(152,117,110); }
td.TdClassName
{
border-color: #98756E;
}
.TagClassName
{
border-color: #98756E;
}
</style>