Shades of Hemp #998079
Tints of Hemp #998079
RGB
CMYK
RGB Variations
Color information
#998079 (or 0x998079) is known color: Hemp. HEX triplet: 99, 80 and 79. RGB value is (153,128,121). Sum of RGB (Red+Green+Blue) = 153+128+121=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 121 (47.66% from 255 or 30.10% from 402); Max value from RGB is 153 - color contains mainly: red. Hex color #998079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998079 is #667F86. Grayscale: #868686. Windows color (decimal): -6717319 or 7962777. OLE color: 7962777.
HSL color Cylindrical-coordinate representation of color #998079: hue angle of 13.12º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #998079 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 128 | 121 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.4 |
| HSL | 13.13º | 0.14% | 0.54% | - |
| HSV(B) | 13.13º | 0.21% | 0.6% | - |
| XYZ | 24.31 | 23.59 | 21.36 | - |
| YUV | 134.68 | 120.28 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 128 | 121 | 0 | 0.16 | 0.21 | 0.4 | 13.13 | 0.14 | 0.54 |
| Hex | 99 | 80 | 79 | 0 | 10 | 15 | 28 | D | E | 36 |
| Octal | 231 | 200 | 171 | 0 | 20 | 25 | 50 | 15 | 16 | 66 |
| Binary | 10011001 | 10000000 | 1111001 | 0 | 10000 | 10101 | 101000 | 1101 | 1110 | 110110 |
Color Harmonies of #998079
Complementary color
Monochromatic Colors of #998079
Black with #998079
Text Example
Text Example
White with #998079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998079; }
p { color: rgb(153,128,121); }
H1.HeaderClassName
{
color: #998079;
}
.AnyTagClassName
{
color: #998079;
}
</style>
background-color css
<style>
a { background-color: #998079; }
a { background-color: rgb(153,128,121); }
div.DivClassName
{
background-color: #998079;
}
.BgClassName
{
background-color: #998079;
}
</style>
border-color css
<style>
span { border-color: #998079; }
span { border-color: rgb(153,128,121); }
td.TdClassName
{
border-color: #998079;
}
.TagClassName
{
border-color: #998079;
}
</style>