COLOR #6D5A4F

HEX: #6D5A4F
RGB: (109,90,79)

Color info

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

RGB color model

#6D5A4F color RGB value is (109,90,79).

  • red value is 109;
  • green value is 90;
  • blue value is 79.
RGB:
(109,90,79)
(43%,35%,31%)

RGB channels and saturation

R 109 of 255 = 43%
G 90 of 255 = 35%
B 79 of 255 = 31%

109
90
79

R + G + B ~ 36%. #6D5A4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 90 + 79 = 278 (100%)
R 109 of 278 ~ 39.21%
G 90 of 278 ~ 32.37%
B 79 of 278 ~ 28.42%

%39.21
%32.37
%28.42

CMYK color model

#6D5A4F color CMYK value is (0,17,28,57).

  • cyan value is 0.00%
  • magenta value is 17.43%
  • yellow value is 27.52%
  • key color value is 57.25%
CMYK:
(0,17,28,57)
C0M17Y28K57 
(0%,17%,28%,57%)
(0.00/0.17/0.28/0.57)	

CMYK percentages

%0
%17.43
%27.52
%57.25

Codes

Color #6D5A4F in popluar color models

6D5A4F
RGB1099079
HSL22°15.96%36.86%
HSB/HSV22°27.52%42.75%
CMYK0.00%17.43%27.52%
57.25%

Color #6D5A4F in popluar number systems.

HEX6D5A4F
Decimal1099079
Binary110110110110101001111
Octal155132117

Shades and tints

Shades of #6D5A4F

#6D5A4F
(109,90,79)
#645248
(100,82,72)
#5B4A41
(91,74,65)
#52423A
(82,66,58)
#493A33
(73,58,51)
#40322C
(64,50,44)
#372A25
(55,42,37)
#2E221E
(46,34,30)
#251A17
(37,26,23)
#1C1210
(28,18,16)
#130A09
(19,10,9)
#000000
(0,0,0)

Tints of #6D5A4F

#6D5A4F
(109,90,79)
#7A695F
(122,105,95)
#87786F
(135,120,111)
#94877F
(148,135,127)
#A1968F
(161,150,143)
#AEA59F
(174,165,159)
#BBB4AF
(187,180,175)
#C8C3BF
(200,195,191)
#D5D2CF
(213,210,207)
#E2E1DF
(226,225,223)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5A4F; }

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

This text font color is #6D5A4F.


Background Color

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

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

This div background color is #6D5A4F.


Border color

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

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

This div border color is #6D5A4F.


Opacity

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

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

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

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

This text has shadow with #6D5A4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5A4F on black background.


Color preview on white background

This text has color #6D5A4F on white background.



Black color preview on #6D5A4F background

This text has black color on #6D5A4F background.


White color preview on #6D5A4F background

This text has white color on #6D5A4F background.