COLOR #6D5561

HEX: #6D5561
RGB: (109,85,97)

Color info

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

RGB color model

#6D5561 color RGB value is (109,85,97).

  • red value is 109;
  • green value is 85;
  • blue value is 97.
RGB:
(109,85,97)
(43%,33%,38%)

RGB channels and saturation

R 109 of 255 = 43%
G 85 of 255 = 33%
B 97 of 255 = 38%

109
85
97

R + G + B ~ 38%. #6D5561 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 85 + 97 = 291 (100%)
R 109 of 291 ~ 37.46%
G 85 of 291 ~ 29.21%
B 97 of 291 ~ 33.33%

%37.46
%29.21
%33.33

CMYK color model

#6D5561 color CMYK value is (0,22,11,57).

  • cyan value is 0.00%
  • magenta value is 22.02%
  • yellow value is 11.01%
  • key color value is 57.25%
CMYK:
(0,22,11,57)
C0M22Y11K57 
(0%,22%,11%,57%)
(0.00/0.22/0.11/0.57)	

CMYK percentages

%0
%22.02
%11.01
%57.25

Codes

Color #6D5561 in popluar color models

6D5561
RGB1098597
HSL330°12.37%38.04%
HSB/HSV330°22.02%42.75%
CMYK0.00%22.02%11.01%
57.25%

Color #6D5561 in popluar number systems.

HEX6D5561
Decimal1098597
Binary110110110101011100001
Octal155125141

Shades and tints

Shades of #6D5561

#6D5561
(109,85,97)
#644E59
(100,78,89)
#5B4751
(91,71,81)
#524049
(82,64,73)
#493941
(73,57,65)
#403239
(64,50,57)
#372B31
(55,43,49)
#2E2429
(46,36,41)
#251D21
(37,29,33)
#1C1619
(28,22,25)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #6D5561

#6D5561
(109,85,97)
#7A646F
(122,100,111)
#87737D
(135,115,125)
#94828B
(148,130,139)
#A19199
(161,145,153)
#AEA0A7
(174,160,167)
#BBAFB5
(187,175,181)
#C8BEC3
(200,190,195)
#D5CDD1
(213,205,209)
#E2DCDF
(226,220,223)
#EFEBED
(239,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5561 color. Also use rgb(109,85,97) instead hex code.

Text Font Color

.myTextColor { color: #6D5561; }

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

This text font color is #6D5561.


Background Color

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

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

This div background color is #6D5561.


Border color

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

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

This div border color is #6D5561.


Opacity

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

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

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

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

This text has shadow with #6D5561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5561 on black background.


Color preview on white background

This text has color #6D5561 on white background.



Black color preview on #6D5561 background

This text has black color on #6D5561 background.


White color preview on #6D5561 background

This text has white color on #6D5561 background.