COLOR #6E6656

HEX: #6E6656
RGB: (110,102,86)

Color info

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

RGB color model

#6E6656 color RGB value is (110,102,86).

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

RGB channels and saturation

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

110
102
86

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

Portions of RGB colors in percentages

R + G + B =
110 + 102 + 86 = 298 (100%)
R 110 of 298 ~ 36.91%
G 102 of 298 ~ 34.23%
B 86 of 298 ~ 28.86%

%36.91
%34.23
%28.86

CMYK color model

#6E6656 color CMYK value is (0,7,22,57).

  • cyan value is 0.00%
  • magenta value is 7.27%
  • yellow value is 21.82%
  • key color value is 56.86%
CMYK:
(0,7,22,57)
C0M7Y22K57 
(0%,7%,22%,57%)
(0.00/0.07/0.22/0.57)	

CMYK percentages

%0
%7.27
%21.82
%56.86

Codes

Color #6E6656 in popluar color models

6E6656
RGB11010286
HSL40°12.24%38.43%
HSB/HSV40°21.82%43.14%
CMYK0.00%7.27%21.82%
56.86%

Color #6E6656 in popluar number systems.

HEX6E6656
Decimal11010286
Binary110111011001101010110
Octal156146126

Shades and tints

Shades of #6E6656

#6E6656
(110,102,86)
#645D4F
(100,93,79)
#5A5448
(90,84,72)
#504B41
(80,75,65)
#46423A
(70,66,58)
#3C3933
(60,57,51)
#32302C
(50,48,44)
#282725
(40,39,37)
#1E1E1E
(30,30,30)
#141517
(20,21,23)
#0A0C10
(10,12,16)
#000000
(0,0,0)

Tints of #6E6656

#6E6656
(110,102,86)
#7B7365
(123,115,101)
#888074
(136,128,116)
#958D83
(149,141,131)
#A29A92
(162,154,146)
#AFA7A1
(175,167,161)
#BCB4B0
(188,180,176)
#C9C1BF
(201,193,191)
#D6CECE
(214,206,206)
#E3DBDD
(227,219,221)
#F0E8EC
(240,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6656; }

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

This text font color is #6E6656.


Background Color

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

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

This div background color is #6E6656.


Border color

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

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

This div border color is #6E6656.


Opacity

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

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

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

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

This text has shadow with #6E6656 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6656 on black background.


Color preview on white background

This text has color #6E6656 on white background.



Black color preview on #6E6656 background

This text has black color on #6E6656 background.


White color preview on #6E6656 background

This text has white color on #6E6656 background.