COLOR #6D564C

HEX: #6D564C RGB: (109,86,76)

Color info

#6D564C contains red, green and blue colors in about the same proportion. Web safe color of #6D564C is #666633 (or #663).

RGB color model

#6D564C color RGB value is (109,86,76).

RGB: (109,86,76) (43%, 34%, 30%)

RGB channels and saturation

R 109 of 255 = 43%
G 86 of 255 = 34%
B 76 of 255 = 30%

109
86
76

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

Portions of RGB colors in percentages

R + G + B = 109 + 86 + 76 = 271 (100%)
R 109 of 271 ~ 40.22%
G 86 of 271 ~ 31.73%
B 76 of 271 ~ 28.04'%

%40.22
%31.73
%28.04

CMYK color model

#6D564C color CMYK value is (0,21,30,57).

  • cyan value is 0.00%
  • magenta value is 21.10%
  • yellow value is 30.28%
  • key color value is 57.25%

CMYK: (0,21,30,57)
C0M21Y30K57 (0%, 21%, 30%, 57%)
(0.00 / 0.21 / 0.30 / 0.57)

CMYK percentages

%0
%21.1
%30.28
%57.25

Codes

Color #6D564C in popluar color models

6D 56 4C
RGB 109 86 76
HSL 18° 17.84% 36.27%
HSB/HSV 18° 30.28% 42.75%
CMYK 0.00% 21.10% 30.28%
57.25%

Color #6D564C in popluar number systems.

HEX 6D 56 4C
Decimal 109 86 76
Binary 1101101 1010110 1001100
Octal 155 126 114

Shades and tints

Shades of #6D564C

#6D564C
(109,86,76)
#644F46
(100,79,70)
#5B4840
(91,72,64)
#52413A
(82,65,58)
#493A34
(73,58,52)
#40332E
(64,51,46)
#372C28
(55,44,40)
#2E2522
(46,37,34)
#251E1C
(37,30,28)
#1C1716
(28,23,22)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #6D564C

#6D564C
(109,86,76)
#7A655C
(122,101,92)
#87746C
(135,116,108)
#94837C
(148,131,124)
#A1928C
(161,146,140)
#AEA19C
(174,161,156)
#BBB0AC
(187,176,172)
#C8BFBC
(200,191,188)
#D5CECC
(213,206,204)
#E2DDDC
(226,221,220)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D564C; }

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

This text font color is #6D564C.

Background Color

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

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

This div background color is #6D564C.

Border color

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

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

This div border color is #6D564C.

Opacity

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

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

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

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

This text has shadow with #6D564C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D564C.

Preview

Color preview on black background

This text has color #6D564C on black background.


Color preview on white background

This text has color #6D564C on white background.


Black color preview on #6D564C background

This text has black color on #6D564C background.


White color preview on #6D564C background

This text has white color on #6D564C background.


Related colors

Complementary color

Complementary color for #hex is #92A9B3.


I love getcolorcode.com

Triadic colors

1 #4C6D56 and #564C6D with #6D564C are triadic colors.

2 #4C566D and #566D4C with #6D564C are triadic colors.