COLOR #6D7665

HEX: #6D7665 RGB: (109,118,101)

Color info

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

RGB color model

#6D7665 color RGB value is (109,118,101).

RGB: (109,118,101) (43%, 46%, 40%)

RGB channels and saturation

R 109 of 255 = 43%
G 118 of 255 = 46%
B 101 of 255 = 40%

109
118
101

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

Portions of RGB colors in percentages

R + G + B = 109 + 118 + 101 = 328 (100%)
R 109 of 328 ~ 33.23%
G 118 of 328 ~ 35.98%
B 101 of 328 ~ 30.79'%

%33.23
%35.98
%30.79

CMYK color model

#6D7665 color CMYK value is (8,0,14,54).

  • cyan value is 7.63%
  • magenta value is 0.00%
  • yellow value is 14.41%
  • key color value is 53.73%

CMYK: (8,0,14,54)
C8M0Y14K54 (8%, 0%, 14%, 54%)
(0.08 / 0.00 / 0.14 / 0.54)

CMYK percentages

%7.63
%0
%14.41
%53.73

Codes

Color #6D7665 in popluar color models

6D 76 65
RGB 109 118 101
HSL 92° 7.76% 42.94%
HSB/HSV 92° 14.41% 46.27%
CMYK 7.63% 0.00% 14.41%
53.73%

Color #6D7665 in popluar number systems.

HEX 6D 76 65
Decimal 109 118 101
Binary 1101101 1110110 1100101
Octal 155 166 145

Shades and tints

Shades of #6D7665

#6D7665
(109,118,101)
#646C5C
(100,108,92)
#5B6253
(91,98,83)
#52584A
(82,88,74)
#494E41
(73,78,65)
#404438
(64,68,56)
#373A2F
(55,58,47)
#2E3026
(46,48,38)
#25261D
(37,38,29)
#1C1C14
(28,28,20)
#13120B
(19,18,11)
#000000
(0,0,0)

Tints of #6D7665

#6D7665
(109,118,101)
#7A8273
(122,130,115)
#878E81
(135,142,129)
#949A8F
(148,154,143)
#A1A69D
(161,166,157)
#AEB2AB
(174,178,171)
#BBBEB9
(187,190,185)
#C8CAC7
(200,202,199)
#D5D6D5
(213,214,213)
#E2E2E3
(226,226,227)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7665; }

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

This text font color is #6D7665.

Background Color

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

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

This div background color is #6D7665.

Border color

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

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

This div border color is #6D7665.

Opacity

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

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

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

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

This text has shadow with #6D7665 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D7665.

Preview

Color preview on black background

This text has color #6D7665 on black background.


Color preview on white background

This text has color #6D7665 on white background.


Black color preview on #6D7665 background

This text has black color on #6D7665 background.


White color preview on #6D7665 background

This text has white color on #6D7665 background.


Related colors

Complementary color

Complementary color for #hex is #92899A.


I love getcolorcode.com

Triadic colors

1 #656D76 and #76656D with #6D7665 are triadic colors.

2 #65766D and #766D65 with #6D7665 are triadic colors.