Shades of Hemp #98827B
Tints of Hemp #98827B
RGB
CMYK
RGB Variations
Color information
#98827B (or 0x98827B) is known color: Hemp. HEX triplet: 98, 82 and 7B. RGB value is (152,130,123). Sum of RGB (Red+Green+Blue) = 152+130+123=405 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.53% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 152 - color contains mainly: red. Hex color #98827B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98827B is #677D84. Grayscale: #878787. Windows color (decimal): -6782341 or 8094360. OLE color: 8094360.
HSL color Cylindrical-coordinate representation of color #98827B: hue angle of 14.48º 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 #98827B is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 130 | 123 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.40 |
| HSL | 14.48º | 0.12% | 0.54% | - |
| HSV(B) | 14.48º | 0.19% | 0.6% | - |
| XYZ | 24.51 | 24.07 | 22.09 | - |
| YUV | 135.78 | 120.79 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 130 | 123 | 0 | 0.14 | 0.19 | 0.40 | 14.48 | 0.12 | 0.54 |
| Hex | 98 | 82 | 7B | 0 | E | 13 | 28 | E | C | 36 |
| Octal | 230 | 202 | 173 | 0 | 16 | 23 | 50 | 16 | 14 | 66 |
| Binary | 10011000 | 10000010 | 1111011 | 0 | 1110 | 10011 | 101000 | 1110 | 1100 | 110110 |
Color Harmonies of #98827B
Complementary color
Monochromatic Colors of #98827B
Black with #98827B
Text Example
Text Example
White with #98827B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98827B; }
p { color: rgb(152,130,123); }
H1.HeaderClassName
{
color: #98827B;
}
.AnyTagClassName
{
color: #98827B;
}
</style>
background-color css
<style>
a { background-color: #98827B; }
a { background-color: rgb(152,130,123); }
div.DivClassName
{
background-color: #98827B;
}
.BgClassName
{
background-color: #98827B;
}
</style>
border-color css
<style>
span { border-color: #98827B; }
span { border-color: rgb(152,130,123); }
td.TdClassName
{
border-color: #98827B;
}
.TagClassName
{
border-color: #98827B;
}
</style>