COLOR #6E6657

HEX: #6E6657
RGB: (110,102,87)

Color info

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

RGB color model

#6E6657 color RGB value is (110,102,87).

  • red value is 110;
  • green value is 102;
  • blue value is 87.
RGB:
(110,102,87)
(43%,40%,34%)

RGB channels and saturation

R 110 of 255 = 43%
G 102 of 255 = 40%
B 87 of 255 = 34%

110
102
87

R + G + B ~ 39%. #6E6657 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 102 + 87 = 299 (100%)
R 110 of 299 ~ 36.79%
G 102 of 299 ~ 34.11%
B 87 of 299 ~ 29.1%

%36.79
%34.11
%29.1

CMYK color model

#6E6657 color CMYK value is (0,7,21,57).

  • cyan value is 0.00%
  • magenta value is 7.27%
  • yellow value is 20.91%
  • key color value is 56.86%
CMYK:
(0,7,21,57)
C0M7Y21K57 
(0%,7%,21%,57%)
(0.00/0.07/0.21/0.57)	

CMYK percentages

%0
%7.27
%20.91
%56.86

Codes

Color #6E6657 in popluar color models

6E6657
RGB11010287
HSL39°11.68%38.63%
HSB/HSV39°20.91%43.14%
CMYK0.00%7.27%20.91%
56.86%

Color #6E6657 in popluar number systems.

HEX6E6657
Decimal11010287
Binary110111011001101010111
Octal156146127

Shades and tints

Shades of #6E6657

#6E6657
(110,102,87)
#645D50
(100,93,80)
#5A5449
(90,84,73)
#504B42
(80,75,66)
#46423B
(70,66,59)
#3C3934
(60,57,52)
#32302D
(50,48,45)
#282726
(40,39,38)
#1E1E1F
(30,30,31)
#141518
(20,21,24)
#0A0C11
(10,12,17)
#000000
(0,0,0)

Tints of #6E6657

#6E6657
(110,102,87)
#7B7366
(123,115,102)
#888075
(136,128,117)
#958D84
(149,141,132)
#A29A93
(162,154,147)
#AFA7A2
(175,167,162)
#BCB4B1
(188,180,177)
#C9C1C0
(201,193,192)
#D6CECF
(214,206,207)
#E3DBDE
(227,219,222)
#F0E8ED
(240,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6657 color. Also use rgb(110,102,87) instead hex code.

Text Font Color

.myTextColor { color: #6E6657; }

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

This text font color is #6E6657.


Background Color

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

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

This div background color is #6E6657.


Border color

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

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

This div border color is #6E6657.


Opacity

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

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

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

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

This text has shadow with #6E6657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6657 on black background.


Color preview on white background

This text has color #6E6657 on white background.



Black color preview on #6E6657 background

This text has black color on #6E6657 background.


White color preview on #6E6657 background

This text has white color on #6E6657 background.