COLOR #6D5356

HEX: #6D5356
RGB: (109,83,86)

Color info

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

RGB color model

#6D5356 color RGB value is (109,83,86).

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

RGB channels and saturation

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

109
83
86

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

Portions of RGB colors in percentages

R + G + B =
109 + 83 + 86 = 278 (100%)
R 109 of 278 ~ 39.21%
G 83 of 278 ~ 29.86%
B 86 of 278 ~ 30.94%

%39.21
%29.86
%30.94

CMYK color model

#6D5356 color CMYK value is (0,24,21,57).

  • cyan value is 0.00%
  • magenta value is 23.85%
  • yellow value is 21.10%
  • key color value is 57.25%
CMYK:
(0,24,21,57)
C0M24Y21K57 
(0%,24%,21%,57%)
(0.00/0.24/0.21/0.57)	

CMYK percentages

%0
%23.85
%21.1
%57.25

Codes

Color #6D5356 in popluar color models

6D5356
RGB1098386
HSL353°13.54%37.65%
HSB/HSV353°23.85%42.75%
CMYK0.00%23.85%21.10%
57.25%

Color #6D5356 in popluar number systems.

HEX6D5356
Decimal1098386
Binary110110110100111010110
Octal155123126

Shades and tints

Shades of #6D5356

#6D5356
(109,83,86)
#644C4F
(100,76,79)
#5B4548
(91,69,72)
#523E41
(82,62,65)
#49373A
(73,55,58)
#403033
(64,48,51)
#37292C
(55,41,44)
#2E2225
(46,34,37)
#251B1E
(37,27,30)
#1C1417
(28,20,23)
#130D10
(19,13,16)
#000000
(0,0,0)

Tints of #6D5356

#6D5356
(109,83,86)
#7A6265
(122,98,101)
#877174
(135,113,116)
#948083
(148,128,131)
#A18F92
(161,143,146)
#AE9EA1
(174,158,161)
#BBADB0
(187,173,176)
#C8BCBF
(200,188,191)
#D5CBCE
(213,203,206)
#E2DADD
(226,218,221)
#EFE9EC
(239,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5356; }

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

This text font color is #6D5356.


Background Color

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

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

This div background color is #6D5356.


Border color

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

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

This div border color is #6D5356.


Opacity

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

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

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

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

This text has shadow with #6D5356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5356 on black background.


Color preview on white background

This text has color #6D5356 on white background.



Black color preview on #6D5356 background

This text has black color on #6D5356 background.


White color preview on #6D5356 background

This text has white color on #6D5356 background.