Shades of Hemp #98837B
Tints of Hemp #98837B
RGB
CMYK
RGB Variations
Color information
#98837B (or 0x98837B) is known color: Hemp. HEX triplet: 98, 83 and 7B. RGB value is (152,131,123). Sum of RGB (Red+Green+Blue) = 152+131+123=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 152 - color contains mainly: red. Hex color #98837B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98837B is #677C84. Grayscale: #888888. Windows color (decimal): -6782085 or 8094616. OLE color: 8094616.
HSL color Cylindrical-coordinate representation of color #98837B: hue angle of 16.55º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #98837B is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 131 | 123 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.40 |
| HSL | 16.55º | 0.12% | 0.54% | - |
| HSV(B) | 16.55º | 0.19% | 0.6% | - |
| XYZ | 24.64 | 24.34 | 22.14 | - |
| YUV | 136.37 | 120.46 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 131 | 123 | 0 | 0.14 | 0.19 | 0.40 | 16.55 | 0.12 | 0.54 |
| Hex | 98 | 83 | 7B | 0 | E | 13 | 28 | 11 | C | 36 |
| Octal | 230 | 203 | 173 | 0 | 16 | 23 | 50 | 21 | 14 | 66 |
| Binary | 10011000 | 10000011 | 1111011 | 0 | 1110 | 10011 | 101000 | 10001 | 1100 | 110110 |
Color Harmonies of #98837B
Complementary color
Monochromatic Colors of #98837B
Black with #98837B
Text Example
Text Example
White with #98837B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98837B; }
p { color: rgb(152,131,123); }
H1.HeaderClassName
{
color: #98837B;
}
.AnyTagClassName
{
color: #98837B;
}
</style>
background-color css
<style>
a { background-color: #98837B; }
a { background-color: rgb(152,131,123); }
div.DivClassName
{
background-color: #98837B;
}
.BgClassName
{
background-color: #98837B;
}
</style>
border-color css
<style>
span { border-color: #98837B; }
span { border-color: rgb(152,131,123); }
td.TdClassName
{
border-color: #98837B;
}
.TagClassName
{
border-color: #98837B;
}
</style>