COLOR #6D5C6F

HEX: #6D5C6F RGB: (109,92,111)

Color info

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

RGB color model

#6D5C6F color RGB value is (109,92,111).

RGB: (109,92,111) (43%, 36%, 44%)

RGB channels and saturation

R 109 of 255 = 43%
G 92 of 255 = 36%
B 111 of 255 = 44%

109
92
111

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

Portions of RGB colors in percentages

R + G + B = 109 + 92 + 111 = 312 (100%)
R 109 of 312 ~ 34.94%
G 92 of 312 ~ 29.49%
B 111 of 312 ~ 35.58'%

%34.94
%29.49
%35.58

CMYK color model

#6D5C6F color CMYK value is (2,17,0,56).

  • cyan value is 1.80%
  • magenta value is 17.12%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (2,17,0,56)
C2M17Y0K56 (2%, 17%, 0%, 56%)
(0.02 / 0.17 / 0.00 / 0.56)

CMYK percentages

%1.8
%17.12
%0
%56.47

Codes

Color #6D5C6F in popluar color models

6D 5C 6F
RGB 109 92 111
HSL 294° 9.36% 39.80%
HSB/HSV 294° 17.12% 43.53%
CMYK 1.80% 17.12% 0.00%
56.47%

Color #6D5C6F in popluar number systems.

HEX 6D 5C 6F
Decimal 109 92 111
Binary 1101101 1011100 1101111
Octal 155 134 157

Shades and tints

Shades of #6D5C6F

#6D5C6F
(109,92,111)
#645465
(100,84,101)
#5B4C5B
(91,76,91)
#524451
(82,68,81)
#493C47
(73,60,71)
#40343D
(64,52,61)
#372C33
(55,44,51)
#2E2429
(46,36,41)
#251C1F
(37,28,31)
#1C1415
(28,20,21)
#130C0B
(19,12,11)
#000000
(0,0,0)

Tints of #6D5C6F

#6D5C6F
(109,92,111)
#7A6A7C
(122,106,124)
#877889
(135,120,137)
#948696
(148,134,150)
#A194A3
(161,148,163)
#AEA2B0
(174,162,176)
#BBB0BD
(187,176,189)
#C8BECA
(200,190,202)
#D5CCD7
(213,204,215)
#E2DAE4
(226,218,228)
#EFE8F1
(239,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5C6F color. Also use rgb(109,92,111) instead hex code.

Text Font Color

.myTextColor { color: #6D5C6F; }

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

This text font color is #6D5C6F.

Background Color

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

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

This div background color is #6D5C6F.

Border color

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

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

This div border color is #6D5C6F.

Opacity

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

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

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

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

This text has shadow with #6D5C6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D5C6F.

Preview

Color preview on black background

This text has color #6D5C6F on black background.


Color preview on white background

This text has color #6D5C6F on white background.


Black color preview on #6D5C6F background

This text has black color on #6D5C6F background.


White color preview on #6D5C6F background

This text has white color on #6D5C6F background.


Related colors

Complementary color

Complementary color for #hex is #92A390.


I love getcolorcode.com

Triadic colors

1 #6F6D5C and #5C6F6D with #6D5C6F are triadic colors.

2 #6F5C6D and #5C6D6F with #6D5C6F are triadic colors.