COLOR #6E685E

HEX: #6E685E RGB: (110,104,94)

Color info

#6E685E contains red, green and blue colors in about the same proportion. Web safe color of #6E685E is #666666 (or #666).

RGB color model

#6E685E color RGB value is (110,104,94).

RGB: (110,104,94) (43%, 41%, 37%)

RGB channels and saturation

R 110 of 255 = 43%
G 104 of 255 = 41%
B 94 of 255 = 37%

110
104
94

R + G + B ~ 40%. #6E685E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 110 + 104 + 94 = 308 (100%)
R 110 of 308 ~ 35.71%
G 104 of 308 ~ 33.77%
B 94 of 308 ~ 30.52'%

%35.71
%33.77
%30.52

CMYK color model

#6E685E color CMYK value is (0,5,15,57).

  • cyan value is 0.00%
  • magenta value is 5.45%
  • yellow value is 14.55%
  • key color value is 56.86%

CMYK: (0,5,15,57)
C0M5Y15K57 (0%, 5%, 15%, 57%)
(0.00 / 0.05 / 0.15 / 0.57)

CMYK percentages

%0
%5.45
%14.55
%56.86

Codes

Color #6E685E in popluar color models

6E 68 5E
RGB 110 104 94
HSL 38° 7.84% 40.00%
HSB/HSV 38° 14.55% 43.14%
CMYK 0.00% 5.45% 14.55%
56.86%

Color #6E685E in popluar number systems.

HEX 6E 68 5E
Decimal 110 104 94
Binary 1101110 1101000 1011110
Octal 156 150 136

Shades and tints

Shades of #6E685E

#6E685E
(110,104,94)
#645F56
(100,95,86)
#5A564E
(90,86,78)
#504D46
(80,77,70)
#46443E
(70,68,62)
#3C3B36
(60,59,54)
#32322E
(50,50,46)
#282926
(40,41,38)
#1E201E
(30,32,30)
#141716
(20,23,22)
#0A0E0E
(10,14,14)
#000000
(0,0,0)

Tints of #6E685E

#6E685E
(110,104,94)
#7B756C
(123,117,108)
#88827A
(136,130,122)
#958F88
(149,143,136)
#A29C96
(162,156,150)
#AFA9A4
(175,169,164)
#BCB6B2
(188,182,178)
#C9C3C0
(201,195,192)
#D6D0CE
(214,208,206)
#E3DDDC
(227,221,220)
#F0EAEA
(240,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E685E color. Also use rgb(110,104,94) instead hex code.

Text Font Color

.myTextColor { color: #6E685E; }

<p style="color:#6E685E">This sample text font color is #6E685E.</p>

This text font color is #6E685E.

Background Color

.myBgColor { background-color: #6E685E; }

<div style="background-color:#6E685E">Inner text</div>

This div background color is #6E685E.

Border color

.myBorderColor { border: 1px solid #6E685E; }

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

This div border color is #6E685E.

Opacity

.myOpacity80 { color: #6E685E; opacity: 0.8; }

<p style="color:#6E685E;opacity:0.8;">80%</p>

Text with #6E685E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6E685E;}

<p style="text-shadow: 3px 3px 1px #6E685E">Text here.</p>

This text has shadow with #6E685E color.


.textShadow {text-shadow: 3px 3px 1px #6E685E', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6E685E, 5px 5px 20px red">Text here.</p>

This text has shadow with #6E685E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E685E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6E685E, Direction=45, Strength=4)">Text</p>

This text has shadow with #6E685E and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6E685E;
-webkit-box-shadow: 1px 1px 3px 2px #6E685E;
box-shadow: 1px 1px 3px 2px #6E685E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6E685E; -webkit-box-shadow: 1px 1px 3px 2px #6E685E; box-shadow:1px 1px 3px 2px #6E685E;">
Div content here
</div>

This div box has shadow with color #6E685E.

Preview

Color preview on black background

This text has color #6E685E on black background.


Color preview on white background

This text has color #6E685E on white background.


Black color preview on #6E685E background

This text has black color on #6E685E background.


White color preview on #6E685E background

This text has white color on #6E685E background.


Related colors

Complementary color

Complementary color for #hex is #9197A1.


I love getcolorcode.com

Triadic colors

1 #5E6E68 and #685E6E with #6E685E are triadic colors.

2 #5E686E and #686E5E with #6E685E are triadic colors.