COLOR #6E5D5F

HEX: #6E5D5F RGB: (110,93,95)

Color info

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

RGB color model

#6E5D5F color RGB value is (110,93,95).

RGB: (110,93,95) (43%, 36%, 37%)

RGB channels and saturation

R 110 of 255 = 43%
G 93 of 255 = 36%
B 95 of 255 = 37%

110
93
95

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

Portions of RGB colors in percentages

R + G + B = 110 + 93 + 95 = 298 (100%)
R 110 of 298 ~ 36.91%
G 93 of 298 ~ 31.21%
B 95 of 298 ~ 31.88'%

%36.91
%31.21
%31.88

CMYK color model

#6E5D5F color CMYK value is (0,15,14,57).

  • cyan value is 0.00%
  • magenta value is 15.45%
  • yellow value is 13.64%
  • key color value is 56.86%

CMYK: (0,15,14,57)
C0M15Y14K57 (0%, 15%, 14%, 57%)
(0.00 / 0.15 / 0.14 / 0.57)

CMYK percentages

%0
%15.45
%13.64
%56.86

Codes

Color #6E5D5F in popluar color models

6E 5D 5F
RGB 110 93 95
HSL 353° 8.37% 39.80%
HSB/HSV 353° 15.45% 43.14%
CMYK 0.00% 15.45% 13.64%
56.86%

Color #6E5D5F in popluar number systems.

HEX 6E 5D 5F
Decimal 110 93 95
Binary 1101110 1011101 1011111
Octal 156 135 137

Shades and tints

Shades of #6E5D5F

#6E5D5F
(110,93,95)
#645557
(100,85,87)
#5A4D4F
(90,77,79)
#504547
(80,69,71)
#463D3F
(70,61,63)
#3C3537
(60,53,55)
#322D2F
(50,45,47)
#282527
(40,37,39)
#1E1D1F
(30,29,31)
#141517
(20,21,23)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #6E5D5F

#6E5D5F
(110,93,95)
#7B6B6D
(123,107,109)
#88797B
(136,121,123)
#958789
(149,135,137)
#A29597
(162,149,151)
#AFA3A5
(175,163,165)
#BCB1B3
(188,177,179)
#C9BFC1
(201,191,193)
#D6CDCF
(214,205,207)
#E3DBDD
(227,219,221)
#F0E9EB
(240,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5D5F color. Also use rgb(110,93,95) instead hex code.

Text Font Color

.myTextColor { color: #6E5D5F; }

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

This text font color is #6E5D5F.

Background Color

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

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

This div background color is #6E5D5F.

Border color

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

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

This div border color is #6E5D5F.

Opacity

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

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

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

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

This text has shadow with #6E5D5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E5D5F.

Preview

Color preview on black background

This text has color #6E5D5F on black background.


Color preview on white background

This text has color #6E5D5F on white background.


Black color preview on #6E5D5F background

This text has black color on #6E5D5F background.


White color preview on #6E5D5F background

This text has white color on #6E5D5F background.


Related colors

Complementary color

Complementary color for #hex is #91A2A0.


I love getcolorcode.com

Triadic colors

1 #5F6E5D and #5D5F6E with #6E5D5F are triadic colors.

2 #5F5D6E and #5D6E5F with #6E5D5F are triadic colors.