COLOR #6D413D

HEX: #6D413D RGB: (109,65,61)

Color info

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

RGB color model

#6D413D color RGB value is (109,65,61).

RGB: (109,65,61) (43%, 25%, 24%)

RGB channels and saturation

R 109 of 255 = 43%
G 65 of 255 = 25%
B 61 of 255 = 24%

109
65
61

R + G + B ~ 31%. #6D413D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 65 + 61 = 235 (100%)
R 109 of 235 ~ 46.38%
G 65 of 235 ~ 27.66%
B 61 of 235 ~ 25.96'%

%46.38
%27.66
%25.96

CMYK color model

#6D413D color CMYK value is (0,40,44,57).

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

CMYK: (0,40,44,57)
C0M40Y44K57 (0%, 40%, 44%, 57%)
(0.00 / 0.40 / 0.44 / 0.57)

CMYK percentages

%0
%40.37
%44.04
%57.25

Codes

Color #6D413D in popluar color models

6D 41 3D
RGB 109 65 61
HSL 28.24% 33.33%
HSB/HSV 44.04% 42.75%
CMYK 0.00% 40.37% 44.04%
57.25%

Color #6D413D in popluar number systems.

HEX 6D 41 3D
Decimal 109 65 61
Binary 1101101 1000001 111101
Octal 155 101 75

Shades and tints

Shades of #6D413D

#6D413D
(109,65,61)
#643C38
(100,60,56)
#5B3733
(91,55,51)
#52322E
(82,50,46)
#492D29
(73,45,41)
#402824
(64,40,36)
#37231F
(55,35,31)
#2E1E1A
(46,30,26)
#251915
(37,25,21)
#1C1410
(28,20,16)
#130F0B
(19,15,11)
#000000
(0,0,0)

Tints of #6D413D

#6D413D
(109,65,61)
#7A524E
(122,82,78)
#87635F
(135,99,95)
#947470
(148,116,112)
#A18581
(161,133,129)
#AE9692
(174,150,146)
#BBA7A3
(187,167,163)
#C8B8B4
(200,184,180)
#D5C9C5
(213,201,197)
#E2DAD6
(226,218,214)
#EFEBE7
(239,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D413D; }

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

This text font color is #6D413D.

Background Color

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

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

This div background color is #6D413D.

Border color

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

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

This div border color is #6D413D.

Opacity

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

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

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

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

This text has shadow with #6D413D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D413D.

Preview

Color preview on black background

This text has color #6D413D on black background.


Color preview on white background

This text has color #6D413D on white background.


Black color preview on #6D413D background

This text has black color on #6D413D background.


White color preview on #6D413D background

This text has white color on #6D413D background.


Related colors

Complementary color

Complementary color for #hex is #92BEC2.


I love getcolorcode.com

Triadic colors

1 #3D6D41 and #413D6D with #6D413D are triadic colors.

2 #3D416D and #416D3D with #6D413D are triadic colors.