COLOR #6E4811

HEX: #6E4811
RGB: (110,72,17)

Color info

#6E4811 contains mainly red and green colors. Web safe color of #6E4811 is #663300 (or #630).

RGB color model

#6E4811 color RGB value is (110,72,17).

  • red value is 110;
  • green value is 72;
  • blue value is 17.
RGB:
(110,72,17)
(43%,28%,7%)

RGB channels and saturation

R 110 of 255 = 43%
G 72 of 255 = 28%
B 17 of 255 = 7%

110
72
17

R + G + B ~ 26%. #6E4811 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 72 + 17 = 199 (100%)
R 110 of 199 ~ 55.28%
G 72 of 199 ~ 36.18%
B 17 of 199 ~ 8.54%

%55.28
%36.18

CMYK color model

#6E4811 color CMYK value is (0,35,85,57).

  • cyan value is 0.00%
  • magenta value is 34.55%
  • yellow value is 84.55%
  • key color value is 56.86%
CMYK:
(0,35,85,57)
C0M35Y85K57 
(0%,35%,85%,57%)
(0.00/0.35/0.85/0.57)	

CMYK percentages

%0
%34.55
%84.55
%56.86

Codes

Color #6E4811 in popluar color models

6E4811
RGB1107217
HSL35°73.23%24.90%
HSB/HSV35°84.55%43.14%
CMYK0.00%34.55%84.55%
56.86%

Color #6E4811 in popluar number systems.

HEX6E4811
Decimal1107217
Binary1101110100100010001
Octal15611021

Shades and tints

Shades of #6E4811

#6E4811
(110,72,17)
#644210
(100,66,16)
#5A3C0F
(90,60,15)
#50360E
(80,54,14)
#46300D
(70,48,13)
#3C2A0C
(60,42,12)
#32240B
(50,36,11)
#281E0A
(40,30,10)
#1E1809
(30,24,9)
#141208
(20,18,8)
#0A0C07
(10,12,7)
#000000
(0,0,0)

Tints of #6E4811

#6E4811
(110,72,17)
#7B5826
(123,88,38)
#88683B
(136,104,59)
#957850
(149,120,80)
#A28865
(162,136,101)
#AF987A
(175,152,122)
#BCA88F
(188,168,143)
#C9B8A4
(201,184,164)
#D6C8B9
(214,200,185)
#E3D8CE
(227,216,206)
#F0E8E3
(240,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4811 color. Also use rgb(110,72,17) instead hex code.

Text Font Color

.myTextColor { color: #6E4811; }

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

This text font color is #6E4811.


Background Color

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

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

This div background color is #6E4811.


Border color

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

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

This div border color is #6E4811.


Opacity

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

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

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

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

This text has shadow with #6E4811 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4811 on black background.


Color preview on white background

This text has color #6E4811 on white background.



Black color preview on #6E4811 background

This text has black color on #6E4811 background.


White color preview on #6E4811 background

This text has white color on #6E4811 background.