COLOR #6E4524

HEX: #6E4524
RGB: (110,69,36)

Color info

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

RGB color model

#6E4524 color RGB value is (110,69,36).

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

RGB channels and saturation

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

110
69
36

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

Portions of RGB colors in percentages

R + G + B =
110 + 69 + 36 = 215 (100%)
R 110 of 215 ~ 51.16%
G 69 of 215 ~ 32.09%
B 36 of 215 ~ 16.74%

%51.16
%32.09
%16.74

CMYK color model

#6E4524 color CMYK value is (0,37,67,57).

  • cyan value is 0.00%
  • magenta value is 37.27%
  • yellow value is 67.27%
  • key color value is 56.86%
CMYK:
(0,37,67,57)
C0M37Y67K57 
(0%,37%,67%,57%)
(0.00/0.37/0.67/0.57)	

CMYK percentages

%0
%37.27
%67.27
%56.86

Codes

Color #6E4524 in popluar color models

6E4524
RGB1106936
HSL27°50.68%28.63%
HSB/HSV27°67.27%43.14%
CMYK0.00%37.27%67.27%
56.86%

Color #6E4524 in popluar number systems.

HEX6E4524
Decimal1106936
Binary11011101000101100100
Octal15610544

Shades and tints

Shades of #6E4524

#6E4524
(110,69,36)
#643F21
(100,63,33)
#5A391E
(90,57,30)
#50331B
(80,51,27)
#462D18
(70,45,24)
#3C2715
(60,39,21)
#322112
(50,33,18)
#281B0F
(40,27,15)
#1E150C
(30,21,12)
#140F09
(20,15,9)
#0A0906
(10,9,6)
#000000
(0,0,0)

Tints of #6E4524

#6E4524
(110,69,36)
#7B5537
(123,85,55)
#88654A
(136,101,74)
#95755D
(149,117,93)
#A28570
(162,133,112)
#AF9583
(175,149,131)
#BCA596
(188,165,150)
#C9B5A9
(201,181,169)
#D6C5BC
(214,197,188)
#E3D5CF
(227,213,207)
#F0E5E2
(240,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4524; }

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

This text font color is #6E4524.


Background Color

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

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

This div background color is #6E4524.


Border color

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

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

This div border color is #6E4524.


Opacity

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

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

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

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

This text has shadow with #6E4524 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4524 on black background.


Color preview on white background

This text has color #6E4524 on white background.



Black color preview on #6E4524 background

This text has black color on #6E4524 background.


White color preview on #6E4524 background

This text has white color on #6E4524 background.