COLOR #6E6157

HEX: #6E6157
RGB: (110,97,87)

Color info

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

RGB color model

#6E6157 color RGB value is (110,97,87).

  • red value is 110;
  • green value is 97;
  • blue value is 87.
RGB:
(110,97,87)
(43%,38%,34%)

RGB channels and saturation

R 110 of 255 = 43%
G 97 of 255 = 38%
B 87 of 255 = 34%

110
97
87

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

Portions of RGB colors in percentages

R + G + B =
110 + 97 + 87 = 294 (100%)
R 110 of 294 ~ 37.41%
G 97 of 294 ~ 32.99%
B 87 of 294 ~ 29.59%

%37.41
%32.99
%29.59

CMYK color model

#6E6157 color CMYK value is (0,12,21,57).

  • cyan value is 0.00%
  • magenta value is 11.82%
  • yellow value is 20.91%
  • key color value is 56.86%
CMYK:
(0,12,21,57)
C0M12Y21K57 
(0%,12%,21%,57%)
(0.00/0.12/0.21/0.57)	

CMYK percentages

%0
%11.82
%20.91
%56.86

Codes

Color #6E6157 in popluar color models

6E6157
RGB1109787
HSL26°11.68%38.63%
HSB/HSV26°20.91%43.14%
CMYK0.00%11.82%20.91%
56.86%

Color #6E6157 in popluar number systems.

HEX6E6157
Decimal1109787
Binary110111011000011010111
Octal156141127

Shades and tints

Shades of #6E6157

#6E6157
(110,97,87)
#645950
(100,89,80)
#5A5149
(90,81,73)
#504942
(80,73,66)
#46413B
(70,65,59)
#3C3934
(60,57,52)
#32312D
(50,49,45)
#282926
(40,41,38)
#1E211F
(30,33,31)
#141918
(20,25,24)
#0A1111
(10,17,17)
#000000
(0,0,0)

Tints of #6E6157

#6E6157
(110,97,87)
#7B6F66
(123,111,102)
#887D75
(136,125,117)
#958B84
(149,139,132)
#A29993
(162,153,147)
#AFA7A2
(175,167,162)
#BCB5B1
(188,181,177)
#C9C3C0
(201,195,192)
#D6D1CF
(214,209,207)
#E3DFDE
(227,223,222)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6157; }

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

This text font color is #6E6157.


Background Color

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

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

This div background color is #6E6157.


Border color

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

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

This div border color is #6E6157.


Opacity

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

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

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

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

This text has shadow with #6E6157 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6157 on black background.


Color preview on white background

This text has color #6E6157 on white background.



Black color preview on #6E6157 background

This text has black color on #6E6157 background.


White color preview on #6E6157 background

This text has white color on #6E6157 background.