COLOR #6D3543

HEX: #6D3543 RGB: (109,53,67)

Color info

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

RGB color model

#6D3543 color RGB value is (109,53,67).

RGB: (109,53,67) (43%, 21%, 26%)

RGB channels and saturation

R 109 of 255 = 43%
G 53 of 255 = 21%
B 67 of 255 = 26%

109
53
67

R + G + B ~ 30%. #6D3543 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 53 + 67 = 229 (100%)
R 109 of 229 ~ 47.6%
G 53 of 229 ~ 23.14%
B 67 of 229 ~ 29.26'%

%47.6
%23.14
%29.26

CMYK color model

#6D3543 color CMYK value is (0,51,39,57).

  • cyan value is 0.00%
  • magenta value is 51.38%
  • yellow value is 38.53%
  • key color value is 57.25%

CMYK: (0,51,39,57)
C0M51Y39K57 (0%, 51%, 39%, 57%)
(0.00 / 0.51 / 0.39 / 0.57)

CMYK percentages

%0
%51.38
%38.53
%57.25

Codes

Color #6D3543 in popluar color models

6D 35 43
RGB 109 53 67
HSL 345° 34.57% 31.76%
HSB/HSV 345° 51.38% 42.75%
CMYK 0.00% 51.38% 38.53%
57.25%

Color #6D3543 in popluar number systems.

HEX 6D 35 43
Decimal 109 53 67
Binary 1101101 110101 1000011
Octal 155 65 103

Shades and tints

Shades of #6D3543

#6D3543
(109,53,67)
#64313D
(100,49,61)
#5B2D37
(91,45,55)
#522931
(82,41,49)
#49252B
(73,37,43)
#402125
(64,33,37)
#371D1F
(55,29,31)
#2E1919
(46,25,25)
#251513
(37,21,19)
#1C110D
(28,17,13)
#130D07
(19,13,7)
#000000
(0,0,0)

Tints of #6D3543

#6D3543
(109,53,67)
#7A4754
(122,71,84)
#875965
(135,89,101)
#946B76
(148,107,118)
#A17D87
(161,125,135)
#AE8F98
(174,143,152)
#BBA1A9
(187,161,169)
#C8B3BA
(200,179,186)
#D5C5CB
(213,197,203)
#E2D7DC
(226,215,220)
#EFE9ED
(239,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3543 color. Also use rgb(109,53,67) instead hex code.

Text Font Color

.myTextColor { color: #6D3543; }

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

This text font color is #6D3543.

Background Color

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

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

This div background color is #6D3543.

Border color

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

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

This div border color is #6D3543.

Opacity

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

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

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

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

This text has shadow with #6D3543 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D3543.

Preview

Color preview on black background

This text has color #6D3543 on black background.


Color preview on white background

This text has color #6D3543 on white background.


Black color preview on #6D3543 background

This text has black color on #6D3543 background.


White color preview on #6D3543 background

This text has white color on #6D3543 background.


Related colors

Complementary color

Complementary color for #hex is #92CABC.


I love getcolorcode.com

Triadic colors

1 #436D35 and #35436D with #6D3543 are triadic colors.

2 #43356D and #356D43 with #6D3543 are triadic colors.