Color Hex Logo

#664956 Color Hex

#664956
(102,73,86)
0 Favorites   0 Comments

Color spaces of #664956

RGB 1027386
HSL0.930.170.34
HSV333°28°40°
CMYK 0.000.280.16   0.60
XYZ9.54178.26189.8959
Yxy8.26180.34450.2983
Hunter Lab28.74338.9544-0.2923
CIE-Lab34.522314.6118-2.8138

#664956 color RGB value is (102,73,86).

#664956 hex color red value is 102, green value is 73 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #664956 hue: 0.93 , saturation: 0.17 and the lightness value of 664956 is 0.34.

The process color (four color CMYK) of #664956 color hex is 0.00, 0.28, 0.16, 0.60. Web safe color of #664956 is #663366. Color #664956 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001001 01010110
Octal 146 111 126
Decimal 102 73 86
Hex 66 49 56

RGB Percentages of Color #664956

%39.08
%27.97
%32.95

CMYK Percentages of Color #664956

%0
%28
%16
%60

Triadic Colors of #664956

#664956 #566649 #495666

Analogous Colors of #664956

#664956 #664b49 #664965

Monochromatic Colors of #664956

#664956

Complementary Color

#664956 #496659

#664956 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664956 Color Preview on White Background

Lorem ipsum dolor sit amet.

#664956 Color CSS Codes

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

#664956 Text Font Color

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

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


#664956 Background Color

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

This div background color is #664956


#664956 Border Color

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

This div border color is #664956


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,73,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 #664956">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664956


Comments

No comments written yet.

Please login to write comment.