COLOR #6D5A50

HEX: #6D5A50
RGB: (109,90,80)

Color info

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

RGB color model

#6D5A50 color RGB value is (109,90,80).

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

RGB channels and saturation

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

109
90
80

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

Portions of RGB colors in percentages

R + G + B =
109 + 90 + 80 = 279 (100%)
R 109 of 279 ~ 39.07%
G 90 of 279 ~ 32.26%
B 80 of 279 ~ 28.67%

%39.07
%32.26
%28.67

CMYK color model

#6D5A50 color CMYK value is (0,17,27,57).

  • cyan value is 0.00%
  • magenta value is 17.43%
  • yellow value is 26.61%
  • key color value is 57.25%
CMYK:
(0,17,27,57)
C0M17Y27K57 
(0%,17%,27%,57%)
(0.00/0.17/0.27/0.57)	

CMYK percentages

%0
%17.43
%26.61
%57.25

Codes

Color #6D5A50 in popluar color models

6D5A50
RGB1099080
HSL21°15.34%37.06%
HSB/HSV21°26.61%42.75%
CMYK0.00%17.43%26.61%
57.25%

Color #6D5A50 in popluar number systems.

HEX6D5A50
Decimal1099080
Binary110110110110101010000
Octal155132120

Shades and tints

Shades of #6D5A50

#6D5A50
(109,90,80)
#645249
(100,82,73)
#5B4A42
(91,74,66)
#52423B
(82,66,59)
#493A34
(73,58,52)
#40322D
(64,50,45)
#372A26
(55,42,38)
#2E221F
(46,34,31)
#251A18
(37,26,24)
#1C1211
(28,18,17)
#130A0A
(19,10,10)
#000000
(0,0,0)

Tints of #6D5A50

#6D5A50
(109,90,80)
#7A695F
(122,105,95)
#87786E
(135,120,110)
#94877D
(148,135,125)
#A1968C
(161,150,140)
#AEA59B
(174,165,155)
#BBB4AA
(187,180,170)
#C8C3B9
(200,195,185)
#D5D2C8
(213,210,200)
#E2E1D7
(226,225,215)
#EFF0E6
(239,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5A50; }

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

This text font color is #6D5A50.


Background Color

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

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

This div background color is #6D5A50.


Border color

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

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

This div border color is #6D5A50.


Opacity

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

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

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

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

This text has shadow with #6D5A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5A50 on black background.


Color preview on white background

This text has color #6D5A50 on white background.



Black color preview on #6D5A50 background

This text has black color on #6D5A50 background.


White color preview on #6D5A50 background

This text has white color on #6D5A50 background.