COLOR #6D3856

HEX: #6D3856
RGB: (109,56,86)

Color info

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

RGB color model

#6D3856 color RGB value is (109,56,86).

  • red value is 109;
  • green value is 56;
  • blue value is 86.
RGB:
(109,56,86)
(43%,22%,34%)

RGB channels and saturation

R 109 of 255 = 43%
G 56 of 255 = 22%
B 86 of 255 = 34%

109
56
86

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

Portions of RGB colors in percentages

R + G + B =
109 + 56 + 86 = 251 (100%)
R 109 of 251 ~ 43.43%
G 56 of 251 ~ 22.31%
B 86 of 251 ~ 34.26%

%43.43
%22.31
%34.26

CMYK color model

#6D3856 color CMYK value is (0,49,21,57).

  • cyan value is 0.00%
  • magenta value is 48.62%
  • yellow value is 21.10%
  • key color value is 57.25%
CMYK:
(0,49,21,57)
C0M49Y21K57 
(0%,49%,21%,57%)
(0.00/0.49/0.21/0.57)	

CMYK percentages

%0
%48.62
%21.1
%57.25

Codes

Color #6D3856 in popluar color models

6D3856
RGB1095686
HSL326°32.12%32.35%
HSB/HSV326°48.62%42.75%
CMYK0.00%48.62%21.10%
57.25%

Color #6D3856 in popluar number systems.

HEX6D3856
Decimal1095686
Binary11011011110001010110
Octal15570126

Shades and tints

Shades of #6D3856

#6D3856
(109,56,86)
#64334F
(100,51,79)
#5B2E48
(91,46,72)
#522941
(82,41,65)
#49243A
(73,36,58)
#401F33
(64,31,51)
#371A2C
(55,26,44)
#2E1525
(46,21,37)
#25101E
(37,16,30)
#1C0B17
(28,11,23)
#130610
(19,6,16)
#000000
(0,0,0)

Tints of #6D3856

#6D3856
(109,56,86)
#7A4A65
(122,74,101)
#875C74
(135,92,116)
#946E83
(148,110,131)
#A18092
(161,128,146)
#AE92A1
(174,146,161)
#BBA4B0
(187,164,176)
#C8B6BF
(200,182,191)
#D5C8CE
(213,200,206)
#E2DADD
(226,218,221)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3856 color. Also use rgb(109,56,86) instead hex code.

Text Font Color

.myTextColor { color: #6D3856; }

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

This text font color is #6D3856.


Background Color

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

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

This div background color is #6D3856.


Border color

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

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

This div border color is #6D3856.


Opacity

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

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

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

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

This text has shadow with #6D3856 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3856 on black background.


Color preview on white background

This text has color #6D3856 on white background.



Black color preview on #6D3856 background

This text has black color on #6D3856 background.


White color preview on #6D3856 background

This text has white color on #6D3856 background.