COLOR #6E4E20

HEX: #6E4E20
RGB: (110,78,32)

Color info

#6E4E20 contains mainly red and green colors. Web safe color of #6E4E20 is #666633 (or #663).

RGB color model

#6E4E20 color RGB value is (110,78,32).

  • red value is 110;
  • green value is 78;
  • blue value is 32.
RGB:
(110,78,32)
(43%,31%,13%)

RGB channels and saturation

R 110 of 255 = 43%
G 78 of 255 = 31%
B 32 of 255 = 13%

110
78
32

R + G + B ~ 29%. #6E4E20 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 78 + 32 = 220 (100%)
R 110 of 220 ~ 50%
G 78 of 220 ~ 35.45%
B 32 of 220 ~ 14.55%

%50
%35.45
%14.55

CMYK color model

#6E4E20 color CMYK value is (0,29,71,57).

  • cyan value is 0.00%
  • magenta value is 29.09%
  • yellow value is 70.91%
  • key color value is 56.86%
CMYK:
(0,29,71,57)
C0M29Y71K57 
(0%,29%,71%,57%)
(0.00/0.29/0.71/0.57)	

CMYK percentages

%0
%29.09
%70.91
%56.86

Codes

Color #6E4E20 in popluar color models

6E4E20
RGB1107832
HSL35°54.93%27.84%
HSB/HSV35°70.91%43.14%
CMYK0.00%29.09%70.91%
56.86%

Color #6E4E20 in popluar number systems.

HEX6E4E20
Decimal1107832
Binary11011101001110100000
Octal15611640

Shades and tints

Shades of #6E4E20

#6E4E20
(110,78,32)
#64471E
(100,71,30)
#5A401C
(90,64,28)
#50391A
(80,57,26)
#463218
(70,50,24)
#3C2B16
(60,43,22)
#322414
(50,36,20)
#281D12
(40,29,18)
#1E1610
(30,22,16)
#140F0E
(20,15,14)
#0A080C
(10,8,12)
#000000
(0,0,0)

Tints of #6E4E20

#6E4E20
(110,78,32)
#7B5E34
(123,94,52)
#886E48
(136,110,72)
#957E5C
(149,126,92)
#A28E70
(162,142,112)
#AF9E84
(175,158,132)
#BCAE98
(188,174,152)
#C9BEAC
(201,190,172)
#D6CEC0
(214,206,192)
#E3DED4
(227,222,212)
#F0EEE8
(240,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4E20 color. Also use rgb(110,78,32) instead hex code.

Text Font Color

.myTextColor { color: #6E4E20; }

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

This text font color is #6E4E20.


Background Color

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

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

This div background color is #6E4E20.


Border color

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

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

This div border color is #6E4E20.


Opacity

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

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

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

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

This text has shadow with #6E4E20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4E20 on black background.


Color preview on white background

This text has color #6E4E20 on white background.



Black color preview on #6E4E20 background

This text has black color on #6E4E20 background.


White color preview on #6E4E20 background

This text has white color on #6E4E20 background.