Color Hex Logo

#665940 Color Hex

#665940
(102,89,64)
0 Favorites   0 Comments

Color spaces of #665940

RGB 1028964
HSL0.110.230.33
HSV39°37°40°
CMYK 0.000.130.37   0.60
XYZ9.977310.33976.3204
Yxy10.33970.37460.3882
Hunter Lab32.1554-0.886310.8549
CIE-Lab38.44531.185816.4325

#665940 color RGB value is (102,89,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01011001 01000000
Octal 146 131 100
Decimal 102 89 64
Hex 66 59 40

RGB Percentages of Color #665940

%40.00
%34.90
%25.10

CMYK Percentages of Color #665940

%0
%13
%37
%60

Triadic Colors of #665940

#665940 #406659 #594066

Analogous Colors of #665940

#665940 #606640 #664640

Monochromatic Colors of #665940

#665940

Complementary Color

#665940 #404d66

#665940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#665940 Color CSS Codes

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

#665940 Text Font Color

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

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


#665940 Background Color

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

This div background color is #665940


#665940 Border Color

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

This div border color is #665940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665940


Comments

No comments written yet.

Please login to write comment.