COLOR #6D2D1E

HEX: #6D2D1E RGB: (109,45,30)

Color info

#6D2D1E contains mainly red color. Web safe color of #6D2D1E is #663333 (or #633).

RGB color model

#6D2D1E color RGB value is (109,45,30).

RGB: (109,45,30) (43%, 18%, 12%)

RGB channels and saturation

R 109 of 255 = 43%
G 45 of 255 = 18%
B 30 of 255 = 12%

109
45
30

R + G + B ~ 24%. #6D2D1E is dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 45 + 30 = 184 (100%)
R 109 of 184 ~ 59.24%
G 45 of 184 ~ 24.46%
B 30 of 184 ~ 16.3'%

%59.24
%24.46
%16.3

CMYK color model

#6D2D1E color CMYK value is (0,59,72,57).

  • cyan value is 0.00%
  • magenta value is 58.72%
  • yellow value is 72.48%
  • key color value is 57.25%

CMYK: (0,59,72,57)
C0M59Y72K57 (0%, 59%, 72%, 57%)
(0.00 / 0.59 / 0.72 / 0.57)

CMYK percentages

%0
%58.72
%72.48
%57.25

Codes

Color #6D2D1E in popluar color models

6D 2D 1E
RGB 109 45 30
HSL 11° 56.83% 27.25%
HSB/HSV 11° 72.48% 42.75%
CMYK 0.00% 58.72% 72.48%
57.25%

Color #6D2D1E in popluar number systems.

HEX 6D 2D 1E
Decimal 109 45 30
Binary 1101101 101101 11110
Octal 155 55 36

Shades and tints

Shades of #6D2D1E

#6D2D1E
(109,45,30)
#64291C
(100,41,28)
#5B251A
(91,37,26)
#522118
(82,33,24)
#491D16
(73,29,22)
#401914
(64,25,20)
#371512
(55,21,18)
#2E1110
(46,17,16)
#250D0E
(37,13,14)
#1C090C
(28,9,12)
#13050A
(19,5,10)
#000000
(0,0,0)

Tints of #6D2D1E

#6D2D1E
(109,45,30)
#7A4032
(122,64,50)
#875346
(135,83,70)
#94665A
(148,102,90)
#A1796E
(161,121,110)
#AE8C82
(174,140,130)
#BB9F96
(187,159,150)
#C8B2AA
(200,178,170)
#D5C5BE
(213,197,190)
#E2D8D2
(226,216,210)
#EFEBE6
(239,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D2D1E color. Also use rgb(109,45,30) instead hex code.

Text Font Color

.myTextColor { color: #6D2D1E; }

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

This text font color is #6D2D1E.

Background Color

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

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

This div background color is #6D2D1E.

Border color

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

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

This div border color is #6D2D1E.

Opacity

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

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

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

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

This text has shadow with #6D2D1E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D2D1E.

Preview

Color preview on black background

This text has color #6D2D1E on black background.


Color preview on white background

This text has color #6D2D1E on white background.


Black color preview on #6D2D1E background

This text has black color on #6D2D1E background.


White color preview on #6D2D1E background

This text has white color on #6D2D1E background.


Related colors

Complementary color

Complementary color for #hex is #92D2E1.


I love getcolorcode.com

Triadic colors

1 #1E6D2D and #2D1E6D with #6D2D1E are triadic colors.

2 #1E2D6D and #2D6D1E with #6D2D1E are triadic colors.