COLOR #6D4250

HEX: #6D4250 RGB: (109,66,80)

Color info

#6D4250 contains red, green and blue colors in about the same proportion. Web safe color of #6D4250 is #663366 (or #636).

RGB color model

#6D4250 color RGB value is (109,66,80).

RGB: (109,66,80) (43%, 26%, 31%)

RGB channels and saturation

R 109 of 255 = 43%
G 66 of 255 = 26%
B 80 of 255 = 31%

109
66
80

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

Portions of RGB colors in percentages

R + G + B = 109 + 66 + 80 = 255 (100%)
R 109 of 255 ~ 42.75%
G 66 of 255 ~ 25.88%
B 80 of 255 ~ 31.37'%

%42.75
%25.88
%31.37

CMYK color model

#6D4250 color CMYK value is (0,39,27,57).

  • cyan value is 0.00%
  • magenta value is 39.45%
  • yellow value is 26.61%
  • key color value is 57.25%

CMYK: (0,39,27,57)
C0M39Y27K57 (0%, 39%, 27%, 57%)
(0.00 / 0.39 / 0.27 / 0.57)

CMYK percentages

%0
%39.45
%26.61
%57.25

Codes

Color #6D4250 in popluar color models

6D 42 50
RGB 109 66 80
HSL 340° 24.57% 34.31%
HSB/HSV 340° 39.45% 42.75%
CMYK 0.00% 39.45% 26.61%
57.25%

Color #6D4250 in popluar number systems.

HEX 6D 42 50
Decimal 109 66 80
Binary 1101101 1000010 1010000
Octal 155 102 120

Shades and tints

Shades of #6D4250

#6D4250
(109,66,80)
#643C49
(100,60,73)
#5B3642
(91,54,66)
#52303B
(82,48,59)
#492A34
(73,42,52)
#40242D
(64,36,45)
#371E26
(55,30,38)
#2E181F
(46,24,31)
#251218
(37,18,24)
#1C0C11
(28,12,17)
#13060A
(19,6,10)
#000000
(0,0,0)

Tints of #6D4250

#6D4250
(109,66,80)
#7A535F
(122,83,95)
#87646E
(135,100,110)
#94757D
(148,117,125)
#A1868C
(161,134,140)
#AE979B
(174,151,155)
#BBA8AA
(187,168,170)
#C8B9B9
(200,185,185)
#D5CAC8
(213,202,200)
#E2DBD7
(226,219,215)
#EFECE6
(239,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4250 color. Also use rgb(109,66,80) instead hex code.

Text Font Color

.myTextColor { color: #6D4250; }

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

This text font color is #6D4250.

Background Color

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

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

This div background color is #6D4250.

Border color

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

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

This div border color is #6D4250.

Opacity

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

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

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

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

This text has shadow with #6D4250 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D4250.

Preview

Color preview on black background

This text has color #6D4250 on black background.


Color preview on white background

This text has color #6D4250 on white background.


Black color preview on #6D4250 background

This text has black color on #6D4250 background.


White color preview on #6D4250 background

This text has white color on #6D4250 background.


Related colors

Complementary color

Complementary color for #hex is #92BDAF.


I love getcolorcode.com

Triadic colors

1 #506D42 and #42506D with #6D4250 are triadic colors.

2 #50426D and #426D50 with #6D4250 are triadic colors.