COLOR #6D576F

HEX: #6D576F RGB: (109,87,111)

Color info

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

RGB color model

#6D576F color RGB value is (109,87,111).

RGB: (109,87,111) (43%, 34%, 44%)

RGB channels and saturation

R 109 of 255 = 43%
G 87 of 255 = 34%
B 111 of 255 = 44%

109
87
111

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

Portions of RGB colors in percentages

R + G + B = 109 + 87 + 111 = 307 (100%)
R 109 of 307 ~ 35.5%
G 87 of 307 ~ 28.34%
B 111 of 307 ~ 36.16'%

%35.5
%28.34
%36.16

CMYK color model

#6D576F color CMYK value is (2,22,0,56).

  • cyan value is 1.80%
  • magenta value is 21.62%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK: (2,22,0,56) C2M22Y0K56 (2%,22%,0%,56%) (0.02/0.22/0.00/0.56) 

CMYK percentages

%1.8
%21.62
%0
%56.47

Codes

Color #6D576F in popluar color models

6D 57 6F
RGB 109 87 111
HSL 295° 12.12% 38.82%
HSB/HSV 295° 21.62% 43.53%
CMYK 1.80% 21.62% 0.00%
56.47%

Color #6D576F in popluar number systems.

HEX 6D 57 6F
Decimal 109 87 111
Binary 1101101 1010111 1101111
Octal 155 127 157

Shades and tints

Shades of #6D576F

#6D576F
(109,87,111)
#645065
(100,80,101)
#5B495B
(91,73,91)
#524251
(82,66,81)
#493B47
(73,59,71)
#40343D
(64,52,61)
#372D33
(55,45,51)
#2E2629
(46,38,41)
#251F1F
(37,31,31)
#1C1815
(28,24,21)
#13110B
(19,17,11)
#000000
(0,0,0)

Tints of #6D576F

#6D576F
(109,87,111)
#7A667C
(122,102,124)
#877589
(135,117,137)
#948496
(148,132,150)
#A193A3
(161,147,163)
#AEA2B0
(174,162,176)
#BBB1BD
(187,177,189)
#C8C0CA
(200,192,202)
#D5CFD7
(213,207,215)
#E2DEE4
(226,222,228)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D576F; }

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

This text font color is #6D576F.

Background Color

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

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

This div background color is #6D576F.

Border color

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

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

This div border color is #6D576F.

Opacity

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

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

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

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

This text has shadow with #6D576F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D576F.

Preview

Color preview on black background

This text has color #6D576F on black background.


Color preview on white background

This text has color #6D576F on white background.


Black color preview on #6D576F background

This text has black color on #6D576F background.


White color preview on #6D576F background

This text has white color on #6D576F background.


Related colors

Complementary color

Complementary color for #hex is #92A890.


I love getcolorcode.com

Triadic colors

1 #6F6D57 and #576F6D with #6D576F are triadic colors.

2 #6F576D and #576D6F with #6D576F are triadic colors.