Color Hex Logo

#99676c Color Hex

#99676C
(153,103,108)
0 Favorites   0 Comments

Color spaces of #99676c

RGB 153103108
HSL0.980.200.50
HSV354°33°60°
CMYK 0.000.330.29   0.40
XYZ20.693917.555516.4852
Yxy17.55550.37810.3207
Hunter Lab41.899314.83676.0020
CIE-Lab48.952520.82795.3909

#99676c color RGB value is (153,103,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100111 01101100
Octal 231 147 154
Decimal 153 103 108
Hex 99 67 6C

RGB Percentages of Color #99676c

%42.03
%28.30
%29.67

CMYK Percentages of Color #99676c

%0
%33
%29
%40

Triadic Colors of #99676c

#99676c #6c9967 #676c99

Analogous Colors of #99676c

#99676c #997b67 #996785

Monochromatic Colors of #99676c

#99676c

Complementary Color

#99676c #679994

#99676c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99676c Color Preview on White Background

Lorem ipsum dolor sit amet.

#99676c Color CSS Codes

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

#99676c Text Font Color

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

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


#99676c Background Color

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

This div background color is #99676c


#99676c Border Color

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

This div border color is #99676c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99676c


Comments

No comments written yet.

Please login to write comment.