color details

Color Details
#99716c Color Hex

#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
Color spaces of #99716cValue
RGB153, 113, 108
HSL0.02, 0.18, 0.51
HSV7°, 29°, 60°
XYZ21.75, 19.67, 16.83
Base Numbers
Base Red Green Blue
Binary 10011001 1110001 1101100
Octal 231 161 154
Decimal 153 113 108
Hex 99 71 6C

RGB Percentages for Color #99716c

40.91%
30.21%
28.88%

CMYK Percentages of the Color #99716c

26.14%
29.41%
40%
CSS Codes for Color #99716c
.mybgColor {background-color: #99716c;}
.myforeColor {color: #99716c;}
.myborderColor {border:3px solid #99716c;}
Text Font Color #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,

Background Color #99716c

<div style="background-color:#99716c">Div content here</div>

The background color of this div is #99716c
Border Color #99716c

<div style="border:3px solid #99716c">Div here</div>

The border color of this div is #99716c
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153, 113, 108, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #99716c;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #99716c

Scroll to Top