COLOR #6D7E65

HEX: #6D7E65
RGB: (109,126,101)

Color info

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

RGB color model

#6D7E65 color RGB value is (109,126,101).

  • red value is 109;
  • green value is 126;
  • blue value is 101.
RGB:
(109,126,101)
(43%,49%,40%)

RGB channels and saturation

R 109 of 255 = 43%
G 126 of 255 = 49%
B 101 of 255 = 40%

109
126
101

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

Portions of RGB colors in percentages

R + G + B =
109 + 126 + 101 = 336 (100%)
R 109 of 336 ~ 32.44%
G 126 of 336 ~ 37.5%
B 101 of 336 ~ 30.06%

%32.44
%37.5
%30.06

CMYK color model

#6D7E65 color CMYK value is (13,0,20,51).

  • cyan value is 13.49%
  • magenta value is 0.00%
  • yellow value is 19.84%
  • key color value is 50.59%
CMYK:
(13,0,20,51)
C13M0Y20K51 
(13%,0%,20%,51%)
(0.13/0.00/0.20/0.51)	

CMYK percentages

%13.49
%0
%19.84
%50.59

Codes

Color #6D7E65 in popluar color models

6D7E65
RGB109126101
HSL101°11.01%44.51%
HSB/HSV101°19.84%49.41%
CMYK13.49%0.00%19.84%
50.59%

Color #6D7E65 in popluar number systems.

HEX6D7E65
Decimal109126101
Binary110110111111101100101
Octal155176145

Shades and tints

Shades of #6D7E65

#6D7E65
(109,126,101)
#64735C
(100,115,92)
#5B6853
(91,104,83)
#525D4A
(82,93,74)
#495241
(73,82,65)
#404738
(64,71,56)
#373C2F
(55,60,47)
#2E3126
(46,49,38)
#25261D
(37,38,29)
#1C1B14
(28,27,20)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #6D7E65

#6D7E65
(109,126,101)
#7A8973
(122,137,115)
#879481
(135,148,129)
#949F8F
(148,159,143)
#A1AA9D
(161,170,157)
#AEB5AB
(174,181,171)
#BBC0B9
(187,192,185)
#C8CBC7
(200,203,199)
#D5D6D5
(213,214,213)
#E2E1E3
(226,225,227)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7E65 color. Also use rgb(109,126,101) instead hex code.

Text Font Color

.myTextColor { color: #6D7E65; }

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

This text font color is #6D7E65.


Background Color

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

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

This div background color is #6D7E65.


Border color

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

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

This div border color is #6D7E65.


Opacity

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

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

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

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

This text has shadow with #6D7E65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7E65 on black background.


Color preview on white background

This text has color #6D7E65 on white background.



Black color preview on #6D7E65 background

This text has black color on #6D7E65 background.


White color preview on #6D7E65 background

This text has white color on #6D7E65 background.