COLOR #6D3C3D

HEX: #6D3C3D
RGB: (109,60,61)

Color info

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

RGB color model

#6D3C3D color RGB value is (109,60,61).

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

RGB channels and saturation

R 109 of 255 = 43%
G 60 of 255 = 24%
B 61 of 255 = 24%

109
60
61

R + G + B ~ 30%. #6D3C3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 60 + 61 = 230 (100%)
R 109 of 230 ~ 47.39%
G 60 of 230 ~ 26.09%
B 61 of 230 ~ 26.52%

%47.39
%26.09
%26.52

CMYK color model

#6D3C3D color CMYK value is (0,45,44,57).

  • cyan value is 0.00%
  • magenta value is 44.95%
  • yellow value is 44.04%
  • key color value is 57.25%
CMYK:
(0,45,44,57)
C0M45Y44K57 
(0%,45%,44%,57%)
(0.00/0.45/0.44/0.57)	

CMYK percentages

%0
%44.95
%44.04
%57.25

Codes

Color #6D3C3D in popluar color models

6D3C3D
RGB1096061
HSL359°28.99%33.14%
HSB/HSV359°44.95%42.75%
CMYK0.00%44.95%44.04%
57.25%

Color #6D3C3D in popluar number systems.

HEX6D3C3D
Decimal1096061
Binary1101101111100111101
Octal1557475

Shades and tints

Shades of #6D3C3D

#6D3C3D
(109,60,61)
#643738
(100,55,56)
#5B3233
(91,50,51)
#522D2E
(82,45,46)
#492829
(73,40,41)
#402324
(64,35,36)
#371E1F
(55,30,31)
#2E191A
(46,25,26)
#251415
(37,20,21)
#1C0F10
(28,15,16)
#130A0B
(19,10,11)
#000000
(0,0,0)

Tints of #6D3C3D

#6D3C3D
(109,60,61)
#7A4D4E
(122,77,78)
#875E5F
(135,94,95)
#946F70
(148,111,112)
#A18081
(161,128,129)
#AE9192
(174,145,146)
#BBA2A3
(187,162,163)
#C8B3B4
(200,179,180)
#D5C4C5
(213,196,197)
#E2D5D6
(226,213,214)
#EFE6E7
(239,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D3C3D; }

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

This text font color is #6D3C3D.


Background Color

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

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

This div background color is #6D3C3D.


Border color

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

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

This div border color is #6D3C3D.


Opacity

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

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

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

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

This text has shadow with #6D3C3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3C3D on black background.


Color preview on white background

This text has color #6D3C3D on white background.



Black color preview on #6D3C3D background

This text has black color on #6D3C3D background.


White color preview on #6D3C3D background

This text has white color on #6D3C3D background.