Shades of Hemp #998074
Tints of Hemp #998074
RGB
CMYK
RGB Variations
Color information
#998074 (or 0x998074) is known color: Hemp. HEX triplet: 99, 80 and 74. RGB value is (153,128,116). Sum of RGB (Red+Green+Blue) = 153+128+116=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 116 (45.70% from 255 or 29.22% from 397); Max value from RGB is 153 - color contains mainly: red. Hex color #998074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998074 is #667F8B. Grayscale: #868686. Windows color (decimal): -6717324 or 7635097. OLE color: 7635097.
HSL color Cylindrical-coordinate representation of color #998074: hue angle of 19.46º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #998074 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 128 | 116 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.4 |
| HSL | 19.46º | 0.15% | 0.53% | - |
| HSV(B) | 19.46º | 0.24% | 0.6% | - |
| XYZ | 24.01 | 23.47 | 19.79 | - |
| YUV | 134.11 | 117.78 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 128 | 116 | 0 | 0.16 | 0.24 | 0.4 | 19.46 | 0.15 | 0.53 |
| Hex | 99 | 80 | 74 | 0 | 10 | 18 | 28 | 13 | F | 35 |
| Octal | 231 | 200 | 164 | 0 | 20 | 30 | 50 | 23 | 17 | 65 |
| Binary | 10011001 | 10000000 | 1110100 | 0 | 10000 | 11000 | 101000 | 10011 | 1111 | 110101 |
Color Harmonies of #998074
Complementary color
Monochromatic Colors of #998074
Black with #998074
Text Example
Text Example
White with #998074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998074; }
p { color: rgb(153,128,116); }
H1.HeaderClassName
{
color: #998074;
}
.AnyTagClassName
{
color: #998074;
}
</style>
background-color css
<style>
a { background-color: #998074; }
a { background-color: rgb(153,128,116); }
div.DivClassName
{
background-color: #998074;
}
.BgClassName
{
background-color: #998074;
}
</style>
border-color css
<style>
span { border-color: #998074; }
span { border-color: rgb(153,128,116); }
td.TdClassName
{
border-color: #998074;
}
.TagClassName
{
border-color: #998074;
}
</style>