COLOR #6D4123

HEX: #6D4123 RGB: (109,65,35)

Color info

#6D4123 contains mainly red and green colors. Web safe color of #6D4123 is #663333 (or #633).

RGB color model

#6D4123 color RGB value is (109,65,35).

RGB: (109,65,35) (43%, 25%, 14%)

RGB channels and saturation

R 109 of 255 = 43%
G 65 of 255 = 25%
B 35 of 255 = 14%

109
65
35

R + G + B ~ 27%. #6D4123 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 65 + 35 = 209 (100%)
R 109 of 209 ~ 52.15%
G 65 of 209 ~ 31.1%
B 35 of 209 ~ 16.75'%

%52.15
%31.1
%16.75

CMYK color model

#6D4123 color CMYK value is (0,40,68,57).

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

CMYK: (0,40,68,57)
C0M40Y68K57 (0%, 40%, 68%, 57%)
(0.00 / 0.40 / 0.68 / 0.57)

CMYK percentages

%0
%40.37
%67.89
%57.25

Codes

Color #6D4123 in popluar color models

6D 41 23
RGB 109 65 35
HSL 24° 51.39% 28.24%
HSB/HSV 24° 67.89% 42.75%
CMYK 0.00% 40.37% 67.89%
57.25%

Color #6D4123 in popluar number systems.

HEX 6D 41 23
Decimal 109 65 35
Binary 1101101 1000001 100011
Octal 155 101 43

Shades and tints

Shades of #6D4123

#6D4123
(109,65,35)
#643C20
(100,60,32)
#5B371D
(91,55,29)
#52321A
(82,50,26)
#492D17
(73,45,23)
#402814
(64,40,20)
#372311
(55,35,17)
#2E1E0E
(46,30,14)
#25190B
(37,25,11)
#1C1408
(28,20,8)
#130F05
(19,15,5)
#000000
(0,0,0)

Tints of #6D4123

#6D4123
(109,65,35)
#7A5237
(122,82,55)
#87634B
(135,99,75)
#94745F
(148,116,95)
#A18573
(161,133,115)
#AE9687
(174,150,135)
#BBA79B
(187,167,155)
#C8B8AF
(200,184,175)
#D5C9C3
(213,201,195)
#E2DAD7
(226,218,215)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D4123; }

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

This text font color is #6D4123.

Background Color

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

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

This div background color is #6D4123.

Border color

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

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

This div border color is #6D4123.

Opacity

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

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

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

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

This text has shadow with #6D4123 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D4123.

Preview

Color preview on black background

This text has color #6D4123 on black background.


Color preview on white background

This text has color #6D4123 on white background.


Black color preview on #6D4123 background

This text has black color on #6D4123 background.


White color preview on #6D4123 background

This text has white color on #6D4123 background.


Related colors

Complementary color

Complementary color for #hex is #92BEDC.


I love getcolorcode.com

Triadic colors

1 #236D41 and #41236D with #6D4123 are triadic colors.

2 #23416D and #416D23 with #6D4123 are triadic colors.