COLOR #6E5161

HEX: #6E5161 RGB: (110,81,97)

Color info

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

RGB color model

#6E5161 color RGB value is (110,81,97).

RGB: (110,81,97) (43%, 32%, 38%)

RGB channels and saturation

R 110 of 255 = 43%
G 81 of 255 = 32%
B 97 of 255 = 38%

110
81
97

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

Portions of RGB colors in percentages

R + G + B = 110 + 81 + 97 = 288 (100%)
R 110 of 288 ~ 38.19%
G 81 of 288 ~ 28.13%
B 97 of 288 ~ 33.68'%

%38.19
%28.13
%33.68

CMYK color model

#6E5161 color CMYK value is (0,26,12,57).

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

CMYK: (0,26,12,57)
C0M26Y12K57 (0%, 26%, 12%, 57%)
(0.00 / 0.26 / 0.12 / 0.57)

CMYK percentages

%0
%26.36
%11.82
%56.86

Codes

Color #6E5161 in popluar color models

6E 51 61
RGB 110 81 97
HSL 327° 15.18% 37.45%
HSB/HSV 327° 26.36% 43.14%
CMYK 0.00% 26.36% 11.82%
56.86%

Color #6E5161 in popluar number systems.

HEX 6E 51 61
Decimal 110 81 97
Binary 1101110 1010001 1100001
Octal 156 121 141

Shades and tints

Shades of #6E5161

#6E5161
(110,81,97)
#644A59
(100,74,89)
#5A4351
(90,67,81)
#503C49
(80,60,73)
#463541
(70,53,65)
#3C2E39
(60,46,57)
#322731
(50,39,49)
#282029
(40,32,41)
#1E1921
(30,25,33)
#141219
(20,18,25)
#0A0B11
(10,11,17)
#000000
(0,0,0)

Tints of #6E5161

#6E5161
(110,81,97)
#7B606F
(123,96,111)
#886F7D
(136,111,125)
#957E8B
(149,126,139)
#A28D99
(162,141,153)
#AF9CA7
(175,156,167)
#BCABB5
(188,171,181)
#C9BAC3
(201,186,195)
#D6C9D1
(214,201,209)
#E3D8DF
(227,216,223)
#F0E7ED
(240,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5161; }

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

This text font color is #6E5161.

Background Color

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

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

This div background color is #6E5161.

Border color

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

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

This div border color is #6E5161.

Opacity

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

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

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

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

This text has shadow with #6E5161 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E5161.

Preview

Color preview on black background

This text has color #6E5161 on black background.


Color preview on white background

This text has color #6E5161 on white background.


Black color preview on #6E5161 background

This text has black color on #6E5161 background.


White color preview on #6E5161 background

This text has white color on #6E5161 background.


Related colors

Complementary color

Complementary color for #hex is #91AE9E.


I love getcolorcode.com

Triadic colors

1 #616E51 and #51616E with #6E5161 are triadic colors.

2 #61516E and #516E61 with #6E5161 are triadic colors.