Shades of Hemp #99786C
Tints of Hemp #99786C
RGB
CMYK
RGB Variations
Color information
#99786C (or 0x99786C) is known color: Hemp. HEX triplet: 99, 78 and 6C. RGB value is (153,120,108). Sum of RGB (Red+Green+Blue) = 153+120+108=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 153 - color contains mainly: red. Hex color #99786C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99786C is #668793. Grayscale: #808080. Windows color (decimal): -6719380 or 7108761. OLE color: 7108761.
HSL color Cylindrical-coordinate representation of color #99786C: hue angle of 16º 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 #99786C is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 120 | 108 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.4 |
| HSL | 16º | 0.18% | 0.51% | - |
| HSV(B) | 16º | 0.29% | 0.6% | - |
| XYZ | 22.56 | 21.29 | 17.11 | - |
| YUV | 128.5 | 116.43 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 120 | 108 | 0 | 0.22 | 0.29 | 0.4 | 16 | 0.18 | 0.51 |
| Hex | 99 | 78 | 6C | 0 | 16 | 1D | 28 | 10 | 12 | 33 |
| Octal | 231 | 170 | 154 | 0 | 26 | 35 | 50 | 20 | 22 | 63 |
| Binary | 10011001 | 1111000 | 1101100 | 0 | 10110 | 11101 | 101000 | 10000 | 10010 | 110011 |
Color Harmonies of #99786C
Complementary color
Monochromatic Colors of #99786C
Black with #99786C
Text Example
Text Example
White with #99786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99786C; }
p { color: rgb(153,120,108); }
H1.HeaderClassName
{
color: #99786C;
}
.AnyTagClassName
{
color: #99786C;
}
</style>
background-color css
<style>
a { background-color: #99786C; }
a { background-color: rgb(153,120,108); }
div.DivClassName
{
background-color: #99786C;
}
.BgClassName
{
background-color: #99786C;
}
</style>
border-color css
<style>
span { border-color: #99786C; }
span { border-color: rgb(153,120,108); }
td.TdClassName
{
border-color: #99786C;
}
.TagClassName
{
border-color: #99786C;
}
</style>