Color Hex Logo

#99676e Color Hex

#99676E
(153,103,110)
0 Favorites   0 Comments

Color spaces of #99676e

RGB 153103110
HSL0.980.200.50
HSV352°33°60°
CMYK 0.000.330.28   0.40
XYZ20.801617.598617.0524
Yxy17.59860.37510.3174
Hunter Lab41.950715.09705.2649
CIE-Lab49.005621.11994.2737

#99676e color RGB value is (153,103,110).

#99676e hex color red value is 153, green value is 103 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #99676e hue: 0.98 , saturation: 0.20 and the lightness value of 99676e is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100111 01101110
Octal 231 147 156
Decimal 153 103 110
Hex 99 67 6E

RGB Percentages of Color #99676e

%41.80
%28.14
%30.05

CMYK Percentages of Color #99676e

%0
%33
%28
%40

Triadic Colors of #99676e

#99676e #6e9967 #676e99

Analogous Colors of #99676e

#99676e #997967 #996787

Monochromatic Colors of #99676e

#99676e

Complementary Color

#99676e #679992

#99676e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99676e Color Preview on White Background

Lorem ipsum dolor sit amet.

#99676e Color CSS Codes

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

#99676e Text Font Color

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

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


#99676e Background Color

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

This div background color is #99676e


#99676e Border Color

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

This div border color is #99676e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,103,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 #99676e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99676e


Comments

No comments written yet.

Please login to write comment.