COLOR #6E4139

HEX: #6E4139
RGB: (110,65,57)

Color info

#6E4139 contains red, green and blue colors in about the same proportion. Web safe color of #6E4139 is #663333 (or #633).

RGB color model

#6E4139 color RGB value is (110,65,57).

  • red value is 110;
  • green value is 65;
  • blue value is 57.
RGB:
(110,65,57)
(43%,25%,22%)

RGB channels and saturation

R 110 of 255 = 43%
G 65 of 255 = 25%
B 57 of 255 = 22%

110
65
57

R + G + B ~ 30%. #6E4139 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 65 + 57 = 232 (100%)
R 110 of 232 ~ 47.41%
G 65 of 232 ~ 28.02%
B 57 of 232 ~ 24.57%

%47.41
%28.02
%24.57

CMYK color model

#6E4139 color CMYK value is (0,41,48,57).

  • cyan value is 0.00%
  • magenta value is 40.91%
  • yellow value is 48.18%
  • key color value is 56.86%
CMYK:
(0,41,48,57)
C0M41Y48K57 
(0%,41%,48%,57%)
(0.00/0.41/0.48/0.57)	

CMYK percentages

%0
%40.91
%48.18
%56.86

Codes

Color #6E4139 in popluar color models

6E4139
RGB1106557
HSL31.74%32.75%
HSB/HSV48.18%43.14%
CMYK0.00%40.91%48.18%
56.86%

Color #6E4139 in popluar number systems.

HEX6E4139
Decimal1106557
Binary11011101000001111001
Octal15610171

Shades and tints

Shades of #6E4139

#6E4139
(110,65,57)
#643C34
(100,60,52)
#5A372F
(90,55,47)
#50322A
(80,50,42)
#462D25
(70,45,37)
#3C2820
(60,40,32)
#32231B
(50,35,27)
#281E16
(40,30,22)
#1E1911
(30,25,17)
#14140C
(20,20,12)
#0A0F07
(10,15,7)
#000000
(0,0,0)

Tints of #6E4139

#6E4139
(110,65,57)
#7B524B
(123,82,75)
#88635D
(136,99,93)
#95746F
(149,116,111)
#A28581
(162,133,129)
#AF9693
(175,150,147)
#BCA7A5
(188,167,165)
#C9B8B7
(201,184,183)
#D6C9C9
(214,201,201)
#E3DADB
(227,218,219)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4139 color. Also use rgb(110,65,57) instead hex code.

Text Font Color

.myTextColor { color: #6E4139; }

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

This text font color is #6E4139.


Background Color

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

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

This div background color is #6E4139.


Border color

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

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

This div border color is #6E4139.


Opacity

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

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

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

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

This text has shadow with #6E4139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4139 on black background.


Color preview on white background

This text has color #6E4139 on white background.



Black color preview on #6E4139 background

This text has black color on #6E4139 background.


White color preview on #6E4139 background

This text has white color on #6E4139 background.