COLOR #6D6966

HEX: #6D6966 RGB: (109,105,102)

Color info

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

RGB color model

#6D6966 color RGB value is (109,105,102).

RGB: (109,105,102) (43%, 41%, 40%)

RGB channels and saturation

R 109 of 255 = 43%
G 105 of 255 = 41%
B 102 of 255 = 40%

109
105
102

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

Portions of RGB colors in percentages

R + G + B = 109 + 105 + 102 = 316 (100%)
R 109 of 316 ~ 34.49%
G 105 of 316 ~ 33.23%
B 102 of 316 ~ 32.28'%

%34.49
%33.23
%32.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.67%
  • yellow value is 6.42%
  • key color value is 57.25%
CMYK: (0,4,6,57) C0M4Y6K57 (0%,4%,6%,57%) (0.00/0.04/0.06/0.57) 

CMYK percentages

%0
%3.67
%6.42
%57.25

Codes

Color #6D6966 in popluar color models

6D 69 66
RGB 109 105 102
HSL 26° 3.32% 41.37%
HSB/HSV 26° 6.42% 42.75%
CMYK 0.00% 3.67% 6.42%
57.25%

Color #6D6966 in popluar number systems.

HEX 6D 69 66
Decimal 109 105 102
Binary 1101101 1101001 1100110
Octal 155 151 146

Shades and tints

Shades of #6D6966

#6D6966
(109,105,102)
#64605D
(100,96,93)
#5B5754
(91,87,84)
#524E4B
(82,78,75)
#494542
(73,69,66)
#403C39
(64,60,57)
#373330
(55,51,48)
#2E2A27
(46,42,39)
#25211E
(37,33,30)
#1C1815
(28,24,21)
#130F0C
(19,15,12)
#000000
(0,0,0)

Tints of #6D6966

#6D6966
(109,105,102)
#7A7673
(122,118,115)
#878380
(135,131,128)
#94908D
(148,144,141)
#A19D9A
(161,157,154)
#AEAAA7
(174,170,167)
#BBB7B4
(187,183,180)
#C8C4C1
(200,196,193)
#D5D1CE
(213,209,206)
#E2DEDB
(226,222,219)
#EFEBE8
(239,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6966; }

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

This text font color is #6D6966.

Background Color

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

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

This div background color is #6D6966.

Border color

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

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

This div border color is #6D6966.

Opacity

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

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

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

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

This text has shadow with #6D6966 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D6966.

Preview

Color preview on black background

This text has color #6D6966 on black background.


Color preview on white background

This text has color #6D6966 on white background.


Black color preview on #6D6966 background

This text has black color on #6D6966 background.


White color preview on #6D6966 background

This text has white color on #6D6966 background.


Related colors

Complementary color

Complementary color for #hex is #929699.


I love getcolorcode.com

Triadic colors

1 #666D69 and #69666D with #6D6966 are triadic colors.

2 #66696D and #696D66 with #6D6966 are triadic colors.