COLOR #6E4D15

HEX: #6E4D15
RGB: (110,77,21)

Color info

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

RGB color model

#6E4D15 color RGB value is (110,77,21).

  • red value is 110;
  • green value is 77;
  • blue value is 21.
RGB:
(110,77,21)
(43%,30%,8%)

RGB channels and saturation

R 110 of 255 = 43%
G 77 of 255 = 30%
B 21 of 255 = 8%

110
77
21

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

Portions of RGB colors in percentages

R + G + B =
110 + 77 + 21 = 208 (100%)
R 110 of 208 ~ 52.88%
G 77 of 208 ~ 37.02%
B 21 of 208 ~ 10.1%

%52.88
%37.02
%10.1

CMYK color model

#6E4D15 color CMYK value is (0,30,81,57).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 80.91%
  • key color value is 56.86%
CMYK:
(0,30,81,57)
C0M30Y81K57 
(0%,30%,81%,57%)
(0.00/0.30/0.81/0.57)	

CMYK percentages

%0
%30
%80.91
%56.86

Codes

Color #6E4D15 in popluar color models

6E4D15
RGB1107721
HSL38°67.94%25.69%
HSB/HSV38°80.91%43.14%
CMYK0.00%30.00%80.91%
56.86%

Color #6E4D15 in popluar number systems.

HEX6E4D15
Decimal1107721
Binary1101110100110110101
Octal15611525

Shades and tints

Shades of #6E4D15

#6E4D15
(110,77,21)
#644614
(100,70,20)
#5A3F13
(90,63,19)
#503812
(80,56,18)
#463111
(70,49,17)
#3C2A10
(60,42,16)
#32230F
(50,35,15)
#281C0E
(40,28,14)
#1E150D
(30,21,13)
#140E0C
(20,14,12)
#0A070B
(10,7,11)
#000000
(0,0,0)

Tints of #6E4D15

#6E4D15
(110,77,21)
#7B5D2A
(123,93,42)
#886D3F
(136,109,63)
#957D54
(149,125,84)
#A28D69
(162,141,105)
#AF9D7E
(175,157,126)
#BCAD93
(188,173,147)
#C9BDA8
(201,189,168)
#D6CDBD
(214,205,189)
#E3DDD2
(227,221,210)
#F0EDE7
(240,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4D15 color. Also use rgb(110,77,21) instead hex code.

Text Font Color

.myTextColor { color: #6E4D15; }

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

This text font color is #6E4D15.


Background Color

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

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

This div background color is #6E4D15.


Border color

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

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

This div border color is #6E4D15.


Opacity

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

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

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

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

This text has shadow with #6E4D15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4D15 on black background.


Color preview on white background

This text has color #6E4D15 on white background.



Black color preview on #6E4D15 background

This text has black color on #6E4D15 background.


White color preview on #6E4D15 background

This text has white color on #6E4D15 background.