Shades of Hemp #99776C
Tints of Hemp #99776C
RGB
CMYK
RGB Variations
Color information
#99776C (or 0x99776C) is known color: Hemp. HEX triplet: 99, 77 and 6C. RGB value is (153,119,108). Sum of RGB (Red+Green+Blue) = 153+119+108=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 153 - color contains mainly: red. Hex color #99776C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99776C is #668893. Grayscale: #7F7F7F. Windows color (decimal): -6719636 or 7108505. OLE color: 7108505.
HSL color Cylindrical-coordinate representation of color #99776C: hue angle of 14.67º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99776C is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 119 | 108 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.4 |
| HSL | 14.67º | 0.18% | 0.51% | - |
| HSV(B) | 14.67º | 0.29% | 0.6% | - |
| XYZ | 22.44 | 21.05 | 17.07 | - |
| YUV | 127.91 | 116.76 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 119 | 108 | 0 | 0.22 | 0.29 | 0.4 | 14.67 | 0.18 | 0.51 |
| Hex | 99 | 77 | 6C | 0 | 16 | 1D | 28 | F | 12 | 33 |
| Octal | 231 | 167 | 154 | 0 | 26 | 35 | 50 | 17 | 22 | 63 |
| Binary | 10011001 | 1110111 | 1101100 | 0 | 10110 | 11101 | 101000 | 1111 | 10010 | 110011 |
Color Harmonies of #99776C
Complementary color
Monochromatic Colors of #99776C
Black with #99776C
Text Example
Text Example
White with #99776C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99776C; }
p { color: rgb(153,119,108); }
H1.HeaderClassName
{
color: #99776C;
}
.AnyTagClassName
{
color: #99776C;
}
</style>
background-color css
<style>
a { background-color: #99776C; }
a { background-color: rgb(153,119,108); }
div.DivClassName
{
background-color: #99776C;
}
.BgClassName
{
background-color: #99776C;
}
</style>
border-color css
<style>
span { border-color: #99776C; }
span { border-color: rgb(153,119,108); }
td.TdClassName
{
border-color: #99776C;
}
.TagClassName
{
border-color: #99776C;
}
</style>