COLOR #6E4408

HEX: #6E4408
RGB: (110,68,8)

Color info

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

RGB color model

#6E4408 color RGB value is (110,68,8).

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

RGB channels and saturation

R 110 of 255 = 43%
G 68 of 255 = 27%
B 8 of 255 = 3%

110
68
8

R + G + B ~ 24%. #6E4408 is dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 68 + 8 = 186 (100%)
R 110 of 186 ~ 59.14%
G 68 of 186 ~ 36.56%
B 8 of 186 ~ 4.3%

%59.14
%36.56

CMYK color model

#6E4408 color CMYK value is (0,38,93,57).

  • cyan value is 0.00%
  • magenta value is 38.18%
  • yellow value is 92.73%
  • key color value is 56.86%
CMYK:
(0,38,93,57)
C0M38Y93K57 
(0%,38%,93%,57%)
(0.00/0.38/0.93/0.57)	

CMYK percentages

%0
%38.18
%92.73
%56.86

Codes

Color #6E4408 in popluar color models

6E4408
RGB110688
HSL35°86.44%23.14%
HSB/HSV35°92.73%43.14%
CMYK0.00%38.18%92.73%
56.86%

Color #6E4408 in popluar number systems.

HEX6E4408
Decimal110688
Binary110111010001001000
Octal15610410

Shades and tints

Shades of #6E4408

#6E4408
(110,68,8)
#643E08
(100,62,8)
#5A3808
(90,56,8)
#503208
(80,50,8)
#462C08
(70,44,8)
#3C2608
(60,38,8)
#322008
(50,32,8)
#281A08
(40,26,8)
#1E1408
(30,20,8)
#140E08
(20,14,8)
#0A0808
(10,8,8)
#000000
(0,0,0)

Tints of #6E4408

#6E4408
(110,68,8)
#7B551E
(123,85,30)
#886634
(136,102,52)
#95774A
(149,119,74)
#A28860
(162,136,96)
#AF9976
(175,153,118)
#BCAA8C
(188,170,140)
#C9BBA2
(201,187,162)
#D6CCB8
(214,204,184)
#E3DDCE
(227,221,206)
#F0EEE4
(240,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4408 color. Also use rgb(110,68,8) instead hex code.

Text Font Color

.myTextColor { color: #6E4408; }

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

This text font color is #6E4408.


Background Color

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

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

This div background color is #6E4408.


Border color

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

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

This div border color is #6E4408.


Opacity

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

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

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

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

This text has shadow with #6E4408 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4408 on black background.


Color preview on white background

This text has color #6E4408 on white background.



Black color preview on #6E4408 background

This text has black color on #6E4408 background.


White color preview on #6E4408 background

This text has white color on #6E4408 background.