Shades of Hemp #99796F
Tints of Hemp #99796F
RGB
CMYK
RGB Variations
Color information
#99796F (or 0x99796F) is known color: Hemp. HEX triplet: 99, 79 and 6F. RGB value is (153,121,111). Sum of RGB (Red+Green+Blue) = 153+121+111=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 153 - color contains mainly: red. Hex color #99796F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99796F is #668690. Grayscale: #818181. Windows color (decimal): -6719121 or 7305625. OLE color: 7305625.
HSL color Cylindrical-coordinate representation of color #99796F: hue angle of 14.29º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99796F is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 121 | 111 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.4 |
| HSL | 14.29º | 0.17% | 0.52% | - |
| HSV(B) | 14.29º | 0.27% | 0.6% | - |
| XYZ | 22.84 | 21.59 | 18 | - |
| YUV | 129.43 | 117.6 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 121 | 111 | 0 | 0.21 | 0.27 | 0.4 | 14.29 | 0.17 | 0.52 |
| Hex | 99 | 79 | 6F | 0 | 15 | 1B | 28 | E | 11 | 34 |
| Octal | 231 | 171 | 157 | 0 | 25 | 33 | 50 | 16 | 21 | 64 |
| Binary | 10011001 | 1111001 | 1101111 | 0 | 10101 | 11011 | 101000 | 1110 | 10001 | 110100 |
Color Harmonies of #99796F
Complementary color
Monochromatic Colors of #99796F
Black with #99796F
Text Example
Text Example
White with #99796F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99796F; }
p { color: rgb(153,121,111); }
H1.HeaderClassName
{
color: #99796F;
}
.AnyTagClassName
{
color: #99796F;
}
</style>
background-color css
<style>
a { background-color: #99796F; }
a { background-color: rgb(153,121,111); }
div.DivClassName
{
background-color: #99796F;
}
.BgClassName
{
background-color: #99796F;
}
</style>
border-color css
<style>
span { border-color: #99796F; }
span { border-color: rgb(153,121,111); }
td.TdClassName
{
border-color: #99796F;
}
.TagClassName
{
border-color: #99796F;
}
</style>