COLOR #6D5859

HEX: #6D5859
RGB: (109,88,89)

Color info

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

RGB color model

#6D5859 color RGB value is (109,88,89).

  • red value is 109;
  • green value is 88;
  • blue value is 89.
RGB:
(109,88,89)
(43%,35%,35%)

RGB channels and saturation

R 109 of 255 = 43%
G 88 of 255 = 35%
B 89 of 255 = 35%

109
88
89

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

Portions of RGB colors in percentages

R + G + B =
109 + 88 + 89 = 286 (100%)
R 109 of 286 ~ 38.11%
G 88 of 286 ~ 30.77%
B 89 of 286 ~ 31.12%

%38.11
%30.77
%31.12

CMYK color model

#6D5859 color CMYK value is (0,19,18,57).

  • cyan value is 0.00%
  • magenta value is 19.27%
  • yellow value is 18.35%
  • key color value is 57.25%
CMYK:
(0,19,18,57)
C0M19Y18K57 
(0%,19%,18%,57%)
(0.00/0.19/0.18/0.57)	

CMYK percentages

%0
%19.27
%18.35
%57.25

Codes

Color #6D5859 in popluar color models

6D5859
RGB1098889
HSL357°10.66%38.63%
HSB/HSV357°19.27%42.75%
CMYK0.00%19.27%18.35%
57.25%

Color #6D5859 in popluar number systems.

HEX6D5859
Decimal1098889
Binary110110110110001011001
Octal155130131

Shades and tints

Shades of #6D5859

#6D5859
(109,88,89)
#645051
(100,80,81)
#5B4849
(91,72,73)
#524041
(82,64,65)
#493839
(73,56,57)
#403031
(64,48,49)
#372829
(55,40,41)
#2E2021
(46,32,33)
#251819
(37,24,25)
#1C1011
(28,16,17)
#130809
(19,8,9)
#000000
(0,0,0)

Tints of #6D5859

#6D5859
(109,88,89)
#7A6768
(122,103,104)
#877677
(135,118,119)
#948586
(148,133,134)
#A19495
(161,148,149)
#AEA3A4
(174,163,164)
#BBB2B3
(187,178,179)
#C8C1C2
(200,193,194)
#D5D0D1
(213,208,209)
#E2DFE0
(226,223,224)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5859 color. Also use rgb(109,88,89) instead hex code.

Text Font Color

.myTextColor { color: #6D5859; }

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

This text font color is #6D5859.


Background Color

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

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

This div background color is #6D5859.


Border color

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

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

This div border color is #6D5859.


Opacity

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

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

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

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

This text has shadow with #6D5859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5859 on black background.


Color preview on white background

This text has color #6D5859 on white background.



Black color preview on #6D5859 background

This text has black color on #6D5859 background.


White color preview on #6D5859 background

This text has white color on #6D5859 background.