Shades of Hemp #98746A
Tints of Hemp #98746A
RGB
CMYK
RGB Variations
Color information
#98746A (or 0x98746A) is known color: Hemp. HEX triplet: 98, 74 and 6A. RGB value is (152,116,106). Sum of RGB (Red+Green+Blue) = 152+116+106=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 152 - color contains mainly: red. Hex color #98746A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98746A is #678B95. Grayscale: #7D7D7D. Windows color (decimal): -6785942 or 6976664. OLE color: 6976664.
HSL color Cylindrical-coordinate representation of color #98746A: hue angle of 13.04º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98746A is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 116 | 106 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.40 |
| HSL | 13.04º | 0.18% | 0.51% | - |
| HSV(B) | 13.04º | 0.3% | 0.6% | - |
| XYZ | 21.8 | 20.21 | 16.39 | - |
| YUV | 125.62 | 116.93 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 116 | 106 | 0 | 0.24 | 0.30 | 0.40 | 13.04 | 0.18 | 0.51 |
| Hex | 98 | 74 | 6A | 0 | 18 | 1E | 28 | D | 12 | 33 |
| Octal | 230 | 164 | 152 | 0 | 30 | 36 | 50 | 15 | 22 | 63 |
| Binary | 10011000 | 1110100 | 1101010 | 0 | 11000 | 11110 | 101000 | 1101 | 10010 | 110011 |
Color Harmonies of #98746A
Complementary color
Monochromatic Colors of #98746A
Black with #98746A
Text Example
Text Example
White with #98746A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98746A; }
p { color: rgb(152,116,106); }
H1.HeaderClassName
{
color: #98746A;
}
.AnyTagClassName
{
color: #98746A;
}
</style>
background-color css
<style>
a { background-color: #98746A; }
a { background-color: rgb(152,116,106); }
div.DivClassName
{
background-color: #98746A;
}
.BgClassName
{
background-color: #98746A;
}
</style>
border-color css
<style>
span { border-color: #98746A; }
span { border-color: rgb(152,116,106); }
td.TdClassName
{
border-color: #98746A;
}
.TagClassName
{
border-color: #98746A;
}
</style>