COLOR #6E5815

HEX: #6E5815
RGB: (110,88,21)

Color info

#6E5815 contains mainly red and green colors. Web safe color of #6E5815 is #666600 (or #660).

RGB color model

#6E5815 color RGB value is (110,88,21).

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

RGB channels and saturation

R 110 of 255 = 43%
G 88 of 255 = 35%
B 21 of 255 = 8%

110
88
21

R + G + B ~ 29%. #6E5815 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 88 + 21 = 219 (100%)
R 110 of 219 ~ 50.23%
G 88 of 219 ~ 40.18%
B 21 of 219 ~ 9.59%

%50.23
%40.18
%9.59

CMYK color model

#6E5815 color CMYK value is (0,20,81,57).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 80.91%
  • key color value is 56.86%
CMYK:
(0,20,81,57)
C0M20Y81K57 
(0%,20%,81%,57%)
(0.00/0.20/0.81/0.57)	

CMYK percentages

%0
%20
%80.91
%56.86

Codes

Color #6E5815 in popluar color models

6E5815
RGB1108821
HSL45°67.94%25.69%
HSB/HSV45°80.91%43.14%
CMYK0.00%20.00%80.91%
56.86%

Color #6E5815 in popluar number systems.

HEX6E5815
Decimal1108821
Binary1101110101100010101
Octal15613025

Shades and tints

Shades of #6E5815

#6E5815
(110,88,21)
#645014
(100,80,20)
#5A4813
(90,72,19)
#504012
(80,64,18)
#463811
(70,56,17)
#3C3010
(60,48,16)
#32280F
(50,40,15)
#28200E
(40,32,14)
#1E180D
(30,24,13)
#14100C
(20,16,12)
#0A080B
(10,8,11)
#000000
(0,0,0)

Tints of #6E5815

#6E5815
(110,88,21)
#7B672A
(123,103,42)
#88763F
(136,118,63)
#958554
(149,133,84)
#A29469
(162,148,105)
#AFA37E
(175,163,126)
#BCB293
(188,178,147)
#C9C1A8
(201,193,168)
#D6D0BD
(214,208,189)
#E3DFD2
(227,223,210)
#F0EEE7
(240,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5815; }

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

This text font color is #6E5815.


Background Color

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

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

This div background color is #6E5815.


Border color

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

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

This div border color is #6E5815.


Opacity

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

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

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

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

This text has shadow with #6E5815 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5815 on black background.


Color preview on white background

This text has color #6E5815 on white background.



Black color preview on #6E5815 background

This text has black color on #6E5815 background.


White color preview on #6E5815 background

This text has white color on #6E5815 background.