Color Hex Logo

#665d56 Color Hex

#665D56
(102,93,86)
0 Favorites   0 Comments

Color spaces of #665d56

RGB 1029386
HSL0.070.090.37
HSV26°16°40°
CMYK 0.000.090.16   0.60
XYZ11.073611.325410.4065
Yxy11.32540.33760.3452
Hunter Lab33.6532-0.15775.2232
CIE-Lab40.12322.29405.3223

#665d56 color RGB value is (102,93,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01011101 01010110
Octal 146 135 126
Decimal 102 93 86
Hex 66 5D 56

RGB Percentages of Color #665d56

%36.30
%33.10
%30.60

CMYK Percentages of Color #665d56

%0
%9
%16
%60

Triadic Colors of #665d56

#665d56 #56665d #5d5666

Analogous Colors of #665d56

#665d56 #666556 #665657

Monochromatic Colors of #665d56

#665d56

Complementary Color

#665d56 #565f66

#665d56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665d56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#665d56 Color CSS Codes

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

#665d56 Text Font Color

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

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


#665d56 Background Color

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

This div background color is #665d56


#665d56 Border Color

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

This div border color is #665d56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665d56


Comments

No comments written yet.

Please login to write comment.