COLOR #6E5A4F

HEX: #6E5A4F
RGB: (110,90,79)

Color info

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

RGB color model

#6E5A4F color RGB value is (110,90,79).

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

RGB channels and saturation

R 110 of 255 = 43%
G 90 of 255 = 35%
B 79 of 255 = 31%

110
90
79

R + G + B ~ 36%. #6E5A4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 90 + 79 = 279 (100%)
R 110 of 279 ~ 39.43%
G 90 of 279 ~ 32.26%
B 79 of 279 ~ 28.32%

%39.43
%32.26
%28.32

CMYK color model

#6E5A4F color CMYK value is (0,18,28,57).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 28.18%
  • key color value is 56.86%
CMYK: (0,18,28,57) C0M18Y28K57 (0%,18%,28%,57%) (0.00/0.18/0.28/0.57)

CMYK percentages

%0
%18.18
%28.18
%56.86

Codes

Color #6E5A4F in popluar color models

6E5A4F
RGB1109079
HSL21°16.40%37.06%
HSB/HSV21°28.18%43.14%
CMYK0.00%18.18%28.18%
56.86%

Color #6E5A4F in popluar number systems.

HEX6E5A4F
Decimal1109079
Binary110111010110101001111
Octal156132117

Shades and tints

Shades of #6E5A4F

#6E5A4F
(110,90,79)
#645248
(100,82,72)
#5A4A41
(90,74,65)
#50423A
(80,66,58)
#463A33
(70,58,51)
#3C322C
(60,50,44)
#322A25
(50,42,37)
#28221E
(40,34,30)
#1E1A17
(30,26,23)
#141210
(20,18,16)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #6E5A4F

#6E5A4F
(110,90,79)
#7B695F
(123,105,95)
#88786F
(136,120,111)
#95877F
(149,135,127)
#A2968F
(162,150,143)
#AFA59F
(175,165,159)
#BCB4AF
(188,180,175)
#C9C3BF
(201,195,191)
#D6D2CF
(214,210,207)
#E3E1DF
(227,225,223)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5A4F; }

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

This text font color is #6E5A4F.


Background Color

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

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

This div background color is #6E5A4F.


Border color

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

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

This div border color is #6E5A4F.


Opacity

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

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

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

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

This text has shadow with #6E5A4F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6E5A4F on black background.


Color preview on white background

This text has color #6E5A4F on white background.



Black color preview on #6E5A4F background

This text has black color on #6E5A4F background.


White color preview on #6E5A4F background

This text has white color on #6E5A4F background.