COLOR #6E4315

HEX: #6E4315
RGB: (110,67,21)

Color info

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

RGB color model

#6E4315 color RGB value is (110,67,21).

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

RGB channels and saturation

R 110 of 255 = 43%
G 67 of 255 = 26%
B 21 of 255 = 8%

110
67
21

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

Portions of RGB colors in percentages

R + G + B =
110 + 67 + 21 = 198 (100%)
R 110 of 198 ~ 55.56%
G 67 of 198 ~ 33.84%
B 21 of 198 ~ 10.61%

%55.56
%33.84
%10.61

CMYK color model

#6E4315 color CMYK value is (0,39,81,57).

  • cyan value is 0.00%
  • magenta value is 39.09%
  • yellow value is 80.91%
  • key color value is 56.86%
CMYK:
(0,39,81,57)
C0M39Y81K57 
(0%,39%,81%,57%)
(0.00/0.39/0.81/0.57)	

CMYK percentages

%0
%39.09
%80.91
%56.86

Codes

Color #6E4315 in popluar color models

6E4315
RGB1106721
HSL31°67.94%25.69%
HSB/HSV31°80.91%43.14%
CMYK0.00%39.09%80.91%
56.86%

Color #6E4315 in popluar number systems.

HEX6E4315
Decimal1106721
Binary1101110100001110101
Octal15610325

Shades and tints

Shades of #6E4315

#6E4315
(110,67,21)
#643D14
(100,61,20)
#5A3713
(90,55,19)
#503112
(80,49,18)
#462B11
(70,43,17)
#3C2510
(60,37,16)
#321F0F
(50,31,15)
#28190E
(40,25,14)
#1E130D
(30,19,13)
#140D0C
(20,13,12)
#0A070B
(10,7,11)
#000000
(0,0,0)

Tints of #6E4315

#6E4315
(110,67,21)
#7B542A
(123,84,42)
#88653F
(136,101,63)
#957654
(149,118,84)
#A28769
(162,135,105)
#AF987E
(175,152,126)
#BCA993
(188,169,147)
#C9BAA8
(201,186,168)
#D6CBBD
(214,203,189)
#E3DCD2
(227,220,210)
#F0EDE7
(240,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4315; }

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

This text font color is #6E4315.


Background Color

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

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

This div background color is #6E4315.


Border color

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

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

This div border color is #6E4315.


Opacity

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

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

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

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

This text has shadow with #6E4315 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4315 on black background.


Color preview on white background

This text has color #6E4315 on white background.



Black color preview on #6E4315 background

This text has black color on #6E4315 background.


White color preview on #6E4315 background

This text has white color on #6E4315 background.