Shades of Hemp #98756D
Tints of Hemp #98756D
RGB
CMYK
RGB Variations
Color information
#98756D (or 0x98756D) is known color: Hemp. HEX triplet: 98, 75 and 6D. RGB value is (152,117,109). Sum of RGB (Red+Green+Blue) = 152+117+109=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 152 - color contains mainly: red. Hex color #98756D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98756D is #678A92. Grayscale: #7E7E7E. Windows color (decimal): -6785683 or 7173528. OLE color: 7173528.
HSL color Cylindrical-coordinate representation of color #98756D: hue angle of 11.16º 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 #98756D is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 117 | 109 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.40 |
| HSL | 11.16º | 0.17% | 0.51% | - |
| HSV(B) | 11.16º | 0.28% | 0.6% | - |
| XYZ | 22.07 | 20.5 | 17.26 | - |
| YUV | 126.55 | 118.1 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 117 | 109 | 0 | 0.23 | 0.28 | 0.40 | 11.16 | 0.17 | 0.51 |
| Hex | 98 | 75 | 6D | 0 | 17 | 1C | 28 | B | 11 | 33 |
| Octal | 230 | 165 | 155 | 0 | 27 | 34 | 50 | 13 | 21 | 63 |
| Binary | 10011000 | 1110101 | 1101101 | 0 | 10111 | 11100 | 101000 | 1011 | 10001 | 110011 |
Color Harmonies of #98756D
Complementary color
Monochromatic Colors of #98756D
Black with #98756D
Text Example
Text Example
White with #98756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98756D; }
p { color: rgb(152,117,109); }
H1.HeaderClassName
{
color: #98756D;
}
.AnyTagClassName
{
color: #98756D;
}
</style>
background-color css
<style>
a { background-color: #98756D; }
a { background-color: rgb(152,117,109); }
div.DivClassName
{
background-color: #98756D;
}
.BgClassName
{
background-color: #98756D;
}
</style>
border-color css
<style>
span { border-color: #98756D; }
span { border-color: rgb(152,117,109); }
td.TdClassName
{
border-color: #98756D;
}
.TagClassName
{
border-color: #98756D;
}
</style>