Shades of Hemp #99736C
Tints of Hemp #99736C
RGB
CMYK
RGB Variations
Color information
#99736C (or 0x99736C) is known color: Hemp. HEX triplet: 99, 73 and 6C. RGB value is (153,115,108). Sum of RGB (Red+Green+Blue) = 153+115+108=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 153 - color contains mainly: red. Hex color #99736C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99736C is #668C93. Grayscale: #7D7D7D. Windows color (decimal): -6720660 or 7107481. OLE color: 7107481.
HSL color Cylindrical-coordinate representation of color #99736C: hue angle of 9.33º 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 #99736C is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 115 | 108 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.4 |
| HSL | 9.33º | 0.18% | 0.51% | - |
| HSV(B) | 9.33º | 0.29% | 0.6% | - |
| XYZ | 21.97 | 20.12 | 16.91 | - |
| YUV | 125.56 | 118.09 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 115 | 108 | 0 | 0.25 | 0.29 | 0.4 | 9.33 | 0.18 | 0.51 |
| Hex | 99 | 73 | 6C | 0 | 19 | 1D | 28 | 9 | 12 | 33 |
| Octal | 231 | 163 | 154 | 0 | 31 | 35 | 50 | 11 | 22 | 63 |
| Binary | 10011001 | 1110011 | 1101100 | 0 | 11001 | 11101 | 101000 | 1001 | 10010 | 110011 |
Color Harmonies of #99736C
Complementary color
Monochromatic Colors of #99736C
Black with #99736C
Text Example
Text Example
White with #99736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99736C; }
p { color: rgb(153,115,108); }
H1.HeaderClassName
{
color: #99736C;
}
.AnyTagClassName
{
color: #99736C;
}
</style>
background-color css
<style>
a { background-color: #99736C; }
a { background-color: rgb(153,115,108); }
div.DivClassName
{
background-color: #99736C;
}
.BgClassName
{
background-color: #99736C;
}
</style>
border-color css
<style>
span { border-color: #99736C; }
span { border-color: rgb(153,115,108); }
td.TdClassName
{
border-color: #99736C;
}
.TagClassName
{
border-color: #99736C;
}
</style>