COLOR #6E4D3B

HEX: #6E4D3B
RGB: (110,77,59)

Color info

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

RGB color model

#6E4D3B color RGB value is (110,77,59).

  • red value is 110;
  • green value is 77;
  • blue value is 59.
RGB:
(110,77,59)
(43%,30%,23%)

RGB channels and saturation

R 110 of 255 = 43%
G 77 of 255 = 30%
B 59 of 255 = 23%

110
77
59

R + G + B ~ 32%. #6E4D3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 77 + 59 = 246 (100%)
R 110 of 246 ~ 44.72%
G 77 of 246 ~ 31.3%
B 59 of 246 ~ 23.98%

%44.72
%31.3
%23.98

CMYK color model

#6E4D3B color CMYK value is (0,30,46,57).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 46.36%
  • key color value is 56.86%
CMYK:
(0,30,46,57)
C0M30Y46K57 
(0%,30%,46%,57%)
(0.00/0.30/0.46/0.57)	

CMYK percentages

%0
%30
%46.36
%56.86

Codes

Color #6E4D3B in popluar color models

6E4D3B
RGB1107759
HSL21°30.18%33.14%
HSB/HSV21°46.36%43.14%
CMYK0.00%30.00%46.36%
56.86%

Color #6E4D3B in popluar number systems.

HEX6E4D3B
Decimal1107759
Binary11011101001101111011
Octal15611573

Shades and tints

Shades of #6E4D3B

#6E4D3B
(110,77,59)
#644636
(100,70,54)
#5A3F31
(90,63,49)
#50382C
(80,56,44)
#463127
(70,49,39)
#3C2A22
(60,42,34)
#32231D
(50,35,29)
#281C18
(40,28,24)
#1E1513
(30,21,19)
#140E0E
(20,14,14)
#0A0709
(10,7,9)
#000000
(0,0,0)

Tints of #6E4D3B

#6E4D3B
(110,77,59)
#7B5D4C
(123,93,76)
#886D5D
(136,109,93)
#957D6E
(149,125,110)
#A28D7F
(162,141,127)
#AF9D90
(175,157,144)
#BCADA1
(188,173,161)
#C9BDB2
(201,189,178)
#D6CDC3
(214,205,195)
#E3DDD4
(227,221,212)
#F0EDE5
(240,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4D3B color. Also use rgb(110,77,59) instead hex code.

Text Font Color

.myTextColor { color: #6E4D3B; }

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

This text font color is #6E4D3B.


Background Color

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

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

This div background color is #6E4D3B.


Border color

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

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

This div border color is #6E4D3B.


Opacity

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

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

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

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

This text has shadow with #6E4D3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4D3B on black background.


Color preview on white background

This text has color #6E4D3B on white background.



Black color preview on #6E4D3B background

This text has black color on #6E4D3B background.


White color preview on #6E4D3B background

This text has white color on #6E4D3B background.