Shades of Hemp #99807A
Tints of Hemp #99807A
RGB
CMYK
RGB Variations
Color information
#99807A (or 0x99807A) is known color: Hemp. HEX triplet: 99, 80 and 7A. RGB value is (153,128,122). Sum of RGB (Red+Green+Blue) = 153+128+122=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 153 - color contains mainly: red. Hex color #99807A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99807A is #667F85. Grayscale: #868686. Windows color (decimal): -6717318 or 8028313. OLE color: 8028313.
HSL color Cylindrical-coordinate representation of color #99807A: hue angle of 11.61º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99807A is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 128 | 122 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.4 |
| HSL | 11.61º | 0.13% | 0.54% | - |
| HSV(B) | 11.61º | 0.2% | 0.6% | - |
| XYZ | 24.37 | 23.62 | 21.69 | - |
| YUV | 134.79 | 120.78 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 128 | 122 | 0 | 0.16 | 0.20 | 0.4 | 11.61 | 0.13 | 0.54 |
| Hex | 99 | 80 | 7A | 0 | 10 | 14 | 28 | C | D | 36 |
| Octal | 231 | 200 | 172 | 0 | 20 | 24 | 50 | 14 | 15 | 66 |
| Binary | 10011001 | 10000000 | 1111010 | 0 | 10000 | 10100 | 101000 | 1100 | 1101 | 110110 |
Color Harmonies of #99807A
Complementary color
Monochromatic Colors of #99807A
Black with #99807A
Text Example
Text Example
White with #99807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99807A; }
p { color: rgb(153,128,122); }
H1.HeaderClassName
{
color: #99807A;
}
.AnyTagClassName
{
color: #99807A;
}
</style>
background-color css
<style>
a { background-color: #99807A; }
a { background-color: rgb(153,128,122); }
div.DivClassName
{
background-color: #99807A;
}
.BgClassName
{
background-color: #99807A;
}
</style>
border-color css
<style>
span { border-color: #99807A; }
span { border-color: rgb(153,128,122); }
td.TdClassName
{
border-color: #99807A;
}
.TagClassName
{
border-color: #99807A;
}
</style>