Color Hex Logo

#99646c Color Hex

#99646C
(153,100,108)
0 Favorites   0 Comments

Color spaces of #99646c

RGB 153100108
HSL0.970.210.50
HSV351°35°60°
CMYK 0.000.350.29   0.40
XYZ20.400816.969416.3875
Yxy16.96940.37950.3157
Hunter Lab41.193916.31065.2494
CIE-Lab48.221522.55204.3415

#99646c color RGB value is (153,100,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100100 01101100
Octal 231 144 154
Decimal 153 100 108
Hex 99 64 6C

RGB Percentages of Color #99646c

%42.38
%27.70
%29.92

CMYK Percentages of Color #99646c

%0
%35
%29
%40

Triadic Colors of #99646c

#99646c #6c9964 #646c99

Analogous Colors of #99646c

#99646c #997764 #996487

Monochromatic Colors of #99646c

#99646c

Complementary Color

#99646c #649991

#99646c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99646c Color Preview on White Background

Lorem ipsum dolor sit amet.

#99646c Color CSS Codes

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

#99646c Text Font Color

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

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


#99646c Background Color

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

This div background color is #99646c


#99646c Border Color

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

This div border color is #99646c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99646c


Comments

No comments written yet.

Please login to write comment.