Color Hex Logo

#666040 Color Hex

#666040
(102,96,64)
0 Favorites   0 Comments

Color spaces of #666040

RGB 1029664
HSL0.140.230.33
HSV51°37°40°
CMYK 0.000.060.37   0.60
XYZ10.587811.56076.5239
Yxy11.56070.36930.4032
Hunter Lab34.0010-3.917512.4245
CIE-Lab40.5092-2.994519.1686

#666040 color RGB value is (102,96,64).

#666040 hex color red value is 102, green value is 96 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #666040 hue: 0.14 , saturation: 0.23 and the lightness value of 666040 is 0.33.

The process color (four color CMYK) of #666040 color hex is 0.00, 0.06, 0.37, 0.60. Web safe color of #666040 is #666633. Color #666040 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01100000 01000000
Octal 146 140 100
Decimal 102 96 64
Hex 66 60 40

RGB Percentages of Color #666040

%38.93
%36.64
%24.43

CMYK Percentages of Color #666040

%0
%6
%37
%60

Triadic Colors of #666040

#666040 #406660 #604066

Analogous Colors of #666040

#666040 #596640 #664d40

Monochromatic Colors of #666040

#666040

Complementary Color

#666040 #404666

#666040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#666040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#666040 Color CSS Codes

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

#666040 Text Font Color

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

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


#666040 Background Color

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

This div background color is #666040


#666040 Border Color

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

This div border color is #666040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #666040


Comments

No comments written yet.

Please login to write comment.