COLOR #6D5A60

HEX: #6D5A60
RGB: (109,90,96)

Color info

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

RGB color model

#6D5A60 color RGB value is (109,90,96).

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

RGB channels and saturation

R 109 of 255 = 43%
G 90 of 255 = 35%
B 96 of 255 = 38%

109
90
96

R + G + B ~ 39%. #6D5A60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 90 + 96 = 295 (100%)
R 109 of 295 ~ 36.95%
G 90 of 295 ~ 30.51%
B 96 of 295 ~ 32.54%

%36.95
%30.51
%32.54

CMYK color model

#6D5A60 color CMYK value is (0,17,12,57).

  • cyan value is 0.00%
  • magenta value is 17.43%
  • yellow value is 11.93%
  • key color value is 57.25%
CMYK:
(0,17,12,57)
C0M17Y12K57 
(0%,17%,12%,57%)
(0.00/0.17/0.12/0.57)	

CMYK percentages

%0
%17.43
%11.93
%57.25

Codes

Color #6D5A60 in popluar color models

6D5A60
RGB1099096
HSL341°9.55%39.02%
HSB/HSV341°17.43%42.75%
CMYK0.00%17.43%11.93%
57.25%

Color #6D5A60 in popluar number systems.

HEX6D5A60
Decimal1099096
Binary110110110110101100000
Octal155132140

Shades and tints

Shades of #6D5A60

#6D5A60
(109,90,96)
#645258
(100,82,88)
#5B4A50
(91,74,80)
#524248
(82,66,72)
#493A40
(73,58,64)
#403238
(64,50,56)
#372A30
(55,42,48)
#2E2228
(46,34,40)
#251A20
(37,26,32)
#1C1218
(28,18,24)
#130A10
(19,10,16)
#000000
(0,0,0)

Tints of #6D5A60

#6D5A60
(109,90,96)
#7A696E
(122,105,110)
#87787C
(135,120,124)
#94878A
(148,135,138)
#A19698
(161,150,152)
#AEA5A6
(174,165,166)
#BBB4B4
(187,180,180)
#C8C3C2
(200,195,194)
#D5D2D0
(213,210,208)
#E2E1DE
(226,225,222)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5A60; }

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

This text font color is #6D5A60.


Background Color

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

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

This div background color is #6D5A60.


Border color

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

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

This div border color is #6D5A60.


Opacity

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

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

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

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

This text has shadow with #6D5A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5A60 on black background.


Color preview on white background

This text has color #6D5A60 on white background.



Black color preview on #6D5A60 background

This text has black color on #6D5A60 background.


White color preview on #6D5A60 background

This text has white color on #6D5A60 background.