Color Hex Logo

#6e693e Color Hex

#6E693E
(110,105,62)
0 Favorites   0 Comments

Color spaces of #6e693e

RGB 11010562
HSL0.150.280.34
HSV54°44°43°
CMYK 0.000.050.44   0.57
XYZ12.351513.76596.5635
Yxy13.76590.37790.4212
Hunter Lab37.1024-5.506115.4832
CIE-Lab43.8953-4.911124.8487

#6e693e color RGB value is (110,105,62).

#6e693e hex color red value is 110, green value is 105 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #6e693e hue: 0.15 , saturation: 0.28 and the lightness value of 6e693e is 0.34.

The process color (four color CMYK) of #6e693e color hex is 0.00, 0.05, 0.44, 0.57. Web safe color of #6e693e is #666633. Color #6e693e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01101001 00111110
Octal 156 151 76
Decimal 110 105 62
Hex 6E 69 3E

RGB Percentages of Color #6e693e

%39.71
%37.91
%22.38

CMYK Percentages of Color #6e693e

%0
%5
%44
%57

Triadic Colors of #6e693e

#6e693e #3e6e69 #693e6e

Analogous Colors of #6e693e

#6e693e #5b6e3e #6e513e

Monochromatic Colors of #6e693e

#6e693e

Complementary Color

#6e693e #3e436e

#6e693e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e693e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e693e Color CSS Codes

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

#6e693e Text Font Color

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

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


#6e693e Background Color

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

This div background color is #6e693e


#6e693e Border Color

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

This div border color is #6e693e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(110,105,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6e693e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6e693e;
  -webkit-box-shadow: 1px 1px 3px 2px #6e693e;
  box-shadow:         1px 1px 3px 2px #6e693e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,105,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e693e


Comments

No comments written yet.

Please login to write comment.