Color Hex Logo

#6e684d Color Hex

#6E684D
(110,104,77)
0 Favorites   0 Comments

Color spaces of #6e684d

RGB 11010477
HSL0.140.180.37
HSV49°30°43°
CMYK 0.000.050.30   0.57
XYZ12.720313.75149.0050
Yxy13.75140.35860.3876
Hunter Lab37.0829-3.665311.5604
CIE-Lab43.8743-2.324516.0941

#6e684d color RGB value is (110,104,77).

#6e684d hex color red value is 110, green value is 104 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #6e684d hue: 0.14 , saturation: 0.18 and the lightness value of 6e684d is 0.37.

The process color (four color CMYK) of #6e684d color hex is 0.00, 0.05, 0.30, 0.57. Web safe color of #6e684d is #666666. Color #6e684d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01101000 01001101
Octal 156 150 115
Decimal 110 104 77
Hex 6E 68 4D

RGB Percentages of Color #6e684d

%37.80
%35.74
%26.46

CMYK Percentages of Color #6e684d

%0
%5
%30
%57

Triadic Colors of #6e684d

#6e684d #4d6e68 #684d6e

Analogous Colors of #6e684d

#6e684d #646e4d #6e584d

Monochromatic Colors of #6e684d

#6e684d

Complementary Color

#6e684d #4d536e

#6e684d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e684d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e684d Color CSS Codes

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

#6e684d Text Font Color

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

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


#6e684d Background Color

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

This div background color is #6e684d


#6e684d Border Color

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

This div border color is #6e684d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e684d


Comments

No comments written yet.

Please login to write comment.