COLOR #6D5E4C

HEX: #6D5E4C
RGB: (109,94,76)

Color info

#6D5E4C contains red, green and blue colors in about the same proportion. Web safe color of #6D5E4C is #666633 (or #663).

RGB color model

#6D5E4C color RGB value is (109,94,76).

  • red value is 109;
  • green value is 94;
  • blue value is 76.
RGB:
(109,94,76)
(43%,37%,30%)

RGB channels and saturation

R 109 of 255 = 43%
G 94 of 255 = 37%
B 76 of 255 = 30%

109
94
76

R + G + B ~ 37%. #6D5E4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 94 + 76 = 279 (100%)
R 109 of 279 ~ 39.07%
G 94 of 279 ~ 33.69%
B 76 of 279 ~ 27.24%

%39.07
%33.69
%27.24

CMYK color model

#6D5E4C color CMYK value is (0,14,30,57).

  • cyan value is 0.00%
  • magenta value is 13.76%
  • yellow value is 30.28%
  • key color value is 57.25%
CMYK:
(0,14,30,57)
C0M14Y30K57 
(0%,14%,30%,57%)
(0.00/0.14/0.30/0.57)	

CMYK percentages

%0
%13.76
%30.28
%57.25

Codes

Color #6D5E4C in popluar color models

6D5E4C
RGB1099476
HSL33°17.84%36.27%
HSB/HSV33°30.28%42.75%
CMYK0.00%13.76%30.28%
57.25%

Color #6D5E4C in popluar number systems.

HEX6D5E4C
Decimal1099476
Binary110110110111101001100
Octal155136114

Shades and tints

Shades of #6D5E4C

#6D5E4C
(109,94,76)
#645646
(100,86,70)
#5B4E40
(91,78,64)
#52463A
(82,70,58)
#493E34
(73,62,52)
#40362E
(64,54,46)
#372E28
(55,46,40)
#2E2622
(46,38,34)
#251E1C
(37,30,28)
#1C1616
(28,22,22)
#130E10
(19,14,16)
#000000
(0,0,0)

Tints of #6D5E4C

#6D5E4C
(109,94,76)
#7A6C5C
(122,108,92)
#877A6C
(135,122,108)
#94887C
(148,136,124)
#A1968C
(161,150,140)
#AEA49C
(174,164,156)
#BBB2AC
(187,178,172)
#C8C0BC
(200,192,188)
#D5CECC
(213,206,204)
#E2DCDC
(226,220,220)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5E4C color. Also use rgb(109,94,76) instead hex code.

Text Font Color

.myTextColor { color: #6D5E4C; }

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

This text font color is #6D5E4C.


Background Color

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

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

This div background color is #6D5E4C.


Border color

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

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

This div border color is #6D5E4C.


Opacity

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

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

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

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

This text has shadow with #6D5E4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5E4C on black background.


Color preview on white background

This text has color #6D5E4C on white background.



Black color preview on #6D5E4C background

This text has black color on #6D5E4C background.


White color preview on #6D5E4C background

This text has white color on #6D5E4C background.