Shades of Hemp #998278
Tints of Hemp #998278
RGB
CMYK
RGB Variations
Color information
#998278 (or 0x998278) is known color: Hemp. HEX triplet: 99, 82 and 78. RGB value is (153,130,120). Sum of RGB (Red+Green+Blue) = 153+130+120=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 120 (47.27% from 255 or 29.78% from 403); Max value from RGB is 153 - color contains mainly: red. Hex color #998278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998278 is #667D87. Grayscale: #878787. Windows color (decimal): -6716808 or 7897753. OLE color: 7897753.
HSL color Cylindrical-coordinate representation of color #998278: hue angle of 18.18º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #998278 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 130 | 120 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.4 |
| HSL | 18.18º | 0.14% | 0.54% | - |
| HSV(B) | 18.18º | 0.22% | 0.6% | - |
| XYZ | 24.51 | 24.09 | 21.13 | - |
| YUV | 135.74 | 119.12 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 130 | 120 | 0 | 0.15 | 0.22 | 0.4 | 18.18 | 0.14 | 0.54 |
| Hex | 99 | 82 | 78 | 0 | F | 16 | 28 | 12 | E | 36 |
| Octal | 231 | 202 | 170 | 0 | 17 | 26 | 50 | 22 | 16 | 66 |
| Binary | 10011001 | 10000010 | 1111000 | 0 | 1111 | 10110 | 101000 | 10010 | 1110 | 110110 |
Color Harmonies of #998278
Complementary color
Monochromatic Colors of #998278
Black with #998278
Text Example
Text Example
White with #998278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998278; }
p { color: rgb(153,130,120); }
H1.HeaderClassName
{
color: #998278;
}
.AnyTagClassName
{
color: #998278;
}
</style>
background-color css
<style>
a { background-color: #998278; }
a { background-color: rgb(153,130,120); }
div.DivClassName
{
background-color: #998278;
}
.BgClassName
{
background-color: #998278;
}
</style>
border-color css
<style>
span { border-color: #998278; }
span { border-color: rgb(153,130,120); }
td.TdClassName
{
border-color: #998278;
}
.TagClassName
{
border-color: #998278;
}
</style>