Color Hex Logo

#99616e Color Hex

#99616E
(153,97,110)
0 Favorites   0 Comments

Color spaces of #99616e

RGB 15397110
HSL0.960.220.49
HSV346°37°60°
CMYK 0.000.370.28   0.40
XYZ20.226016.447516.8605
Yxy16.44750.37780.3072
Hunter Lab40.555518.05003.7397
CIE-Lab47.556224.56202.1807

#99616e color RGB value is (153,97,110).

#99616e hex color red value is 153, green value is 97 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #99616e hue: 0.96 , saturation: 0.22 and the lightness value of 99616e is 0.49.

The process color (four color CMYK) of #99616e color hex is 0.00, 0.37, 0.28, 0.40. Web safe color of #99616e is #996666. Color #99616e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100001 01101110
Octal 231 141 156
Decimal 153 97 110
Hex 99 61 6E

RGB Percentages of Color #99616e

%42.50
%26.94
%30.56

CMYK Percentages of Color #99616e

%0
%37
%28
%40

Triadic Colors of #99616e

#99616e #6e9961 #616e99

Analogous Colors of #99616e

#99616e #997061 #99618a

Monochromatic Colors of #99616e

#99616e

Complementary Color

#99616e #61998c

#99616e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99616e Color Preview on White Background

Lorem ipsum dolor sit amet.

#99616e Color CSS Codes

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

#99616e Text Font Color

<p style="color:#99616e">Text here</p>

This sample text font color is #99616e
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.


#99616e Background Color

<div style="background-color:#99616e">
Div content here</div>

This div background color is #99616e


#99616e Border Color

<div style="border:3px solid #99616e">
Div here</div>

This div border color is #99616e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,97,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99616e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99616e;
  -webkit-box-shadow: 1px 1px 3px 2px #99616e;
  box-shadow:         1px 1px 3px 2px #99616e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99616e


Comments

No comments written yet.

Please login to write comment.