COLOR #6D3D20

HEX: #6D3D20 RGB: (109,61,32)

Color info

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

RGB color model

#6D3D20 color RGB value is (109,61,32).

RGB: (109,61,32) (43%, 24%, 13%)

RGB channels and saturation

R 109 of 255 = 43%
G 61 of 255 = 24%
B 32 of 255 = 13%

109
61
32

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

Portions of RGB colors in percentages

R + G + B = 109 + 61 + 32 = 202 (100%)
R 109 of 202 ~ 53.96%
G 61 of 202 ~ 30.2%
B 32 of 202 ~ 15.84'%

%53.96
%30.2
%15.84

CMYK color model

#6D3D20 color CMYK value is (0,44,71,57).

  • cyan value is 0.00%
  • magenta value is 44.04%
  • yellow value is 70.64%
  • key color value is 57.25%

CMYK: (0,44,71,57)
C0M44Y71K57 (0%, 44%, 71%, 57%)
(0.00 / 0.44 / 0.71 / 0.57)

CMYK percentages

%0
%44.04
%70.64
%57.25

Codes

Color #6D3D20 in popluar color models

6D 3D 20
RGB 109 61 32
HSL 23° 54.61% 27.65%
HSB/HSV 23° 70.64% 42.75%
CMYK 0.00% 44.04% 70.64%
57.25%

Color #6D3D20 in popluar number systems.

HEX 6D 3D 20
Decimal 109 61 32
Binary 1101101 111101 100000
Octal 155 75 40

Shades and tints

Shades of #6D3D20

#6D3D20
(109,61,32)
#64381E
(100,56,30)
#5B331C
(91,51,28)
#522E1A
(82,46,26)
#492918
(73,41,24)
#402416
(64,36,22)
#371F14
(55,31,20)
#2E1A12
(46,26,18)
#251510
(37,21,16)
#1C100E
(28,16,14)
#130B0C
(19,11,12)
#000000
(0,0,0)

Tints of #6D3D20

#6D3D20
(109,61,32)
#7A4E34
(122,78,52)
#875F48
(135,95,72)
#94705C
(148,112,92)
#A18170
(161,129,112)
#AE9284
(174,146,132)
#BBA398
(187,163,152)
#C8B4AC
(200,180,172)
#D5C5C0
(213,197,192)
#E2D6D4
(226,214,212)
#EFE7E8
(239,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D3D20; }

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

This text font color is #6D3D20.

Background Color

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

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

This div background color is #6D3D20.

Border color

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

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

This div border color is #6D3D20.

Opacity

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

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

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

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

This text has shadow with #6D3D20 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D3D20.

Preview

Color preview on black background

This text has color #6D3D20 on black background.


Color preview on white background

This text has color #6D3D20 on white background.


Black color preview on #6D3D20 background

This text has black color on #6D3D20 background.


White color preview on #6D3D20 background

This text has white color on #6D3D20 background.


Related colors

Complementary color

Complementary color for #hex is #92C2DF.


I love getcolorcode.com

Triadic colors

1 #206D3D and #3D206D with #6D3D20 are triadic colors.

2 #203D6D and #3D6D20 with #6D3D20 are triadic colors.