#99716c color RGB value is (9, 151, 22).
#99716c hex color red value is 9, green value is 151, and blue value is 22.
Cylindrical-coordinate representations (HSL) of color #99716c
hue: 125.49,
saturation: 0.89 and lightness: 0.31.
The process color (four-color CMYK) of #99716c color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #99716c is #ff9999. Color #99716c contains mainly RED.
| Color spaces of #99716c | Value |
|---|---|
| RGB | 153, 113, 108 |
| HSL | 0.02, 0.18, 0.51 |
| HSV | 7°, 29°, 60° |
| XYZ | 21.75, 19.67, 16.83 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10011001 | 1110001 | 1101100 |
| Octal | 231 | 161 | 154 |
| Decimal | 153 | 113 | 108 |
| Hex | 99 | 71 | 6C |
Shades of #99716c
Tints of #99716c
.mybgColor {background-color: #99716c;}
.myforeColor {color: #99716c;}
.myborderColor {border:3px solid #99716c;}
<p style="color:#99716c">Text here</p>
This sample text is styled with the font color #99716c. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#99716c">Div content here</div>
<div style="border:3px solid #99716c">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(153, 113, 108, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #99716c; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #99716c;
-webkit-box-shadow: 1px 1px 3px #99716c;
box-shadow: 1px 1px 3px #99716c; }
<p style="text-shadow: 4px 4px 2px rgba(153, 113, 108, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #99716c;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #99716c;
-webkit-box-shadow: 1px 1px 3px #99716c;
box-shadow: 1px 1px 3px #99716c;">Div content here</div>
