COLOR #6E4624

HEX: #6E4624
RGB: (110,70,36)

Color info

#6E4624 contains mainly red and green colors. Web safe color of #6E4624 is #663333 (or #633).

RGB color model

#6E4624 color RGB value is (110,70,36).

  • red value is 110;
  • green value is 70;
  • blue value is 36.
RGB:
(110,70,36)
(43%,27%,14%)

RGB channels and saturation

R 110 of 255 = 43%
G 70 of 255 = 27%
B 36 of 255 = 14%

110
70
36

R + G + B ~ 28%. #6E4624 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 70 + 36 = 216 (100%)
R 110 of 216 ~ 50.93%
G 70 of 216 ~ 32.41%
B 36 of 216 ~ 16.67%

%50.93
%32.41
%16.67

CMYK color model

#6E4624 color CMYK value is (0,36,67,57).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 67.27%
  • key color value is 56.86%
CMYK:
(0,36,67,57)
C0M36Y67K57 
(0%,36%,67%,57%)
(0.00/0.36/0.67/0.57)	

CMYK percentages

%0
%36.36
%67.27
%56.86

Codes

Color #6E4624 in popluar color models

6E4624
RGB1107036
HSL28°50.68%28.63%
HSB/HSV28°67.27%43.14%
CMYK0.00%36.36%67.27%
56.86%

Color #6E4624 in popluar number systems.

HEX6E4624
Decimal1107036
Binary11011101000110100100
Octal15610644

Shades and tints

Shades of #6E4624

#6E4624
(110,70,36)
#644021
(100,64,33)
#5A3A1E
(90,58,30)
#50341B
(80,52,27)
#462E18
(70,46,24)
#3C2815
(60,40,21)
#322212
(50,34,18)
#281C0F
(40,28,15)
#1E160C
(30,22,12)
#141009
(20,16,9)
#0A0A06
(10,10,6)
#000000
(0,0,0)

Tints of #6E4624

#6E4624
(110,70,36)
#7B5637
(123,86,55)
#88664A
(136,102,74)
#95765D
(149,118,93)
#A28670
(162,134,112)
#AF9683
(175,150,131)
#BCA696
(188,166,150)
#C9B6A9
(201,182,169)
#D6C6BC
(214,198,188)
#E3D6CF
(227,214,207)
#F0E6E2
(240,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4624 color. Also use rgb(110,70,36) instead hex code.

Text Font Color

.myTextColor { color: #6E4624; }

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

This text font color is #6E4624.


Background Color

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

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

This div background color is #6E4624.


Border color

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

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

This div border color is #6E4624.


Opacity

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

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

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

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

This text has shadow with #6E4624 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4624 on black background.


Color preview on white background

This text has color #6E4624 on white background.



Black color preview on #6E4624 background

This text has black color on #6E4624 background.


White color preview on #6E4624 background

This text has white color on #6E4624 background.