Color Hex Logo

#665659 Color Hex

#665659
(102,86,89)
0 Favorites   0 Comments

Color spaces of #665659

RGB 1028689
HSL0.970.090.37
HSV349°16°40°
CMYK 0.000.160.13   0.60
XYZ10.610510.201610.8611
Yxy10.20160.33500.3221
Hunter Lab31.93993.40312.1965
CIE-Lab38.20187.12290.6970

#665659 color RGB value is (102,86,89).

#665659 hex color red value is 102, green value is 86 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #665659 hue: 0.97 , saturation: 0.09 and the lightness value of 665659 is 0.37.

The process color (four color CMYK) of #665659 color hex is 0.00, 0.16, 0.13, 0.60. Web safe color of #665659 is #666666. Color #665659 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01010110 01011001
Octal 146 126 131
Decimal 102 86 89
Hex 66 56 59

RGB Percentages of Color #665659

%36.82
%31.05
%32.13

CMYK Percentages of Color #665659

%0
%16
%13
%60

Triadic Colors of #665659

#665659 #596656 #565966

Analogous Colors of #665659

#665659 #665b56 #665661

Monochromatic Colors of #665659

#665659

Complementary Color

#665659 #566663

#665659 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665659 Color Preview on White Background

Lorem ipsum dolor sit amet.

#665659 Color CSS Codes

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

#665659 Text Font Color

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

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


#665659 Background Color

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

This div background color is #665659


#665659 Border Color

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

This div border color is #665659


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,86,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #665659; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #665659;
  -webkit-box-shadow: 1px 1px 3px 2px #665659;
  box-shadow:         1px 1px 3px 2px #665659; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665659


Comments

No comments written yet.

Please login to write comment.