Shades of Hemp #99766E
Tints of Hemp #99766E
RGB
CMYK
RGB Variations
Color information
#99766E (or 0x99766E) is known color: Hemp. HEX triplet: 99, 76 and 6E. RGB value is (153,118,110). Sum of RGB (Red+Green+Blue) = 153+118+110=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 153 - color contains mainly: red. Hex color #99766E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99766E is #668991. Grayscale: #7F7F7F. Windows color (decimal): -6719890 or 7239321. OLE color: 7239321.
HSL color Cylindrical-coordinate representation of color #99766E: hue angle of 11.16º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99766E is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 118 | 110 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.4 |
| HSL | 11.16º | 0.17% | 0.52% | - |
| HSV(B) | 11.16º | 0.28% | 0.6% | - |
| XYZ | 22.43 | 20.85 | 17.6 | - |
| YUV | 127.55 | 118.1 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 118 | 110 | 0 | 0.23 | 0.28 | 0.4 | 11.16 | 0.17 | 0.52 |
| Hex | 99 | 76 | 6E | 0 | 17 | 1C | 28 | B | 11 | 34 |
| Octal | 231 | 166 | 156 | 0 | 27 | 34 | 50 | 13 | 21 | 64 |
| Binary | 10011001 | 1110110 | 1101110 | 0 | 10111 | 11100 | 101000 | 1011 | 10001 | 110100 |
Color Harmonies of #99766E
Complementary color
Monochromatic Colors of #99766E
Black with #99766E
Text Example
Text Example
White with #99766E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99766E; }
p { color: rgb(153,118,110); }
H1.HeaderClassName
{
color: #99766E;
}
.AnyTagClassName
{
color: #99766E;
}
</style>
background-color css
<style>
a { background-color: #99766E; }
a { background-color: rgb(153,118,110); }
div.DivClassName
{
background-color: #99766E;
}
.BgClassName
{
background-color: #99766E;
}
</style>
border-color css
<style>
span { border-color: #99766E; }
span { border-color: rgb(153,118,110); }
td.TdClassName
{
border-color: #99766E;
}
.TagClassName
{
border-color: #99766E;
}
</style>