COLOR #6D5E61

HEX: #6D5E61
RGB: (109,94,97)

Color info

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

RGB color model

#6D5E61 color RGB value is (109,94,97).

  • red value is 109;
  • green value is 94;
  • blue value is 97.
RGB: (109,94,97) (43%,37%,38%)

RGB channels and saturation

R 109 of 255 = 43%
G 94 of 255 = 37%
B 97 of 255 = 38%

109
94
97

R + G + B ~ 39%. #6D5E61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 94 + 97 = 300 (100%)
R 109 of 300 ~ 36.33%
G 94 of 300 ~ 31.33%
B 97 of 300 ~ 32.33%

%36.33
%31.33
%32.33

CMYK color model

#6D5E61 color CMYK value is (0,14,11,57).

  • cyan value is 0.00%
  • magenta value is 13.76%
  • yellow value is 11.01%
  • key color value is 57.25%
CMYK: (0,14,11,57) C0M14Y11K57 (0%,14%,11%,57%) (0.00/0.14/0.11/0.57)

CMYK percentages

%0
%13.76
%11.01
%57.25

Codes

Color #6D5E61 in popluar color models

6D5E61
RGB1099497
HSL348°7.39%39.80%
HSB/HSV348°13.76%42.75%
CMYK0.00%13.76%11.01%
57.25%

Color #6D5E61 in popluar number systems.

HEX6D5E61
Decimal1099497
Binary110110110111101100001
Octal155136141

Shades and tints

Shades of #6D5E61

#6D5E61
(109,94,97)
#645659
(100,86,89)
#5B4E51
(91,78,81)
#524649
(82,70,73)
#493E41
(73,62,65)
#403639
(64,54,57)
#372E31
(55,46,49)
#2E2629
(46,38,41)
#251E21
(37,30,33)
#1C1619
(28,22,25)
#130E11
(19,14,17)
#000000
(0,0,0)

Tints of #6D5E61

#6D5E61
(109,94,97)
#7A6C6F
(122,108,111)
#877A7D
(135,122,125)
#94888B
(148,136,139)
#A19699
(161,150,153)
#AEA4A7
(174,164,167)
#BBB2B5
(187,178,181)
#C8C0C3
(200,192,195)
#D5CED1
(213,206,209)
#E2DCDF
(226,220,223)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5E61 color. Also use rgb(109,94,97) instead hex code.

Text Font Color

.myTextColor { color: #6D5E61; }

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

This text font color is #6D5E61.


Background Color

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

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

This div background color is #6D5E61.


Border color

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

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

This div border color is #6D5E61.


Opacity

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

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

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

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

This text has shadow with #6D5E61 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6D5E61 on black background.


Color preview on white background

This text has color #6D5E61 on white background.



Black color preview on #6D5E61 background

This text has black color on #6D5E61 background.


White color preview on #6D5E61 background

This text has white color on #6D5E61 background.