Shades of Hemp #99847C
Tints of Hemp #99847C
RGB
CMYK
RGB Variations
Color information
#99847C (or 0x99847C) is known color: Hemp. HEX triplet: 99, 84 and 7C. RGB value is (153,132,124). Sum of RGB (Red+Green+Blue) = 153+132+124=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 153 - color contains mainly: red. Hex color #99847C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99847C is #667B83. Grayscale: #898989. Windows color (decimal): -6716292 or 8160409. OLE color: 8160409.
HSL color Cylindrical-coordinate representation of color #99847C: hue angle of 16.55º 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 #99847C is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 132 | 124 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.4 |
| HSL | 16.55º | 0.12% | 0.54% | - |
| HSV(B) | 16.55º | 0.19% | 0.6% | - |
| XYZ | 25.03 | 24.73 | 22.52 | - |
| YUV | 137.37 | 120.46 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 132 | 124 | 0 | 0.14 | 0.19 | 0.4 | 16.55 | 0.12 | 0.54 |
| Hex | 99 | 84 | 7C | 0 | E | 13 | 28 | 11 | C | 36 |
| Octal | 231 | 204 | 174 | 0 | 16 | 23 | 50 | 21 | 14 | 66 |
| Binary | 10011001 | 10000100 | 1111100 | 0 | 1110 | 10011 | 101000 | 10001 | 1100 | 110110 |
Color Harmonies of #99847C
Complementary color
Monochromatic Colors of #99847C
Black with #99847C
Text Example
Text Example
White with #99847C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99847C; }
p { color: rgb(153,132,124); }
H1.HeaderClassName
{
color: #99847C;
}
.AnyTagClassName
{
color: #99847C;
}
</style>
background-color css
<style>
a { background-color: #99847C; }
a { background-color: rgb(153,132,124); }
div.DivClassName
{
background-color: #99847C;
}
.BgClassName
{
background-color: #99847C;
}
</style>
border-color css
<style>
span { border-color: #99847C; }
span { border-color: rgb(153,132,124); }
td.TdClassName
{
border-color: #99847C;
}
.TagClassName
{
border-color: #99847C;
}
</style>