COLOR #6E685F

HEX: #6E685F
RGB: (110,104,95)

Color info

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

RGB color model

#6E685F color RGB value is (110,104,95).

  • red value is 110;
  • green value is 104;
  • blue value is 95.
RGB:
(110,104,95)
(43%,41%,37%)

RGB channels and saturation

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

110
104
95

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

Portions of RGB colors in percentages

R + G + B =
110 + 104 + 95 = 309 (100%)
R 110 of 309 ~ 35.6%
G 104 of 309 ~ 33.66%
B 95 of 309 ~ 30.74%

%35.6
%33.66
%30.74

CMYK color model

#6E685F color CMYK value is (0,5,14,57).

  • cyan value is 0.00%
  • magenta value is 5.45%
  • yellow value is 13.64%
  • key color value is 56.86%
CMYK:
(0,5,14,57)
C0M5Y14K57 
(0%,5%,14%,57%)
(0.00/0.05/0.14/0.57)	

CMYK percentages

%0
%5.45
%13.64
%56.86

Codes

Color #6E685F in popluar color models

6E685F
RGB11010495
HSL36°7.32%40.20%
HSB/HSV36°13.64%43.14%
CMYK0.00%5.45%13.64%
56.86%

Color #6E685F in popluar number systems.

HEX6E685F
Decimal11010495
Binary110111011010001011111
Octal156150137

Shades and tints

Shades of #6E685F

#6E685F
(110,104,95)
#645F57
(100,95,87)
#5A564F
(90,86,79)
#504D47
(80,77,71)
#46443F
(70,68,63)
#3C3B37
(60,59,55)
#32322F
(50,50,47)
#282927
(40,41,39)
#1E201F
(30,32,31)
#141717
(20,23,23)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #6E685F

#6E685F
(110,104,95)
#7B756D
(123,117,109)
#88827B
(136,130,123)
#958F89
(149,143,137)
#A29C97
(162,156,151)
#AFA9A5
(175,169,165)
#BCB6B3
(188,182,179)
#C9C3C1
(201,195,193)
#D6D0CF
(214,208,207)
#E3DDDD
(227,221,221)
#F0EAEB
(240,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E685F; }

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

This text font color is #6E685F.


Background Color

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

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

This div background color is #6E685F.


Border color

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

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

This div border color is #6E685F.


Opacity

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

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

Text with #6E685F 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 #6E685F;}

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

This text has shadow with #6E685F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E685F on black background.


Color preview on white background

This text has color #6E685F on white background.



Black color preview on #6E685F background

This text has black color on #6E685F background.


White color preview on #6E685F background

This text has white color on #6E685F background.