Shades of Hemp #99746D
Tints of Hemp #99746D
RGB
CMYK
RGB Variations
Color information
#99746D (or 0x99746D) is known color: Hemp. HEX triplet: 99, 74 and 6D. RGB value is (153,116,109). Sum of RGB (Red+Green+Blue) = 153+116+109=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 153 - color contains mainly: red. Hex color #99746D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99746D is #668B92. Grayscale: #7E7E7E. Windows color (decimal): -6720403 or 7173273. OLE color: 7173273.
HSL color Cylindrical-coordinate representation of color #99746D: hue angle of 9.55º 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 #99746D is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 116 | 109 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.4 |
| HSL | 9.55º | 0.18% | 0.51% | - |
| HSV(B) | 9.55º | 0.29% | 0.6% | - |
| XYZ | 22.14 | 20.37 | 17.23 | - |
| YUV | 126.27 | 118.26 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 116 | 109 | 0 | 0.24 | 0.29 | 0.4 | 9.55 | 0.18 | 0.51 |
| Hex | 99 | 74 | 6D | 0 | 18 | 1D | 28 | A | 12 | 33 |
| Octal | 231 | 164 | 155 | 0 | 30 | 35 | 50 | 12 | 22 | 63 |
| Binary | 10011001 | 1110100 | 1101101 | 0 | 11000 | 11101 | 101000 | 1010 | 10010 | 110011 |
Color Harmonies of #99746D
Complementary color
Monochromatic Colors of #99746D
Black with #99746D
Text Example
Text Example
White with #99746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99746D; }
p { color: rgb(153,116,109); }
H1.HeaderClassName
{
color: #99746D;
}
.AnyTagClassName
{
color: #99746D;
}
</style>
background-color css
<style>
a { background-color: #99746D; }
a { background-color: rgb(153,116,109); }
div.DivClassName
{
background-color: #99746D;
}
.BgClassName
{
background-color: #99746D;
}
</style>
border-color css
<style>
span { border-color: #99746D; }
span { border-color: rgb(153,116,109); }
td.TdClassName
{
border-color: #99746D;
}
.TagClassName
{
border-color: #99746D;
}
</style>