COLOR #6D3C3F

HEX: #6D3C3F
RGB: (109,60,63)

Color info

#6D3C3F contains red, green and blue colors in about the same proportion. Web safe color of #6D3C3F is #663333 (or #633).

RGB color model

#6D3C3F color RGB value is (109,60,63).

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

RGB channels and saturation

R 109 of 255 = 43%
G 60 of 255 = 24%
B 63 of 255 = 25%

109
60
63

R + G + B ~ 31%. #6D3C3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 60 + 63 = 232 (100%)
R 109 of 232 ~ 46.98%
G 60 of 232 ~ 25.86%
B 63 of 232 ~ 27.16%

%46.98
%25.86
%27.16

CMYK color model

#6D3C3F color CMYK value is (0,45,42,57).

  • cyan value is 0.00%
  • magenta value is 44.95%
  • yellow value is 42.20%
  • key color value is 57.25%
CMYK:
(0,45,42,57)
C0M45Y42K57 
(0%,45%,42%,57%)
(0.00/0.45/0.42/0.57)	

CMYK percentages

%0
%44.95
%42.2
%57.25

Codes

Color #6D3C3F in popluar color models

6D3C3F
RGB1096063
HSL356°28.99%33.14%
HSB/HSV356°44.95%42.75%
CMYK0.00%44.95%42.20%
57.25%

Color #6D3C3F in popluar number systems.

HEX6D3C3F
Decimal1096063
Binary1101101111100111111
Octal1557477

Shades and tints

Shades of #6D3C3F

#6D3C3F
(109,60,63)
#64373A
(100,55,58)
#5B3235
(91,50,53)
#522D30
(82,45,48)
#49282B
(73,40,43)
#402326
(64,35,38)
#371E21
(55,30,33)
#2E191C
(46,25,28)
#251417
(37,20,23)
#1C0F12
(28,15,18)
#130A0D
(19,10,13)
#000000
(0,0,0)

Tints of #6D3C3F

#6D3C3F
(109,60,63)
#7A4D50
(122,77,80)
#875E61
(135,94,97)
#946F72
(148,111,114)
#A18083
(161,128,131)
#AE9194
(174,145,148)
#BBA2A5
(187,162,165)
#C8B3B6
(200,179,182)
#D5C4C7
(213,196,199)
#E2D5D8
(226,213,216)
#EFE6E9
(239,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D3C3F; }

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

This text font color is #6D3C3F.


Background Color

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

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

This div background color is #6D3C3F.


Border color

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

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

This div border color is #6D3C3F.


Opacity

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

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

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

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

This text has shadow with #6D3C3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3C3F on black background.


Color preview on white background

This text has color #6D3C3F on white background.



Black color preview on #6D3C3F background

This text has black color on #6D3C3F background.


White color preview on #6D3C3F background

This text has white color on #6D3C3F background.