COLOR #6D6667

HEX: #6D6667 RGB: (109,102,103)

Color info

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

RGB color model

#6D6667 color RGB value is (109,102,103).

RGB: (109,102,103) (43%, 40%, 40%)

RGB channels and saturation

R 109 of 255 = 43%
G 102 of 255 = 40%
B 103 of 255 = 40%

109
102
103

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

Portions of RGB colors in percentages

R + G + B = 109 + 102 + 103 = 314 (100%)
R 109 of 314 ~ 34.71%
G 102 of 314 ~ 32.48%
B 103 of 314 ~ 32.8'%

%34.71
%32.48
%32.8

CMYK color model

#6D6667 color CMYK value is (0,6,6,57).

  • cyan value is 0.00%
  • magenta value is 6.42%
  • yellow value is 5.50%
  • key color value is 57.25%

CMYK: (0,6,6,57)
C0M6Y6K57 (0%, 6%, 6%, 57%)
(0.00 / 0.06 / 0.06 / 0.57)

CMYK percentages

%0
%6.42
%5.5
%57.25

Codes

Color #6D6667 in popluar color models

6D 66 67
RGB 109 102 103
HSL 351° 3.32% 41.37%
HSB/HSV 351° 6.42% 42.75%
CMYK 0.00% 6.42% 5.50%
57.25%

Color #6D6667 in popluar number systems.

HEX 6D 66 67
Decimal 109 102 103
Binary 1101101 1100110 1100111
Octal 155 146 147

Shades and tints

Shades of #6D6667

#6D6667
(109,102,103)
#645D5E
(100,93,94)
#5B5455
(91,84,85)
#524B4C
(82,75,76)
#494243
(73,66,67)
#40393A
(64,57,58)
#373031
(55,48,49)
#2E2728
(46,39,40)
#251E1F
(37,30,31)
#1C1516
(28,21,22)
#130C0D
(19,12,13)
#000000
(0,0,0)

Tints of #6D6667

#6D6667
(109,102,103)
#7A7374
(122,115,116)
#878081
(135,128,129)
#948D8E
(148,141,142)
#A19A9B
(161,154,155)
#AEA7A8
(174,167,168)
#BBB4B5
(187,180,181)
#C8C1C2
(200,193,194)
#D5CECF
(213,206,207)
#E2DBDC
(226,219,220)
#EFE8E9
(239,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D6667 color. Also use rgb(109,102,103) instead hex code.

Text Font Color

.myTextColor { color: #6D6667; }

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

This text font color is #6D6667.

Background Color

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

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

This div background color is #6D6667.

Border color

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

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

This div border color is #6D6667.

Opacity

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

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

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

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

This text has shadow with #6D6667 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D6667.

Preview

Color preview on black background

This text has color #6D6667 on black background.


Color preview on white background

This text has color #6D6667 on white background.


Black color preview on #6D6667 background

This text has black color on #6D6667 background.


White color preview on #6D6667 background

This text has white color on #6D6667 background.


Related colors

Complementary color

Complementary color for #hex is #929998.


I love getcolorcode.com

Triadic colors

1 #676D66 and #66676D with #6D6667 are triadic colors.

2 #67666D and #666D67 with #6D6667 are triadic colors.