COLOR #6D5456

HEX: #6D5456
RGB: (109,84,86)

Color info

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

RGB color model

#6D5456 color RGB value is (109,84,86).

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

RGB channels and saturation

R 109 of 255 = 43%
G 84 of 255 = 33%
B 86 of 255 = 34%

109
84
86

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

Portions of RGB colors in percentages

R + G + B =
109 + 84 + 86 = 279 (100%)
R 109 of 279 ~ 39.07%
G 84 of 279 ~ 30.11%
B 86 of 279 ~ 30.82%

%39.07
%30.11
%30.82

CMYK color model

#6D5456 color CMYK value is (0,23,21,57).

  • cyan value is 0.00%
  • magenta value is 22.94%
  • yellow value is 21.10%
  • key color value is 57.25%
CMYK:
(0,23,21,57)
C0M23Y21K57 
(0%,23%,21%,57%)
(0.00/0.23/0.21/0.57)	

CMYK percentages

%0
%22.94
%21.1
%57.25

Codes

Color #6D5456 in popluar color models

6D5456
RGB1098486
HSL355°12.95%37.84%
HSB/HSV355°22.94%42.75%
CMYK0.00%22.94%21.10%
57.25%

Color #6D5456 in popluar number systems.

HEX6D5456
Decimal1098486
Binary110110110101001010110
Octal155124126

Shades and tints

Shades of #6D5456

#6D5456
(109,84,86)
#644D4F
(100,77,79)
#5B4648
(91,70,72)
#523F41
(82,63,65)
#49383A
(73,56,58)
#403133
(64,49,51)
#372A2C
(55,42,44)
#2E2325
(46,35,37)
#251C1E
(37,28,30)
#1C1517
(28,21,23)
#130E10
(19,14,16)
#000000
(0,0,0)

Tints of #6D5456

#6D5456
(109,84,86)
#7A6365
(122,99,101)
#877274
(135,114,116)
#948183
(148,129,131)
#A19092
(161,144,146)
#AE9FA1
(174,159,161)
#BBAEB0
(187,174,176)
#C8BDBF
(200,189,191)
#D5CCCE
(213,204,206)
#E2DBDD
(226,219,221)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5456; }

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

This text font color is #6D5456.


Background Color

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

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

This div background color is #6D5456.


Border color

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

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

This div border color is #6D5456.


Opacity

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

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

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

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

This text has shadow with #6D5456 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5456 on black background.


Color preview on white background

This text has color #6D5456 on white background.



Black color preview on #6D5456 background

This text has black color on #6D5456 background.


White color preview on #6D5456 background

This text has white color on #6D5456 background.