Shades of Hemp #99796B
Tints of Hemp #99796B
RGB
CMYK
RGB Variations
Color information
#99796B (or 0x99796B) is known color: Hemp. HEX triplet: 99, 79 and 6B. RGB value is (153,121,107). Sum of RGB (Red+Green+Blue) = 153+121+107=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 153 - color contains mainly: red. Hex color #99796B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99796B is #668694. Grayscale: #818181. Windows color (decimal): -6719125 or 7043481. OLE color: 7043481.
HSL color Cylindrical-coordinate representation of color #99796B: hue angle of 18.26º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99796B is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 121 | 107 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.4 |
| HSL | 18.26º | 0.18% | 0.51% | - |
| HSV(B) | 18.26º | 0.3% | 0.6% | - |
| XYZ | 22.63 | 21.51 | 16.87 | - |
| YUV | 128.97 | 115.6 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 121 | 107 | 0 | 0.21 | 0.30 | 0.4 | 18.26 | 0.18 | 0.51 |
| Hex | 99 | 79 | 6B | 0 | 15 | 1E | 28 | 12 | 12 | 33 |
| Octal | 231 | 171 | 153 | 0 | 25 | 36 | 50 | 22 | 22 | 63 |
| Binary | 10011001 | 1111001 | 1101011 | 0 | 10101 | 11110 | 101000 | 10010 | 10010 | 110011 |
Color Harmonies of #99796B
Complementary color
Monochromatic Colors of #99796B
Black with #99796B
Text Example
Text Example
White with #99796B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99796B; }
p { color: rgb(153,121,107); }
H1.HeaderClassName
{
color: #99796B;
}
.AnyTagClassName
{
color: #99796B;
}
</style>
background-color css
<style>
a { background-color: #99796B; }
a { background-color: rgb(153,121,107); }
div.DivClassName
{
background-color: #99796B;
}
.BgClassName
{
background-color: #99796B;
}
</style>
border-color css
<style>
span { border-color: #99796B; }
span { border-color: rgb(153,121,107); }
td.TdClassName
{
border-color: #99796B;
}
.TagClassName
{
border-color: #99796B;
}
</style>