COLOR #6D475D

HEX: #6D475D RGB: (109,71,93)

Color info

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

RGB color model

#6D475D color RGB value is (109,71,93).

RGB: (109,71,93) (43%, 28%, 36%)

RGB channels and saturation

R 109 of 255 = 43%
G 71 of 255 = 28%
B 93 of 255 = 36%

109
71
93

R + G + B ~ 36%. #6D475D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 71 + 93 = 273 (100%)
R 109 of 273 ~ 39.93%
G 71 of 273 ~ 26.01%
B 93 of 273 ~ 34.07'%

%39.93
%26.01
%34.07

CMYK color model

#6D475D color CMYK value is (0,35,15,57).

  • cyan value is 0.00%
  • magenta value is 34.86%
  • yellow value is 14.68%
  • key color value is 57.25%

CMYK: (0,35,15,57)
C0M35Y15K57 (0%, 35%, 15%, 57%)
(0.00 / 0.35 / 0.15 / 0.57)

CMYK percentages

%0
%34.86
%14.68
%57.25

Codes

Color #6D475D in popluar color models

6D 47 5D
RGB 109 71 93
HSL 325° 21.11% 35.29%
HSB/HSV 325° 34.86% 42.75%
CMYK 0.00% 34.86% 14.68%
57.25%

Color #6D475D in popluar number systems.

HEX 6D 47 5D
Decimal 109 71 93
Binary 1101101 1000111 1011101
Octal 155 107 135

Shades and tints

Shades of #6D475D

#6D475D
(109,71,93)
#644155
(100,65,85)
#5B3B4D
(91,59,77)
#523545
(82,53,69)
#492F3D
(73,47,61)
#402935
(64,41,53)
#37232D
(55,35,45)
#2E1D25
(46,29,37)
#25171D
(37,23,29)
#1C1115
(28,17,21)
#130B0D
(19,11,13)
#000000
(0,0,0)

Tints of #6D475D

#6D475D
(109,71,93)
#7A576B
(122,87,107)
#876779
(135,103,121)
#947787
(148,119,135)
#A18795
(161,135,149)
#AE97A3
(174,151,163)
#BBA7B1
(187,167,177)
#C8B7BF
(200,183,191)
#D5C7CD
(213,199,205)
#E2D7DB
(226,215,219)
#EFE7E9
(239,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D475D color. Also use rgb(109,71,93) instead hex code.

Text Font Color

.myTextColor { color: #6D475D; }

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

This text font color is #6D475D.

Background Color

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

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

This div background color is #6D475D.

Border color

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

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

This div border color is #6D475D.

Opacity

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

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

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

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

This text has shadow with #6D475D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D475D.

Preview

Color preview on black background

This text has color #6D475D on black background.


Color preview on white background

This text has color #6D475D on white background.


Black color preview on #6D475D background

This text has black color on #6D475D background.


White color preview on #6D475D background

This text has white color on #6D475D background.


Related colors

Complementary color

Complementary color for #hex is #92B8A2.


I love getcolorcode.com

Triadic colors

1 #5D6D47 and #475D6D with #6D475D are triadic colors.

2 #5D476D and #476D5D with #6D475D are triadic colors.