COLOR #6D4E3D

HEX: #6D4E3D RGB: (109,78,61)

Color info

#6D4E3D contains red, green and blue colors in about the same proportion. Web safe color of #6D4E3D is #666633 (or #663).

RGB color model

#6D4E3D color RGB value is (109,78,61).

RGB: (109,78,61) (43%, 31%, 24%)

RGB channels and saturation

R 109 of 255 = 43%
G 78 of 255 = 31%
B 61 of 255 = 24%

109
78
61

R + G + B ~ 33%. #6D4E3D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 78 + 61 = 248 (100%)
R 109 of 248 ~ 43.95%
G 78 of 248 ~ 31.45%
B 61 of 248 ~ 24.6'%

%43.95
%31.45
%24.6

CMYK color model

#6D4E3D color CMYK value is (0,28,44,57).

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

CMYK: (0,28,44,57)
C0M28Y44K57 (0%, 28%, 44%, 57%)
(0.00 / 0.28 / 0.44 / 0.57)

CMYK percentages

%0
%28.44
%44.04
%57.25

Codes

Color #6D4E3D in popluar color models

6D 4E 3D
RGB 109 78 61
HSL 21° 28.24% 33.33%
HSB/HSV 21° 44.04% 42.75%
CMYK 0.00% 28.44% 44.04%
57.25%

Color #6D4E3D in popluar number systems.

HEX 6D 4E 3D
Decimal 109 78 61
Binary 1101101 1001110 111101
Octal 155 116 75

Shades and tints

Shades of #6D4E3D

#6D4E3D
(109,78,61)
#644738
(100,71,56)
#5B4033
(91,64,51)
#52392E
(82,57,46)
#493229
(73,50,41)
#402B24
(64,43,36)
#37241F
(55,36,31)
#2E1D1A
(46,29,26)
#251615
(37,22,21)
#1C0F10
(28,15,16)
#13080B
(19,8,11)
#000000
(0,0,0)

Tints of #6D4E3D

#6D4E3D
(109,78,61)
#7A5E4E
(122,94,78)
#876E5F
(135,110,95)
#947E70
(148,126,112)
#A18E81
(161,142,129)
#AE9E92
(174,158,146)
#BBAEA3
(187,174,163)
#C8BEB4
(200,190,180)
#D5CEC5
(213,206,197)
#E2DED6
(226,222,214)
#EFEEE7
(239,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D4E3D; }

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

This text font color is #6D4E3D.

Background Color

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

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

This div background color is #6D4E3D.

Border color

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

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

This div border color is #6D4E3D.

Opacity

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

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

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

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

This text has shadow with #6D4E3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D4E3D.

Preview

Color preview on black background

This text has color #6D4E3D on black background.


Color preview on white background

This text has color #6D4E3D on white background.


Black color preview on #6D4E3D background

This text has black color on #6D4E3D background.


White color preview on #6D4E3D background

This text has white color on #6D4E3D background.


Related colors

Complementary color

Complementary color for #hex is #92B1C2.


I love getcolorcode.com

Triadic colors

1 #3D6D4E and #4E3D6D with #6D4E3D are triadic colors.

2 #3D4E6D and #4E6D3D with #6D4E3D are triadic colors.