COLOR #6D3643

HEX: #6D3643 RGB: (109,54,67)

Color info

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

RGB color model

#6D3643 color RGB value is (109,54,67).

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

RGB channels and saturation

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

109
54
67

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

Portions of RGB colors in percentages

R + G + B = 109 + 54 + 67 = 230 (100%)
R 109 of 230 ~ 47.39%
G 54 of 230 ~ 23.48%
B 67 of 230 ~ 29.13'%

%47.39
%23.48
%29.13

CMYK color model

#6D3643 color CMYK value is (0,50,39,57).

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

CMYK: (0,50,39,57)
C0M50Y39K57 (0%, 50%, 39%, 57%)
(0.00 / 0.50 / 0.39 / 0.57)

CMYK percentages

%0
%50.46
%38.53
%57.25

Codes

Color #6D3643 in popluar color models

6D 36 43
RGB 109 54 67
HSL 346° 33.74% 31.96%
HSB/HSV 346° 50.46% 42.75%
CMYK 0.00% 50.46% 38.53%
57.25%

Color #6D3643 in popluar number systems.

HEX 6D 36 43
Decimal 109 54 67
Binary 1101101 110110 1000011
Octal 155 66 103

Shades and tints

Shades of #6D3643

#6D3643
(109,54,67)
#64323D
(100,50,61)
#5B2E37
(91,46,55)
#522A31
(82,42,49)
#49262B
(73,38,43)
#402225
(64,34,37)
#371E1F
(55,30,31)
#2E1A19
(46,26,25)
#251613
(37,22,19)
#1C120D
(28,18,13)
#130E07
(19,14,7)
#000000
(0,0,0)

Tints of #6D3643

#6D3643
(109,54,67)
#7A4854
(122,72,84)
#875A65
(135,90,101)
#946C76
(148,108,118)
#A17E87
(161,126,135)
#AE9098
(174,144,152)
#BBA2A9
(187,162,169)
#C8B4BA
(200,180,186)
#D5C6CB
(213,198,203)
#E2D8DC
(226,216,220)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D3643; }

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

This text font color is #6D3643.

Background Color

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

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

This div background color is #6D3643.

Border color

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

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

This div border color is #6D3643.

Opacity

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

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

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

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

This text has shadow with #6D3643 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D3643.

Preview

Color preview on black background

This text has color #6D3643 on black background.


Color preview on white background

This text has color #6D3643 on white background.


Black color preview on #6D3643 background

This text has black color on #6D3643 background.


White color preview on #6D3643 background

This text has white color on #6D3643 background.


Related colors

Complementary color

Complementary color for #hex is #92C9BC.


I love getcolorcode.com

Triadic colors

1 #436D36 and #36436D with #6D3643 are triadic colors.

2 #43366D and #366D43 with #6D3643 are triadic colors.