COLOR #6D3C22

HEX: #6D3C22
RGB: (109,60,34)

Color info

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

RGB color model

#6D3C22 color RGB value is (109,60,34).

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

RGB channels and saturation

R 109 of 255 = 43%
G 60 of 255 = 24%
B 34 of 255 = 13%

109
60
34

R + G + B ~ 27%. #6D3C22 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 60 + 34 = 203 (100%)
R 109 of 203 ~ 53.69%
G 60 of 203 ~ 29.56%
B 34 of 203 ~ 16.75%

%53.69
%29.56
%16.75

CMYK color model

#6D3C22 color CMYK value is (0,45,69,57).

  • cyan value is 0.00%
  • magenta value is 44.95%
  • yellow value is 68.81%
  • key color value is 57.25%
CMYK:
(0,45,69,57)
C0M45Y69K57 
(0%,45%,69%,57%)
(0.00/0.45/0.69/0.57)	

CMYK percentages

%0
%44.95
%68.81
%57.25

Codes

Color #6D3C22 in popluar color models

6D3C22
RGB1096034
HSL21°52.45%28.04%
HSB/HSV21°68.81%42.75%
CMYK0.00%44.95%68.81%
57.25%

Color #6D3C22 in popluar number systems.

HEX6D3C22
Decimal1096034
Binary1101101111100100010
Octal1557442

Shades and tints

Shades of #6D3C22

#6D3C22
(109,60,34)
#64371F
(100,55,31)
#5B321C
(91,50,28)
#522D19
(82,45,25)
#492816
(73,40,22)
#402313
(64,35,19)
#371E10
(55,30,16)
#2E190D
(46,25,13)
#25140A
(37,20,10)
#1C0F07
(28,15,7)
#130A04
(19,10,4)
#000000
(0,0,0)

Tints of #6D3C22

#6D3C22
(109,60,34)
#7A4D36
(122,77,54)
#875E4A
(135,94,74)
#946F5E
(148,111,94)
#A18072
(161,128,114)
#AE9186
(174,145,134)
#BBA29A
(187,162,154)
#C8B3AE
(200,179,174)
#D5C4C2
(213,196,194)
#E2D5D6
(226,213,214)
#EFE6EA
(239,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D3C22; }

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

This text font color is #6D3C22.


Background Color

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

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

This div background color is #6D3C22.


Border color

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

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

This div border color is #6D3C22.


Opacity

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

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

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

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

This text has shadow with #6D3C22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3C22 on black background.


Color preview on white background

This text has color #6D3C22 on white background.



Black color preview on #6D3C22 background

This text has black color on #6D3C22 background.


White color preview on #6D3C22 background

This text has white color on #6D3C22 background.