COLOR #6D5C2D

HEX: #6D5C2D
RGB: (109,92,45)

Color info

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

RGB color model

#6D5C2D color RGB value is (109,92,45).

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

RGB channels and saturation

R 109 of 255 = 43%
G 92 of 255 = 36%
B 45 of 255 = 18%

109
92
45

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

Portions of RGB colors in percentages

R + G + B =
109 + 92 + 45 = 246 (100%)
R 109 of 246 ~ 44.31%
G 92 of 246 ~ 37.4%
B 45 of 246 ~ 18.29%

%44.31
%37.4
%18.29

CMYK color model

#6D5C2D color CMYK value is (0,16,59,57).

  • cyan value is 0.00%
  • magenta value is 15.60%
  • yellow value is 58.72%
  • key color value is 57.25%
CMYK:
(0,16,59,57)
C0M16Y59K57 
(0%,16%,59%,57%)
(0.00/0.16/0.59/0.57)	

CMYK percentages

%0
%15.6
%58.72
%57.25

Codes

Color #6D5C2D in popluar color models

6D5C2D
RGB1099245
HSL44°41.56%30.20%
HSB/HSV44°58.72%42.75%
CMYK0.00%15.60%58.72%
57.25%

Color #6D5C2D in popluar number systems.

HEX6D5C2D
Decimal1099245
Binary11011011011100101101
Octal15513455

Shades and tints

Shades of #6D5C2D

#6D5C2D
(109,92,45)
#645429
(100,84,41)
#5B4C25
(91,76,37)
#524421
(82,68,33)
#493C1D
(73,60,29)
#403419
(64,52,25)
#372C15
(55,44,21)
#2E2411
(46,36,17)
#251C0D
(37,28,13)
#1C1409
(28,20,9)
#130C05
(19,12,5)
#000000
(0,0,0)

Tints of #6D5C2D

#6D5C2D
(109,92,45)
#7A6A40
(122,106,64)
#877853
(135,120,83)
#948666
(148,134,102)
#A19479
(161,148,121)
#AEA28C
(174,162,140)
#BBB09F
(187,176,159)
#C8BEB2
(200,190,178)
#D5CCC5
(213,204,197)
#E2DAD8
(226,218,216)
#EFE8EB
(239,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5C2D; }

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

This text font color is #6D5C2D.


Background Color

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

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

This div background color is #6D5C2D.


Border color

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

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

This div border color is #6D5C2D.


Opacity

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

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

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

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

This text has shadow with #6D5C2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5C2D on black background.


Color preview on white background

This text has color #6D5C2D on white background.



Black color preview on #6D5C2D background

This text has black color on #6D5C2D background.


White color preview on #6D5C2D background

This text has white color on #6D5C2D background.