COLOR #6D3C31

HEX: #6D3C31
RGB: (109,60,49)

Color info

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

RGB color model

#6D3C31 color RGB value is (109,60,49).

  • red value is 109;
  • green value is 60;
  • blue value is 49.
RGB:
(109,60,49)
(43%,24%,19%)

RGB channels and saturation

R 109 of 255 = 43%
G 60 of 255 = 24%
B 49 of 255 = 19%

109
60
49

R + G + B ~ 29%. #6D3C31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 60 + 49 = 218 (100%)
R 109 of 218 ~ 50%
G 60 of 218 ~ 27.52%
B 49 of 218 ~ 22.48%

%50
%27.52
%22.48

CMYK color model

#6D3C31 color CMYK value is (0,45,55,57).

  • cyan value is 0.00%
  • magenta value is 44.95%
  • yellow value is 55.05%
  • key color value is 57.25%
CMYK:
(0,45,55,57)
C0M45Y55K57 
(0%,45%,55%,57%)
(0.00/0.45/0.55/0.57)	

CMYK percentages

%0
%44.95
%55.05
%57.25

Codes

Color #6D3C31 in popluar color models

6D3C31
RGB1096049
HSL11°37.97%30.98%
HSB/HSV11°55.05%42.75%
CMYK0.00%44.95%55.05%
57.25%

Color #6D3C31 in popluar number systems.

HEX6D3C31
Decimal1096049
Binary1101101111100110001
Octal1557461

Shades and tints

Shades of #6D3C31

#6D3C31
(109,60,49)
#64372D
(100,55,45)
#5B3229
(91,50,41)
#522D25
(82,45,37)
#492821
(73,40,33)
#40231D
(64,35,29)
#371E19
(55,30,25)
#2E1915
(46,25,21)
#251411
(37,20,17)
#1C0F0D
(28,15,13)
#130A09
(19,10,9)
#000000
(0,0,0)

Tints of #6D3C31

#6D3C31
(109,60,49)
#7A4D43
(122,77,67)
#875E55
(135,94,85)
#946F67
(148,111,103)
#A18079
(161,128,121)
#AE918B
(174,145,139)
#BBA29D
(187,162,157)
#C8B3AF
(200,179,175)
#D5C4C1
(213,196,193)
#E2D5D3
(226,213,211)
#EFE6E5
(239,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3C31 color. Also use rgb(109,60,49) instead hex code.

Text Font Color

.myTextColor { color: #6D3C31; }

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

This text font color is #6D3C31.


Background Color

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

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

This div background color is #6D3C31.


Border color

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

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

This div border color is #6D3C31.


Opacity

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

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

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

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

This text has shadow with #6D3C31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3C31 on black background.


Color preview on white background

This text has color #6D3C31 on white background.



Black color preview on #6D3C31 background

This text has black color on #6D3C31 background.


White color preview on #6D3C31 background

This text has white color on #6D3C31 background.