COLOR #6D4355

HEX: #6D4355
RGB: (109,67,85)

Color info

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

RGB color model

#6D4355 color RGB value is (109,67,85).

  • red value is 109;
  • green value is 67;
  • blue value is 85.
RGB:
(109,67,85)
(43%,26%,33%)

RGB channels and saturation

R 109 of 255 = 43%
G 67 of 255 = 26%
B 85 of 255 = 33%

109
67
85

R + G + B ~ 34%. #6D4355 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 67 + 85 = 261 (100%)
R 109 of 261 ~ 41.76%
G 67 of 261 ~ 25.67%
B 85 of 261 ~ 32.57%

%41.76
%25.67
%32.57

CMYK color model

#6D4355 color CMYK value is (0,39,22,57).

  • cyan value is 0.00%
  • magenta value is 38.53%
  • yellow value is 22.02%
  • key color value is 57.25%
CMYK:
(0,39,22,57)
C0M39Y22K57 
(0%,39%,22%,57%)
(0.00/0.39/0.22/0.57)	

CMYK percentages

%0
%38.53
%22.02
%57.25

Codes

Color #6D4355 in popluar color models

6D4355
RGB1096785
HSL334°23.86%34.51%
HSB/HSV334°38.53%42.75%
CMYK0.00%38.53%22.02%
57.25%

Color #6D4355 in popluar number systems.

HEX6D4355
Decimal1096785
Binary110110110000111010101
Octal155103125

Shades and tints

Shades of #6D4355

#6D4355
(109,67,85)
#643D4E
(100,61,78)
#5B3747
(91,55,71)
#523140
(82,49,64)
#492B39
(73,43,57)
#402532
(64,37,50)
#371F2B
(55,31,43)
#2E1924
(46,25,36)
#25131D
(37,19,29)
#1C0D16
(28,13,22)
#13070F
(19,7,15)
#000000
(0,0,0)

Tints of #6D4355

#6D4355
(109,67,85)
#7A5464
(122,84,100)
#876573
(135,101,115)
#947682
(148,118,130)
#A18791
(161,135,145)
#AE98A0
(174,152,160)
#BBA9AF
(187,169,175)
#C8BABE
(200,186,190)
#D5CBCD
(213,203,205)
#E2DCDC
(226,220,220)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D4355; }

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

This text font color is #6D4355.


Background Color

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

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

This div background color is #6D4355.


Border color

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

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

This div border color is #6D4355.


Opacity

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

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

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

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

This text has shadow with #6D4355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4355 on black background.


Color preview on white background

This text has color #6D4355 on white background.



Black color preview on #6D4355 background

This text has black color on #6D4355 background.


White color preview on #6D4355 background

This text has white color on #6D4355 background.