Color Hex Logo

#99715b Color Hex

#99715B
(153,113,91)
0 Favorites   0 Comments

Color spaces of #99715b

RGB 15311391
HSL0.060.250.48
HSV21°41°60°
CMYK 0.000.260.41   0.40
XYZ20.930319.337912.5270
Yxy19.33790.39640.3663
Hunter Lab43.97498.002913.8926
CIE-Lab51.080212.797718.3825

#99715b color RGB value is (153,113,91).

#99715b hex color red value is 153, green value is 113 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #99715b hue: 0.06 , saturation: 0.25 and the lightness value of 99715b is 0.48.

The process color (four color CMYK) of #99715b color hex is 0.00, 0.26, 0.41, 0.40. Web safe color of #99715b is #996666. Color #99715b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01110001 01011011
Octal 231 161 133
Decimal 153 113 91
Hex 99 71 5B

RGB Percentages of Color #99715b

%42.86
%31.65
%25.49

CMYK Percentages of Color #99715b

%0
%26
%41
%40

Triadic Colors of #99715b

#99715b #5b9971 #715b99

Analogous Colors of #99715b

#99715b #99905b #995b64

Monochromatic Colors of #99715b

#99715b

Complementary Color

#99715b #5b8399

#99715b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99715b Color Preview on White Background

Lorem ipsum dolor sit amet.

#99715b Color CSS Codes

.mybgcolor {background-color:#99715b; } 
.myforecolor {color:#99715b; }
.mybordercolor {border:3px solid #99715b; }

#99715b Text Font Color

<p style="color:#99715b">Text here</p>

This sample text font color is #99715b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#99715b Background Color

<div style="background-color:#99715b">
Div content here</div>

This div background color is #99715b


#99715b Border Color

<div style="border:3px solid #99715b">
Div here</div>

This div border color is #99715b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,113,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99715b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99715b;
  -webkit-box-shadow: 1px 1px 3px 2px #99715b;
  box-shadow:         1px 1px 3px 2px #99715b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #99715b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #99715b;
  -webkit-box-shadow: 1px 1px 3px 2px #99715b;
  box-shadow:         1px 1px 3px 2px #99715b;">
Div content here</div>

This div box has shadow with color #99715b


Comments

No comments written yet.

Please login to write comment.