COLOR #6E515F

HEX: #6E515F RGB: (110,81,95)

Color info

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

RGB color model

#6E515F color RGB value is (110,81,95).

RGB: (110,81,95) (43%, 32%, 37%)

RGB channels and saturation

R 110 of 255 = 43%
G 81 of 255 = 32%
B 95 of 255 = 37%

110
81
95

R + G + B ~ 37%. #6E515F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 81 + 95 = 286 (100%)
R 110 of 286 ~ 38.46%
G 81 of 286 ~ 28.32%
B 95 of 286 ~ 33.22'%

%38.46
%28.32
%33.22

CMYK color model

#6E515F color CMYK value is (0,26,14,57).

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

CMYK: (0,26,14,57)
C0M26Y14K57 (0%, 26%, 14%, 57%)
(0.00 / 0.26 / 0.14 / 0.57)

CMYK percentages

%0
%26.36
%13.64
%56.86

Codes

Color #6E515F in popluar color models

6E 51 5F
RGB 110 81 95
HSL 331° 15.18% 37.45%
HSB/HSV 331° 26.36% 43.14%
CMYK 0.00% 26.36% 13.64%
56.86%

Color #6E515F in popluar number systems.

HEX 6E 51 5F
Decimal 110 81 95
Binary 1101110 1010001 1011111
Octal 156 121 137

Shades and tints

Shades of #6E515F

#6E515F
(110,81,95)
#644A57
(100,74,87)
#5A434F
(90,67,79)
#503C47
(80,60,71)
#46353F
(70,53,63)
#3C2E37
(60,46,55)
#32272F
(50,39,47)
#282027
(40,32,39)
#1E191F
(30,25,31)
#141217
(20,18,23)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #6E515F

#6E515F
(110,81,95)
#7B606D
(123,96,109)
#886F7B
(136,111,123)
#957E89
(149,126,137)
#A28D97
(162,141,151)
#AF9CA5
(175,156,165)
#BCABB3
(188,171,179)
#C9BAC1
(201,186,193)
#D6C9CF
(214,201,207)
#E3D8DD
(227,216,221)
#F0E7EB
(240,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E515F; }

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

This text font color is #6E515F.

Background Color

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

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

This div background color is #6E515F.

Border color

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

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

This div border color is #6E515F.

Opacity

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

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

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

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

This text has shadow with #6E515F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E515F.

Preview

Color preview on black background

This text has color #6E515F on black background.


Color preview on white background

This text has color #6E515F on white background.


Black color preview on #6E515F background

This text has black color on #6E515F background.


White color preview on #6E515F background

This text has white color on #6E515F background.


Related colors

Complementary color

Complementary color for #hex is #91AEA0.


I love getcolorcode.com

Triadic colors

1 #5F6E51 and #515F6E with #6E515F are triadic colors.

2 #5F516E and #516E5F with #6E515F are triadic colors.