COLOR #6D5455

HEX: #6D5455
RGB: (109,84,85)

Color info

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

RGB color model

#6D5455 color RGB value is (109,84,85).

  • red value is 109;
  • green value is 84;
  • blue value is 85.
RGB:
(109,84,85)
(43%,33%,33%)

RGB channels and saturation

R 109 of 255 = 43%
G 84 of 255 = 33%
B 85 of 255 = 33%

109
84
85

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

Portions of RGB colors in percentages

R + G + B =
109 + 84 + 85 = 278 (100%)
R 109 of 278 ~ 39.21%
G 84 of 278 ~ 30.22%
B 85 of 278 ~ 30.58%

%39.21
%30.22
%30.58

CMYK color model

#6D5455 color CMYK value is (0,23,22,57).

  • cyan value is 0.00%
  • magenta value is 22.94%
  • yellow value is 22.02%
  • key color value is 57.25%
CMYK:
(0,23,22,57)
C0M23Y22K57 
(0%,23%,22%,57%)
(0.00/0.23/0.22/0.57)	

CMYK percentages

%0
%22.94
%22.02
%57.25

Codes

Color #6D5455 in popluar color models

6D5455
RGB1098485
HSL358°12.95%37.84%
HSB/HSV358°22.94%42.75%
CMYK0.00%22.94%22.02%
57.25%

Color #6D5455 in popluar number systems.

HEX6D5455
Decimal1098485
Binary110110110101001010101
Octal155124125

Shades and tints

Shades of #6D5455

#6D5455
(109,84,85)
#644D4E
(100,77,78)
#5B4647
(91,70,71)
#523F40
(82,63,64)
#493839
(73,56,57)
#403132
(64,49,50)
#372A2B
(55,42,43)
#2E2324
(46,35,36)
#251C1D
(37,28,29)
#1C1516
(28,21,22)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #6D5455

#6D5455
(109,84,85)
#7A6364
(122,99,100)
#877273
(135,114,115)
#948182
(148,129,130)
#A19091
(161,144,145)
#AE9FA0
(174,159,160)
#BBAEAF
(187,174,175)
#C8BDBE
(200,189,190)
#D5CCCD
(213,204,205)
#E2DBDC
(226,219,220)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5455 color. Also use rgb(109,84,85) instead hex code.

Text Font Color

.myTextColor { color: #6D5455; }

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

This text font color is #6D5455.


Background Color

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

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

This div background color is #6D5455.


Border color

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

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

This div border color is #6D5455.


Opacity

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

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

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

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

This text has shadow with #6D5455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5455 on black background.


Color preview on white background

This text has color #6D5455 on white background.



Black color preview on #6D5455 background

This text has black color on #6D5455 background.


White color preview on #6D5455 background

This text has white color on #6D5455 background.