COLOR #6E4A14

HEX: #6E4A14
RGB: (110,74,20)

Color info

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

RGB color model

#6E4A14 color RGB value is (110,74,20).

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

RGB channels and saturation

R 110 of 255 = 43%
G 74 of 255 = 29%
B 20 of 255 = 8%

110
74
20

R + G + B ~ 27%. #6E4A14 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 74 + 20 = 204 (100%)
R 110 of 204 ~ 53.92%
G 74 of 204 ~ 36.27%
B 20 of 204 ~ 9.8%

%53.92
%36.27
%9.8

CMYK color model

#6E4A14 color CMYK value is (0,33,82,57).

  • cyan value is 0.00%
  • magenta value is 32.73%
  • yellow value is 81.82%
  • key color value is 56.86%
CMYK:
(0,33,82,57)
C0M33Y82K57 
(0%,33%,82%,57%)
(0.00/0.33/0.82/0.57)	

CMYK percentages

%0
%32.73
%81.82
%56.86

Codes

Color #6E4A14 in popluar color models

6E4A14
RGB1107420
HSL36°69.23%25.49%
HSB/HSV36°81.82%43.14%
CMYK0.00%32.73%81.82%
56.86%

Color #6E4A14 in popluar number systems.

HEX6E4A14
Decimal1107420
Binary1101110100101010100
Octal15611224

Shades and tints

Shades of #6E4A14

#6E4A14
(110,74,20)
#644413
(100,68,19)
#5A3E12
(90,62,18)
#503811
(80,56,17)
#463210
(70,50,16)
#3C2C0F
(60,44,15)
#32260E
(50,38,14)
#28200D
(40,32,13)
#1E1A0C
(30,26,12)
#14140B
(20,20,11)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #6E4A14

#6E4A14
(110,74,20)
#7B5A29
(123,90,41)
#886A3E
(136,106,62)
#957A53
(149,122,83)
#A28A68
(162,138,104)
#AF9A7D
(175,154,125)
#BCAA92
(188,170,146)
#C9BAA7
(201,186,167)
#D6CABC
(214,202,188)
#E3DAD1
(227,218,209)
#F0EAE6
(240,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4A14; }

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

This text font color is #6E4A14.


Background Color

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

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

This div background color is #6E4A14.


Border color

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

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

This div border color is #6E4A14.


Opacity

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

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

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

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

This text has shadow with #6E4A14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4A14 on black background.


Color preview on white background

This text has color #6E4A14 on white background.



Black color preview on #6E4A14 background

This text has black color on #6E4A14 background.


White color preview on #6E4A14 background

This text has white color on #6E4A14 background.