COLOR #6D685D

HEX: #6D685D RGB: (109,104,93)

Color info

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

RGB color model

#6D685D color RGB value is (109,104,93).

RGB: (109,104,93) (43%, 41%, 36%)

RGB channels and saturation

R 109 of 255 = 43%
G 104 of 255 = 41%
B 93 of 255 = 36%

109
104
93

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

Portions of RGB colors in percentages

R + G + B = 109 + 104 + 93 = 306 (100%)
R 109 of 306 ~ 35.62%
G 104 of 306 ~ 33.99%
B 93 of 306 ~ 30.39'%

%35.62
%33.99
%30.39

CMYK color model

#6D685D color CMYK value is (0,5,15,57).

  • cyan value is 0.00%
  • magenta value is 4.59%
  • yellow value is 14.68%
  • key color value is 57.25%
CMYK: (0,5,15,57) C0M5Y15K57 (0%,5%,15%,57%) (0.00/0.05/0.15/0.57) 

CMYK percentages

%0
%4.59
%14.68
%57.25

Codes

Color #6D685D in popluar color models

6D 68 5D
RGB 109 104 93
HSL 41° 7.92% 39.61%
HSB/HSV 41° 14.68% 42.75%
CMYK 0.00% 4.59% 14.68%
57.25%

Color #6D685D in popluar number systems.

HEX 6D 68 5D
Decimal 109 104 93
Binary 1101101 1101000 1011101
Octal 155 150 135

Shades and tints

Shades of #6D685D

#6D685D
(109,104,93)
#645F55
(100,95,85)
#5B564D
(91,86,77)
#524D45
(82,77,69)
#49443D
(73,68,61)
#403B35
(64,59,53)
#37322D
(55,50,45)
#2E2925
(46,41,37)
#25201D
(37,32,29)
#1C1715
(28,23,21)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #6D685D

#6D685D
(109,104,93)
#7A756B
(122,117,107)
#878279
(135,130,121)
#948F87
(148,143,135)
#A19C95
(161,156,149)
#AEA9A3
(174,169,163)
#BBB6B1
(187,182,177)
#C8C3BF
(200,195,191)
#D5D0CD
(213,208,205)
#E2DDDB
(226,221,219)
#EFEAE9
(239,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D685D color. Also use rgb(109,104,93) instead hex code.

Text Font Color

.myTextColor { color: #6D685D; }

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

This text font color is #6D685D.

Background Color

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

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

This div background color is #6D685D.

Border color

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

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

This div border color is #6D685D.

Opacity

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

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

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

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

This text has shadow with #6D685D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D685D.

Preview

Color preview on black background

This text has color #6D685D on black background.


Color preview on white background

This text has color #6D685D on white background.


Black color preview on #6D685D background

This text has black color on #6D685D background.


White color preview on #6D685D background

This text has white color on #6D685D background.


Related colors

Complementary color

Complementary color for #hex is #9297A2.


I love getcolorcode.com

Triadic colors

1 #5D6D68 and #685D6D with #6D685D are triadic colors.

2 #5D686D and #686D5D with #6D685D are triadic colors.