COLOR #6E4814

HEX: #6E4814
RGB: (110,72,20)

Color info

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

RGB color model

#6E4814 color RGB value is (110,72,20).

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

RGB channels and saturation

R 110 of 255 = 43%
G 72 of 255 = 28%
B 20 of 255 = 8%

110
72
20

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

Portions of RGB colors in percentages

R + G + B =
110 + 72 + 20 = 202 (100%)
R 110 of 202 ~ 54.46%
G 72 of 202 ~ 35.64%
B 20 of 202 ~ 9.9%

%54.46
%35.64
%9.9

CMYK color model

#6E4814 color CMYK value is (0,35,82,57).

  • cyan value is 0.00%
  • magenta value is 34.55%
  • yellow value is 81.82%
  • key color value is 56.86%
CMYK:
(0,35,82,57)
C0M35Y82K57 
(0%,35%,82%,57%)
(0.00/0.35/0.82/0.57)	

CMYK percentages

%0
%34.55
%81.82
%56.86

Codes

Color #6E4814 in popluar color models

6E4814
RGB1107220
HSL35°69.23%25.49%
HSB/HSV35°81.82%43.14%
CMYK0.00%34.55%81.82%
56.86%

Color #6E4814 in popluar number systems.

HEX6E4814
Decimal1107220
Binary1101110100100010100
Octal15611024

Shades and tints

Shades of #6E4814

#6E4814
(110,72,20)
#644213
(100,66,19)
#5A3C12
(90,60,18)
#503611
(80,54,17)
#463010
(70,48,16)
#3C2A0F
(60,42,15)
#32240E
(50,36,14)
#281E0D
(40,30,13)
#1E180C
(30,24,12)
#14120B
(20,18,11)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #6E4814

#6E4814
(110,72,20)
#7B5829
(123,88,41)
#88683E
(136,104,62)
#957853
(149,120,83)
#A28868
(162,136,104)
#AF987D
(175,152,125)
#BCA892
(188,168,146)
#C9B8A7
(201,184,167)
#D6C8BC
(214,200,188)
#E3D8D1
(227,216,209)
#F0E8E6
(240,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4814; }

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

This text font color is #6E4814.


Background Color

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

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

This div background color is #6E4814.


Border color

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

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

This div border color is #6E4814.


Opacity

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

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

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

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

This text has shadow with #6E4814 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4814 on black background.


Color preview on white background

This text has color #6E4814 on white background.



Black color preview on #6E4814 background

This text has black color on #6E4814 background.


White color preview on #6E4814 background

This text has white color on #6E4814 background.