Color Hex Logo

#665b62 Color Hex

#665B62
(102,91,98)
0 Favorites   0 Comments

Color spaces of #665b62

RGB 1029198
HSL0.890.060.38
HSV322°11°40°
CMYK 0.000.110.04   0.60
XYZ11.425211.188813.1128
Yxy11.18880.31980.3132
Hunter Lab33.44972.43230.1721
CIE-Lab39.89675.8282-2.3927

#665b62 color RGB value is (102,91,98).

#665b62 hex color red value is 102, green value is 91 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #665b62 hue: 0.89 , saturation: 0.06 and the lightness value of 665b62 is 0.38.

The process color (four color CMYK) of #665b62 color hex is 0.00, 0.11, 0.04, 0.60. Web safe color of #665b62 is #666666. Color #665b62 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01011011 01100010
Octal 146 133 142
Decimal 102 91 98
Hex 66 5B 62

RGB Percentages of Color #665b62

%35.05
%31.27
%33.68

CMYK Percentages of Color #665b62

%0
%11
%4
%60

Triadic Colors of #665b62

#665b62 #62665b #5b6266

Analogous Colors of #665b62

#665b62 #665b5d #655b66

Monochromatic Colors of #665b62

#665b62

Complementary Color

#665b62 #5b665f

#665b62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665b62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#665b62 Color CSS Codes

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

#665b62 Text Font Color

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

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


#665b62 Background Color

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

This div background color is #665b62


#665b62 Border Color

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

This div border color is #665b62


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,91,98, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #665b62; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #665b62;
  -webkit-box-shadow: 1px 1px 3px 2px #665b62;
  box-shadow:         1px 1px 3px 2px #665b62; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665b62


Comments

No comments written yet.

Please login to write comment.