COLOR #6D685F

HEX: #6D685F RGB: (109,104,95)

Color info

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

RGB color model

#6D685F color RGB value is (109,104,95).

RGB: (109,104,95) (43%, 41%, 37%)

RGB channels and saturation

R 109 of 255 = 43%
G 104 of 255 = 41%
B 95 of 255 = 37%

109
104
95

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

Portions of RGB colors in percentages

R + G + B = 109 + 104 + 95 = 308 (100%)
R 109 of 308 ~ 35.39%
G 104 of 308 ~ 33.77%
B 95 of 308 ~ 30.84'%

%35.39
%33.77
%30.84

CMYK color model

#6D685F color CMYK value is (0,5,13,57).

  • cyan value is 0.00%
  • magenta value is 4.59%
  • yellow value is 12.84%
  • key color value is 57.25%

CMYK: (0,5,13,57)
C0M5Y13K57 (0%, 5%, 13%, 57%)
(0.00 / 0.05 / 0.13 / 0.57)

CMYK percentages

%0
%4.59
%12.84
%57.25

Codes

Color #6D685F in popluar color models

6D 68 5F
RGB 109 104 95
HSL 39° 6.86% 40.00%
HSB/HSV 39° 12.84% 42.75%
CMYK 0.00% 4.59% 12.84%
57.25%

Color #6D685F in popluar number systems.

HEX 6D 68 5F
Decimal 109 104 95
Binary 1101101 1101000 1011111
Octal 155 150 137

Shades and tints

Shades of #6D685F

#6D685F
(109,104,95)
#645F57
(100,95,87)
#5B564F
(91,86,79)
#524D47
(82,77,71)
#49443F
(73,68,63)
#403B37
(64,59,55)
#37322F
(55,50,47)
#2E2927
(46,41,39)
#25201F
(37,32,31)
#1C1717
(28,23,23)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #6D685F

#6D685F
(109,104,95)
#7A756D
(122,117,109)
#87827B
(135,130,123)
#948F89
(148,143,137)
#A19C97
(161,156,151)
#AEA9A5
(174,169,165)
#BBB6B3
(187,182,179)
#C8C3C1
(200,195,193)
#D5D0CF
(213,208,207)
#E2DDDD
(226,221,221)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D685F; }

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

This text font color is #6D685F.

Background Color

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

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

This div background color is #6D685F.

Border color

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

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

This div border color is #6D685F.

Opacity

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

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

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

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

This text has shadow with #6D685F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D685F.

Preview

Color preview on black background

This text has color #6D685F on black background.


Color preview on white background

This text has color #6D685F on white background.


Black color preview on #6D685F background

This text has black color on #6D685F background.


White color preview on #6D685F background

This text has white color on #6D685F background.


Related colors

Complementary color

Complementary color for #hex is #9297A0.


I love getcolorcode.com

Triadic colors

1 #5F6D68 and #685F6D with #6D685F are triadic colors.

2 #5F686D and #686D5F with #6D685F are triadic colors.