Color Hex Logo

#66635c Color Hex

#66635C
(102,99,92)
0 Favorites   0 Comments

Color spaces of #66635c

RGB 1029992
HSL0.120.050.38
HSV42°10°40°
CMYK 0.000.030.10   0.60
XYZ11.873112.521211.9163
Yxy12.52120.32700.3448
Hunter Lab35.3853-2.03084.8033
CIE-Lab42.0328-0.19584.3906

#66635c color RGB value is (102,99,92).

#66635c hex color red value is 102, green value is 99 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #66635c hue: 0.12 , saturation: 0.05 and the lightness value of 66635c is 0.38.

The process color (four color CMYK) of #66635c color hex is 0.00, 0.03, 0.10, 0.60. Web safe color of #66635c is #666666. Color #66635c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01100011 01011100
Octal 146 143 134
Decimal 102 99 92
Hex 66 63 5C

RGB Percentages of Color #66635c

%34.81
%33.79
%31.40

CMYK Percentages of Color #66635c

%0
%3
%10
%60

Triadic Colors of #66635c

#66635c #5c6663 #635c66

Analogous Colors of #66635c

#66635c #64665c #665e5c

Monochromatic Colors of #66635c

#66635c

Complementary Color

#66635c #5c5f66

#66635c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66635c Color Preview on White Background

Lorem ipsum dolor sit amet.

#66635c Color CSS Codes

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

#66635c Text Font Color

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

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


#66635c Background Color

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

This div background color is #66635c


#66635c Border Color

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

This div border color is #66635c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,99,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66635c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66635c;
  -webkit-box-shadow: 1px 1px 3px 2px #66635c;
  box-shadow:         1px 1px 3px 2px #66635c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,99,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66635c

#66635c Color Palettes


Comments

No comments written yet.

Please login to write comment.