COLOR #6D4E63

HEX: #6D4E63
RGB: (109,78,99)

Color info

#6D4E63 contains red, green and blue colors in about the same proportion. Web safe color of #6D4E63 is #666666 (or #666).

RGB color model

#6D4E63 color RGB value is (109,78,99).

  • red value is 109;
  • green value is 78;
  • blue value is 99.
RGB:
(109,78,99)
(43%,31%,39%)

RGB channels and saturation

R 109 of 255 = 43%
G 78 of 255 = 31%
B 99 of 255 = 39%

109
78
99

R + G + B ~ 38%. #6D4E63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 78 + 99 = 286 (100%)
R 109 of 286 ~ 38.11%
G 78 of 286 ~ 27.27%
B 99 of 286 ~ 34.62%

%38.11
%27.27
%34.62

CMYK color model

#6D4E63 color CMYK value is (0,28,9,57).

  • cyan value is 0.00%
  • magenta value is 28.44%
  • yellow value is 9.17%
  • key color value is 57.25%
CMYK:
(0,28,9,57)
C0M28Y9K57 
(0%,28%,9%,57%)
(0.00/0.28/0.09/0.57)	

CMYK percentages

%0
%28.44
%9.17
%57.25

Codes

Color #6D4E63 in popluar color models

6D4E63
RGB1097899
HSL319°16.58%36.67%
HSB/HSV319°28.44%42.75%
CMYK0.00%28.44%9.17%
57.25%

Color #6D4E63 in popluar number systems.

HEX6D4E63
Decimal1097899
Binary110110110011101100011
Octal155116143

Shades and tints

Shades of #6D4E63

#6D4E63
(109,78,99)
#64475A
(100,71,90)
#5B4051
(91,64,81)
#523948
(82,57,72)
#49323F
(73,50,63)
#402B36
(64,43,54)
#37242D
(55,36,45)
#2E1D24
(46,29,36)
#25161B
(37,22,27)
#1C0F12
(28,15,18)
#130809
(19,8,9)
#000000
(0,0,0)

Tints of #6D4E63

#6D4E63
(109,78,99)
#7A5E71
(122,94,113)
#876E7F
(135,110,127)
#947E8D
(148,126,141)
#A18E9B
(161,142,155)
#AE9EA9
(174,158,169)
#BBAEB7
(187,174,183)
#C8BEC5
(200,190,197)
#D5CED3
(213,206,211)
#E2DEE1
(226,222,225)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4E63 color. Also use rgb(109,78,99) instead hex code.

Text Font Color

.myTextColor { color: #6D4E63; }

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

This text font color is #6D4E63.


Background Color

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

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

This div background color is #6D4E63.


Border color

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

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

This div border color is #6D4E63.


Opacity

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

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

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

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

This text has shadow with #6D4E63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4E63 on black background.


Color preview on white background

This text has color #6D4E63 on white background.



Black color preview on #6D4E63 background

This text has black color on #6D4E63 background.


White color preview on #6D4E63 background

This text has white color on #6D4E63 background.