COLOR #6D3E2C

HEX: #6D3E2C
RGB: (109,62,44)

Color info

#6D3E2C contains mainly red and green colors. Web safe color of #6D3E2C is #663333 (or #633).

RGB color model

#6D3E2C color RGB value is (109,62,44).

  • red value is 109;
  • green value is 62;
  • blue value is 44.
RGB:
(109,62,44)
(43%,24%,17%)

RGB channels and saturation

R 109 of 255 = 43%
G 62 of 255 = 24%
B 44 of 255 = 17%

109
62
44

R + G + B ~ 28%. #6D3E2C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 62 + 44 = 215 (100%)
R 109 of 215 ~ 50.7%
G 62 of 215 ~ 28.84%
B 44 of 215 ~ 20.47%

%50.7
%28.84
%20.47

CMYK color model

#6D3E2C color CMYK value is (0,43,60,57).

  • cyan value is 0.00%
  • magenta value is 43.12%
  • yellow value is 59.63%
  • key color value is 57.25%
CMYK:
(0,43,60,57)
C0M43Y60K57 
(0%,43%,60%,57%)
(0.00/0.43/0.60/0.57)	

CMYK percentages

%0
%43.12
%59.63
%57.25

Codes

Color #6D3E2C in popluar color models

6D3E2C
RGB1096244
HSL17°42.48%30.00%
HSB/HSV17°59.63%42.75%
CMYK0.00%43.12%59.63%
57.25%

Color #6D3E2C in popluar number systems.

HEX6D3E2C
Decimal1096244
Binary1101101111110101100
Octal1557654

Shades and tints

Shades of #6D3E2C

#6D3E2C
(109,62,44)
#643928
(100,57,40)
#5B3424
(91,52,36)
#522F20
(82,47,32)
#492A1C
(73,42,28)
#402518
(64,37,24)
#372014
(55,32,20)
#2E1B10
(46,27,16)
#25160C
(37,22,12)
#1C1108
(28,17,8)
#130C04
(19,12,4)
#000000
(0,0,0)

Tints of #6D3E2C

#6D3E2C
(109,62,44)
#7A4F3F
(122,79,63)
#876052
(135,96,82)
#947165
(148,113,101)
#A18278
(161,130,120)
#AE938B
(174,147,139)
#BBA49E
(187,164,158)
#C8B5B1
(200,181,177)
#D5C6C4
(213,198,196)
#E2D7D7
(226,215,215)
#EFE8EA
(239,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3E2C color. Also use rgb(109,62,44) instead hex code.

Text Font Color

.myTextColor { color: #6D3E2C; }

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

This text font color is #6D3E2C.


Background Color

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

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

This div background color is #6D3E2C.


Border color

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

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

This div border color is #6D3E2C.


Opacity

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

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

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

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

This text has shadow with #6D3E2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3E2C on black background.


Color preview on white background

This text has color #6D3E2C on white background.



Black color preview on #6D3E2C background

This text has black color on #6D3E2C background.


White color preview on #6D3E2C background

This text has white color on #6D3E2C background.