Shades of Hemp #98817B
Tints of Hemp #98817B
RGB
CMYK
RGB Variations
Color information
#98817B (or 0x98817B) is known color: Hemp. HEX triplet: 98, 81 and 7B. RGB value is (152,129,123). Sum of RGB (Red+Green+Blue) = 152+129+123=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 152 - color contains mainly: red. Hex color #98817B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98817B is #677E84. Grayscale: #878787. Windows color (decimal): -6782597 or 8094104. OLE color: 8094104.
HSL color Cylindrical-coordinate representation of color #98817B: hue angle of 12.41º 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 #98817B is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 129 | 123 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.40 |
| HSL | 12.41º | 0.12% | 0.54% | - |
| HSV(B) | 12.41º | 0.19% | 0.6% | - |
| XYZ | 24.37 | 23.81 | 22.05 | - |
| YUV | 135.19 | 121.12 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 129 | 123 | 0 | 0.15 | 0.19 | 0.40 | 12.41 | 0.12 | 0.54 |
| Hex | 98 | 81 | 7B | 0 | F | 13 | 28 | C | C | 36 |
| Octal | 230 | 201 | 173 | 0 | 17 | 23 | 50 | 14 | 14 | 66 |
| Binary | 10011000 | 10000001 | 1111011 | 0 | 1111 | 10011 | 101000 | 1100 | 1100 | 110110 |
Color Harmonies of #98817B
Complementary color
Monochromatic Colors of #98817B
Black with #98817B
Text Example
Text Example
White with #98817B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98817B; }
p { color: rgb(152,129,123); }
H1.HeaderClassName
{
color: #98817B;
}
.AnyTagClassName
{
color: #98817B;
}
</style>
background-color css
<style>
a { background-color: #98817B; }
a { background-color: rgb(152,129,123); }
div.DivClassName
{
background-color: #98817B;
}
.BgClassName
{
background-color: #98817B;
}
</style>
border-color css
<style>
span { border-color: #98817B; }
span { border-color: rgb(152,129,123); }
td.TdClassName
{
border-color: #98817B;
}
.TagClassName
{
border-color: #98817B;
}
</style>