COLOR #6E4514

HEX: #6E4514
RGB: (110,69,20)

Color info

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

RGB color model

#6E4514 color RGB value is (110,69,20).

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

RGB channels and saturation

R 110 of 255 = 43%
G 69 of 255 = 27%
B 20 of 255 = 8%

110
69
20

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

Portions of RGB colors in percentages

R + G + B =
110 + 69 + 20 = 199 (100%)
R 110 of 199 ~ 55.28%
G 69 of 199 ~ 34.67%
B 20 of 199 ~ 10.05%

%55.28
%34.67
%10.05

CMYK color model

#6E4514 color CMYK value is (0,37,82,57).

  • cyan value is 0.00%
  • magenta value is 37.27%
  • yellow value is 81.82%
  • key color value is 56.86%
CMYK:
(0,37,82,57)
C0M37Y82K57 
(0%,37%,82%,57%)
(0.00/0.37/0.82/0.57)	

CMYK percentages

%0
%37.27
%81.82
%56.86

Codes

Color #6E4514 in popluar color models

6E4514
RGB1106920
HSL33°69.23%25.49%
HSB/HSV33°81.82%43.14%
CMYK0.00%37.27%81.82%
56.86%

Color #6E4514 in popluar number systems.

HEX6E4514
Decimal1106920
Binary1101110100010110100
Octal15610524

Shades and tints

Shades of #6E4514

#6E4514
(110,69,20)
#643F13
(100,63,19)
#5A3912
(90,57,18)
#503311
(80,51,17)
#462D10
(70,45,16)
#3C270F
(60,39,15)
#32210E
(50,33,14)
#281B0D
(40,27,13)
#1E150C
(30,21,12)
#140F0B
(20,15,11)
#0A090A
(10,9,10)
#000000
(0,0,0)

Tints of #6E4514

#6E4514
(110,69,20)
#7B5529
(123,85,41)
#88653E
(136,101,62)
#957553
(149,117,83)
#A28568
(162,133,104)
#AF957D
(175,149,125)
#BCA592
(188,165,146)
#C9B5A7
(201,181,167)
#D6C5BC
(214,197,188)
#E3D5D1
(227,213,209)
#F0E5E6
(240,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4514; }

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

This text font color is #6E4514.


Background Color

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

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

This div background color is #6E4514.


Border color

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

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

This div border color is #6E4514.


Opacity

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

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

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

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

This text has shadow with #6E4514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4514 on black background.


Color preview on white background

This text has color #6E4514 on white background.



Black color preview on #6E4514 background

This text has black color on #6E4514 background.


White color preview on #6E4514 background

This text has white color on #6E4514 background.