COLOR #6D6E5E

HEX: #6D6E5E
RGB: (109,110,94)

Color info

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

RGB color model

#6D6E5E color RGB value is (109,110,94).

  • red value is 109;
  • green value is 110;
  • blue value is 94.
RGB:
(109,110,94)
(43%,43%,37%)

RGB channels and saturation

R 109 of 255 = 43%
G 110 of 255 = 43%
B 94 of 255 = 37%

109
110
94

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

Portions of RGB colors in percentages

R + G + B =
109 + 110 + 94 = 313 (100%)
R 109 of 313 ~ 34.82%
G 110 of 313 ~ 35.14%
B 94 of 313 ~ 30.03%

%34.82
%35.14
%30.03

CMYK color model

#6D6E5E color CMYK value is (1,0,15,57).

  • cyan value is 0.91%
  • magenta value is 0.00%
  • yellow value is 14.55%
  • key color value is 56.86%
CMYK:
(1,0,15,57)
C1M0Y15K57 
(1%,0%,15%,57%)
(0.01/0.00/0.15/0.57)	

CMYK percentages

%0.91
%0
%14.55
%56.86

Codes

Color #6D6E5E in popluar color models

6D6E5E
RGB10911094
HSL64°7.84%40.00%
HSB/HSV64°14.55%43.14%
CMYK0.91%0.00%14.55%
56.86%

Color #6D6E5E in popluar number systems.

HEX6D6E5E
Decimal10911094
Binary110110111011101011110
Octal155156136

Shades and tints

Shades of #6D6E5E

#6D6E5E
(109,110,94)
#646456
(100,100,86)
#5B5A4E
(91,90,78)
#525046
(82,80,70)
#49463E
(73,70,62)
#403C36
(64,60,54)
#37322E
(55,50,46)
#2E2826
(46,40,38)
#251E1E
(37,30,30)
#1C1416
(28,20,22)
#130A0E
(19,10,14)
#000000
(0,0,0)

Tints of #6D6E5E

#6D6E5E
(109,110,94)
#7A7B6C
(122,123,108)
#87887A
(135,136,122)
#949588
(148,149,136)
#A1A296
(161,162,150)
#AEAFA4
(174,175,164)
#BBBCB2
(187,188,178)
#C8C9C0
(200,201,192)
#D5D6CE
(213,214,206)
#E2E3DC
(226,227,220)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6E5E; }

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

This text font color is #6D6E5E.


Background Color

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

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

This div background color is #6D6E5E.


Border color

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

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

This div border color is #6D6E5E.


Opacity

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

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

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

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

This text has shadow with #6D6E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6E5E on black background.


Color preview on white background

This text has color #6D6E5E on white background.



Black color preview on #6D6E5E background

This text has black color on #6D6E5E background.


White color preview on #6D6E5E background

This text has white color on #6D6E5E background.