COLOR #6E5949

HEX: #6E5949
RGB: (110,89,73)

Color info

#6E5949 contains red, green and blue colors in about the same proportion. Web safe color of #6E5949 is #666633 (or #663).

RGB color model

#6E5949 color RGB value is (110,89,73).

  • red value is 110;
  • green value is 89;
  • blue value is 73.
RGB:
(110,89,73)
(43%,35%,29%)

RGB channels and saturation

R 110 of 255 = 43%
G 89 of 255 = 35%
B 73 of 255 = 29%

110
89
73

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

Portions of RGB colors in percentages

R + G + B =
110 + 89 + 73 = 272 (100%)
R 110 of 272 ~ 40.44%
G 89 of 272 ~ 32.72%
B 73 of 272 ~ 26.84%

%40.44
%32.72
%26.84

CMYK color model

#6E5949 color CMYK value is (0,19,34,57).

  • cyan value is 0.00%
  • magenta value is 19.09%
  • yellow value is 33.64%
  • key color value is 56.86%
CMYK:
(0,19,34,57)
C0M19Y34K57 
(0%,19%,34%,57%)
(0.00/0.19/0.34/0.57)	

CMYK percentages

%0
%19.09
%33.64
%56.86

Codes

Color #6E5949 in popluar color models

6E5949
RGB1108973
HSL26°20.22%35.88%
HSB/HSV26°33.64%43.14%
CMYK0.00%19.09%33.64%
56.86%

Color #6E5949 in popluar number systems.

HEX6E5949
Decimal1108973
Binary110111010110011001001
Octal156131111

Shades and tints

Shades of #6E5949

#6E5949
(110,89,73)
#645143
(100,81,67)
#5A493D
(90,73,61)
#504137
(80,65,55)
#463931
(70,57,49)
#3C312B
(60,49,43)
#322925
(50,41,37)
#28211F
(40,33,31)
#1E1919
(30,25,25)
#141113
(20,17,19)
#0A090D
(10,9,13)
#000000
(0,0,0)

Tints of #6E5949

#6E5949
(110,89,73)
#7B6859
(123,104,89)
#887769
(136,119,105)
#958679
(149,134,121)
#A29589
(162,149,137)
#AFA499
(175,164,153)
#BCB3A9
(188,179,169)
#C9C2B9
(201,194,185)
#D6D1C9
(214,209,201)
#E3E0D9
(227,224,217)
#F0EFE9
(240,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5949 color. Also use rgb(110,89,73) instead hex code.

Text Font Color

.myTextColor { color: #6E5949; }

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

This text font color is #6E5949.


Background Color

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

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

This div background color is #6E5949.


Border color

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

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

This div border color is #6E5949.


Opacity

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

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

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

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

This text has shadow with #6E5949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5949 on black background.


Color preview on white background

This text has color #6E5949 on white background.



Black color preview on #6E5949 background

This text has black color on #6E5949 background.


White color preview on #6E5949 background

This text has white color on #6E5949 background.