Shades of Hemp #99756A
Tints of Hemp #99756A
RGB
CMYK
RGB Variations
Color information
#99756A (or 0x99756A) is known color: Hemp. HEX triplet: 99, 75 and 6A. RGB value is (153,117,106). Sum of RGB (Red+Green+Blue) = 153+117+106=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 106 (41.80% from 255 or 28.19% from 376); Max value from RGB is 153 - color contains mainly: red. Hex color #99756A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99756A is #668A95. Grayscale: #7E7E7E. Windows color (decimal): -6720150 or 6976921. OLE color: 6976921.
HSL color Cylindrical-coordinate representation of color #99756A: hue angle of 14.04º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99756A is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 117 | 106 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.4 |
| HSL | 14.04º | 0.19% | 0.51% | - |
| HSV(B) | 14.04º | 0.31% | 0.6% | - |
| XYZ | 22.1 | 20.54 | 16.43 | - |
| YUV | 126.51 | 116.43 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 117 | 106 | 0 | 0.24 | 0.31 | 0.4 | 14.04 | 0.19 | 0.51 |
| Hex | 99 | 75 | 6A | 0 | 18 | 1F | 28 | E | 13 | 33 |
| Octal | 231 | 165 | 152 | 0 | 30 | 37 | 50 | 16 | 23 | 63 |
| Binary | 10011001 | 1110101 | 1101010 | 0 | 11000 | 11111 | 101000 | 1110 | 10011 | 110011 |
Color Harmonies of #99756A
Complementary color
Monochromatic Colors of #99756A
Black with #99756A
Text Example
Text Example
White with #99756A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99756A; }
p { color: rgb(153,117,106); }
H1.HeaderClassName
{
color: #99756A;
}
.AnyTagClassName
{
color: #99756A;
}
</style>
background-color css
<style>
a { background-color: #99756A; }
a { background-color: rgb(153,117,106); }
div.DivClassName
{
background-color: #99756A;
}
.BgClassName
{
background-color: #99756A;
}
</style>
border-color css
<style>
span { border-color: #99756A; }
span { border-color: rgb(153,117,106); }
td.TdClassName
{
border-color: #99756A;
}
.TagClassName
{
border-color: #99756A;
}
</style>