Color Hex Logo

#666041 Color Hex

#666041
(102,96,65)
0 Favorites   0 Comments

Color spaces of #666041

RGB 1029665
HSL0.140.220.33
HSV50°36°40°
CMYK 0.000.060.36   0.60
XYZ10.616511.57226.6751
Yxy11.57220.36780.4009
Hunter Lab34.0179-3.824212.1785
CIE-Lab40.5280-2.858018.6009

#666041 color RGB value is (102,96,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01100000 01000001
Octal 146 140 101
Decimal 102 96 65
Hex 66 60 41

RGB Percentages of Color #666041

%38.78
%36.50
%24.71

CMYK Percentages of Color #666041

%0
%6
%36
%60

Triadic Colors of #666041

#666041 #416660 #604166

Analogous Colors of #666041

#666041 #5a6641 #664e41

Monochromatic Colors of #666041

#666041

Complementary Color

#666041 #414766

#666041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#666041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#666041 Color CSS Codes

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

#666041 Text Font Color

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

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


#666041 Background Color

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

This div background color is #666041


#666041 Border Color

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

This div border color is #666041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #666041


Comments

No comments written yet.

Please login to write comment.