COLOR #6D5D5A

HEX: #6D5D5A RGB: (109,93,90)

Color info

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

RGB color model

#6D5D5A color RGB value is (109,93,90).

RGB: (109,93,90) (43%, 36%, 35%)

RGB channels and saturation

R 109 of 255 = 43%
G 93 of 255 = 36%
B 90 of 255 = 35%

109
93
90

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

Portions of RGB colors in percentages

R + G + B = 109 + 93 + 90 = 292 (100%)
R 109 of 292 ~ 37.33%
G 93 of 292 ~ 31.85%
B 90 of 292 ~ 30.82'%

%37.33
%31.85
%30.82

CMYK color model

#6D5D5A color CMYK value is (0,15,17,57).

  • cyan value is 0.00%
  • magenta value is 14.68%
  • yellow value is 17.43%
  • key color value is 57.25%

CMYK: (0,15,17,57)
C0M15Y17K57 (0%, 15%, 17%, 57%)
(0.00 / 0.15 / 0.17 / 0.57)

CMYK percentages

%0
%14.68
%17.43
%57.25

Codes

Color #6D5D5A in popluar color models

6D 5D 5A
RGB 109 93 90
HSL 9.55% 39.02%
HSB/HSV 17.43% 42.75%
CMYK 0.00% 14.68% 17.43%
57.25%

Color #6D5D5A in popluar number systems.

HEX 6D 5D 5A
Decimal 109 93 90
Binary 1101101 1011101 1011010
Octal 155 135 132

Shades and tints

Shades of #6D5D5A

#6D5D5A
(109,93,90)
#645552
(100,85,82)
#5B4D4A
(91,77,74)
#524542
(82,69,66)
#493D3A
(73,61,58)
#403532
(64,53,50)
#372D2A
(55,45,42)
#2E2522
(46,37,34)
#251D1A
(37,29,26)
#1C1512
(28,21,18)
#130D0A
(19,13,10)
#000000
(0,0,0)

Tints of #6D5D5A

#6D5D5A
(109,93,90)
#7A6B69
(122,107,105)
#877978
(135,121,120)
#948787
(148,135,135)
#A19596
(161,149,150)
#AEA3A5
(174,163,165)
#BBB1B4
(187,177,180)
#C8BFC3
(200,191,195)
#D5CDD2
(213,205,210)
#E2DBE1
(226,219,225)
#EFE9F0
(239,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5D5A; }

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

This text font color is #6D5D5A.

Background Color

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

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

This div background color is #6D5D5A.

Border color

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

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

This div border color is #6D5D5A.

Opacity

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

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

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

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

This text has shadow with #6D5D5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D5D5A.

Preview

Color preview on black background

This text has color #6D5D5A on black background.


Color preview on white background

This text has color #6D5D5A on white background.


Black color preview on #6D5D5A background

This text has black color on #6D5D5A background.


White color preview on #6D5D5A background

This text has white color on #6D5D5A background.


Related colors

Complementary color

Complementary color for #hex is #92A2A5.


I love getcolorcode.com

Triadic colors

1 #5A6D5D and #5D5A6D with #6D5D5A are triadic colors.

2 #5A5D6D and #5D6D5A with #6D5D5A are triadic colors.