COLOR #6D5E2D

HEX: #6D5E2D
RGB: (109,94,45)

Color info

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

RGB color model

#6D5E2D color RGB value is (109,94,45).

  • red value is 109;
  • green value is 94;
  • blue value is 45.
RGB:
(109,94,45)
(43%,37%,18%)

RGB channels and saturation

R 109 of 255 = 43%
G 94 of 255 = 37%
B 45 of 255 = 18%

109
94
45

R + G + B ~ 33%. #6D5E2D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 94 + 45 = 248 (100%)
R 109 of 248 ~ 43.95%
G 94 of 248 ~ 37.9%
B 45 of 248 ~ 18.15%

%43.95
%37.9
%18.15

CMYK color model

#6D5E2D color CMYK value is (0,14,59,57).

  • cyan value is 0.00%
  • magenta value is 13.76%
  • yellow value is 58.72%
  • key color value is 57.25%
CMYK:
(0,14,59,57)
C0M14Y59K57 
(0%,14%,59%,57%)
(0.00/0.14/0.59/0.57)	

CMYK percentages

%0
%13.76
%58.72
%57.25

Codes

Color #6D5E2D in popluar color models

6D5E2D
RGB1099445
HSL46°41.56%30.20%
HSB/HSV46°58.72%42.75%
CMYK0.00%13.76%58.72%
57.25%

Color #6D5E2D in popluar number systems.

HEX6D5E2D
Decimal1099445
Binary11011011011110101101
Octal15513655

Shades and tints

Shades of #6D5E2D

#6D5E2D
(109,94,45)
#645629
(100,86,41)
#5B4E25
(91,78,37)
#524621
(82,70,33)
#493E1D
(73,62,29)
#403619
(64,54,25)
#372E15
(55,46,21)
#2E2611
(46,38,17)
#251E0D
(37,30,13)
#1C1609
(28,22,9)
#130E05
(19,14,5)
#000000
(0,0,0)

Tints of #6D5E2D

#6D5E2D
(109,94,45)
#7A6C40
(122,108,64)
#877A53
(135,122,83)
#948866
(148,136,102)
#A19679
(161,150,121)
#AEA48C
(174,164,140)
#BBB29F
(187,178,159)
#C8C0B2
(200,192,178)
#D5CEC5
(213,206,197)
#E2DCD8
(226,220,216)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5E2D color. Also use rgb(109,94,45) instead hex code.

Text Font Color

.myTextColor { color: #6D5E2D; }

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

This text font color is #6D5E2D.


Background Color

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

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

This div background color is #6D5E2D.


Border color

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

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

This div border color is #6D5E2D.


Opacity

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

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

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

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

This text has shadow with #6D5E2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5E2D on black background.


Color preview on white background

This text has color #6D5E2D on white background.



Black color preview on #6D5E2D background

This text has black color on #6D5E2D background.


White color preview on #6D5E2D background

This text has white color on #6D5E2D background.