COLOR #6E5A51

HEX: #6E5A51
RGB: (110,90,81)

Color info

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

RGB color model

#6E5A51 color RGB value is (110,90,81).

  • red value is 110;
  • green value is 90;
  • blue value is 81.
RGB:
(110,90,81)
(43%,35%,32%)

RGB channels and saturation

R 110 of 255 = 43%
G 90 of 255 = 35%
B 81 of 255 = 32%

110
90
81

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

Portions of RGB colors in percentages

R + G + B =
110 + 90 + 81 = 281 (100%)
R 110 of 281 ~ 39.15%
G 90 of 281 ~ 32.03%
B 81 of 281 ~ 28.83%

%39.15
%32.03
%28.83

CMYK color model

#6E5A51 color CMYK value is (0,18,26,57).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 26.36%
  • key color value is 56.86%
CMYK:
(0,18,26,57)
C0M18Y26K57 
(0%,18%,26%,57%)
(0.00/0.18/0.26/0.57)	

CMYK percentages

%0
%18.18
%26.36
%56.86

Codes

Color #6E5A51 in popluar color models

6E5A51
RGB1109081
HSL19°15.18%37.45%
HSB/HSV19°26.36%43.14%
CMYK0.00%18.18%26.36%
56.86%

Color #6E5A51 in popluar number systems.

HEX6E5A51
Decimal1109081
Binary110111010110101010001
Octal156132121

Shades and tints

Shades of #6E5A51

#6E5A51
(110,90,81)
#64524A
(100,82,74)
#5A4A43
(90,74,67)
#50423C
(80,66,60)
#463A35
(70,58,53)
#3C322E
(60,50,46)
#322A27
(50,42,39)
#282220
(40,34,32)
#1E1A19
(30,26,25)
#141212
(20,18,18)
#0A0A0B
(10,10,11)
#000000
(0,0,0)

Tints of #6E5A51

#6E5A51
(110,90,81)
#7B6960
(123,105,96)
#88786F
(136,120,111)
#95877E
(149,135,126)
#A2968D
(162,150,141)
#AFA59C
(175,165,156)
#BCB4AB
(188,180,171)
#C9C3BA
(201,195,186)
#D6D2C9
(214,210,201)
#E3E1D8
(227,225,216)
#F0F0E7
(240,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5A51; }

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

This text font color is #6E5A51.


Background Color

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

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

This div background color is #6E5A51.


Border color

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

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

This div border color is #6E5A51.


Opacity

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

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

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

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

This text has shadow with #6E5A51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5A51 on black background.


Color preview on white background

This text has color #6E5A51 on white background.



Black color preview on #6E5A51 background

This text has black color on #6E5A51 background.


White color preview on #6E5A51 background

This text has white color on #6E5A51 background.