COLOR #6D4C5F

HEX: #6D4C5F RGB: (109,76,95)

Color info

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

RGB color model

#6D4C5F color RGB value is (109,76,95).

RGB: (109,76,95) (43%, 30%, 37%)

RGB channels and saturation

R 109 of 255 = 43%
G 76 of 255 = 30%
B 95 of 255 = 37%

109
76
95

R + G + B ~ 37%. #6D4C5F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 76 + 95 = 280 (100%)
R 109 of 280 ~ 38.93%
G 76 of 280 ~ 27.14%
B 95 of 280 ~ 33.93'%

%38.93
%27.14
%33.93

CMYK color model

#6D4C5F color CMYK value is (0,30,13,57).

  • cyan value is 0.00%
  • magenta value is 30.28%
  • yellow value is 12.84%
  • key color value is 57.25%

CMYK: (0,30,13,57)
C0M30Y13K57 (0%, 30%, 13%, 57%)
(0.00 / 0.30 / 0.13 / 0.57)

CMYK percentages

%0
%30.28
%12.84
%57.25

Codes

Color #6D4C5F in popluar color models

6D 4C 5F
RGB 109 76 95
HSL 325° 17.84% 36.27%
HSB/HSV 325° 30.28% 42.75%
CMYK 0.00% 30.28% 12.84%
57.25%

Color #6D4C5F in popluar number systems.

HEX 6D 4C 5F
Decimal 109 76 95
Binary 1101101 1001100 1011111
Octal 155 114 137

Shades and tints

Shades of #6D4C5F

#6D4C5F
(109,76,95)
#644657
(100,70,87)
#5B404F
(91,64,79)
#523A47
(82,58,71)
#49343F
(73,52,63)
#402E37
(64,46,55)
#37282F
(55,40,47)
#2E2227
(46,34,39)
#251C1F
(37,28,31)
#1C1617
(28,22,23)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #6D4C5F

#6D4C5F
(109,76,95)
#7A5C6D
(122,92,109)
#876C7B
(135,108,123)
#947C89
(148,124,137)
#A18C97
(161,140,151)
#AE9CA5
(174,156,165)
#BBACB3
(187,172,179)
#C8BCC1
(200,188,193)
#D5CCCF
(213,204,207)
#E2DCDD
(226,220,221)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4C5F color. Also use rgb(109,76,95) instead hex code.

Text Font Color

.myTextColor { color: #6D4C5F; }

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

This text font color is #6D4C5F.

Background Color

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

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

This div background color is #6D4C5F.

Border color

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

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

This div border color is #6D4C5F.

Opacity

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

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

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

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

This text has shadow with #6D4C5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D4C5F.

Preview

Color preview on black background

This text has color #6D4C5F on black background.


Color preview on white background

This text has color #6D4C5F on white background.


Black color preview on #6D4C5F background

This text has black color on #6D4C5F background.


White color preview on #6D4C5F background

This text has white color on #6D4C5F background.


Related colors

Complementary color

Complementary color for #hex is #92B3A0.


I love getcolorcode.com

Triadic colors

1 #5F6D4C and #4C5F6D with #6D4C5F are triadic colors.

2 #5F4C6D and #4C6D5F with #6D4C5F are triadic colors.