COLOR #6D564B

HEX: #6D564B RGB: (109,86,75)

Color info

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

RGB color model

#6D564B color RGB value is (109,86,75).

RGB: (109,86,75) (43%, 34%, 29%)

RGB channels and saturation

R 109 of 255 = 43%
G 86 of 255 = 34%
B 75 of 255 = 29%

109
86
75

R + G + B ~ 35%. #6D564B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 86 + 75 = 270 (100%)
R 109 of 270 ~ 40.37%
G 86 of 270 ~ 31.85%
B 75 of 270 ~ 27.78'%

%40.37
%31.85
%27.78

CMYK color model

#6D564B color CMYK value is (0,21,31,57).

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

CMYK: (0,21,31,57)
C0M21Y31K57 (0%, 21%, 31%, 57%)
(0.00 / 0.21 / 0.31 / 0.57)

CMYK percentages

%0
%21.1
%31.19
%57.25

Codes

Color #6D564B in popluar color models

6D 56 4B
RGB 109 86 75
HSL 19° 18.48% 36.08%
HSB/HSV 19° 31.19% 42.75%
CMYK 0.00% 21.10% 31.19%
57.25%

Color #6D564B in popluar number systems.

HEX 6D 56 4B
Decimal 109 86 75
Binary 1101101 1010110 1001011
Octal 155 126 113

Shades and tints

Shades of #6D564B

#6D564B
(109,86,75)
#644F45
(100,79,69)
#5B483F
(91,72,63)
#524139
(82,65,57)
#493A33
(73,58,51)
#40332D
(64,51,45)
#372C27
(55,44,39)
#2E2521
(46,37,33)
#251E1B
(37,30,27)
#1C1715
(28,23,21)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #6D564B

#6D564B
(109,86,75)
#7A655B
(122,101,91)
#87746B
(135,116,107)
#94837B
(148,131,123)
#A1928B
(161,146,139)
#AEA19B
(174,161,155)
#BBB0AB
(187,176,171)
#C8BFBB
(200,191,187)
#D5CECB
(213,206,203)
#E2DDDB
(226,221,219)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D564B; }

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

This text font color is #6D564B.

Background Color

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

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

This div background color is #6D564B.

Border color

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

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

This div border color is #6D564B.

Opacity

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

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

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

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

This text has shadow with #6D564B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D564B.

Preview

Color preview on black background

This text has color #6D564B on black background.


Color preview on white background

This text has color #6D564B on white background.


Black color preview on #6D564B background

This text has black color on #6D564B background.


White color preview on #6D564B background

This text has white color on #6D564B background.


Related colors

Complementary color

Complementary color for #hex is #92A9B4.


I love getcolorcode.com

Triadic colors

1 #4B6D56 and #564B6D with #6D564B are triadic colors.

2 #4B566D and #566D4B with #6D564B are triadic colors.