COLOR #6D572E

HEX: #6D572E
RGB: (109,87,46)

Color info

#6D572E contains mainly red and green colors. Web safe color of #6D572E is #666633 (or #663).

RGB color model

#6D572E color RGB value is (109,87,46).

  • red value is 109;
  • green value is 87;
  • blue value is 46.
RGB:
(109,87,46)
(43%,34%,18%)

RGB channels and saturation

R 109 of 255 = 43%
G 87 of 255 = 34%
B 46 of 255 = 18%

109
87
46

R + G + B ~ 32%. #6D572E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 87 + 46 = 242 (100%)
R 109 of 242 ~ 45.04%
G 87 of 242 ~ 35.95%
B 46 of 242 ~ 19.01%

%45.04
%35.95
%19.01

CMYK color model

#6D572E color CMYK value is (0,20,58,57).

  • cyan value is 0.00%
  • magenta value is 20.18%
  • yellow value is 57.80%
  • key color value is 57.25%
CMYK:
(0,20,58,57)
C0M20Y58K57 
(0%,20%,58%,57%)
(0.00/0.20/0.58/0.57)	

CMYK percentages

%0
%20.18
%57.8
%57.25

Codes

Color #6D572E in popluar color models

6D572E
RGB1098746
HSL39°40.65%30.39%
HSB/HSV39°57.80%42.75%
CMYK0.00%20.18%57.80%
57.25%

Color #6D572E in popluar number systems.

HEX6D572E
Decimal1098746
Binary11011011010111101110
Octal15512756

Shades and tints

Shades of #6D572E

#6D572E
(109,87,46)
#64502A
(100,80,42)
#5B4926
(91,73,38)
#524222
(82,66,34)
#493B1E
(73,59,30)
#40341A
(64,52,26)
#372D16
(55,45,22)
#2E2612
(46,38,18)
#251F0E
(37,31,14)
#1C180A
(28,24,10)
#131106
(19,17,6)
#000000
(0,0,0)

Tints of #6D572E

#6D572E
(109,87,46)
#7A6641
(122,102,65)
#877554
(135,117,84)
#948467
(148,132,103)
#A1937A
(161,147,122)
#AEA28D
(174,162,141)
#BBB1A0
(187,177,160)
#C8C0B3
(200,192,179)
#D5CFC6
(213,207,198)
#E2DED9
(226,222,217)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D572E color. Also use rgb(109,87,46) instead hex code.

Text Font Color

.myTextColor { color: #6D572E; }

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

This text font color is #6D572E.


Background Color

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

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

This div background color is #6D572E.


Border color

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

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

This div border color is #6D572E.


Opacity

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

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

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

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

This text has shadow with #6D572E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D572E on black background.


Color preview on white background

This text has color #6D572E on white background.



Black color preview on #6D572E background

This text has black color on #6D572E background.


White color preview on #6D572E background

This text has white color on #6D572E background.