COLOR #6E5424

HEX: #6E5424 RGB: (110,84,36)

Color info

#6E5424 contains mainly red and green colors. Web safe color of #6E5424 is #666633 (or #663).

RGB color model

#6E5424 color RGB value is (110,84,36).

RGB: (110,84,36) (43%, 33%, 14%)

RGB channels and saturation

R 110 of 255 = 43%
G 84 of 255 = 33%
B 36 of 255 = 14%

110
84
36

R + G + B ~ 30%. #6E5424 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 84 + 36 = 230 (100%)
R 110 of 230 ~ 47.83%
G 84 of 230 ~ 36.52%
B 36 of 230 ~ 15.65'%

%47.83
%36.52
%15.65

CMYK color model

#6E5424 color CMYK value is (0,24,67,57).

  • cyan value is 0.00%
  • magenta value is 23.64%
  • yellow value is 67.27%
  • key color value is 56.86%

CMYK: (0,24,67,57)
C0M24Y67K57 (0%, 24%, 67%, 57%)
(0.00 / 0.24 / 0.67 / 0.57)

CMYK percentages

%0
%23.64
%67.27
%56.86

Codes

Color #6E5424 in popluar color models

6E 54 24
RGB 110 84 36
HSL 39° 50.68% 28.63%
HSB/HSV 39° 67.27% 43.14%
CMYK 0.00% 23.64% 67.27%
56.86%

Color #6E5424 in popluar number systems.

HEX 6E 54 24
Decimal 110 84 36
Binary 1101110 1010100 100100
Octal 156 124 44

Shades and tints

Shades of #6E5424

#6E5424
(110,84,36)
#644D21
(100,77,33)
#5A461E
(90,70,30)
#503F1B
(80,63,27)
#463818
(70,56,24)
#3C3115
(60,49,21)
#322A12
(50,42,18)
#28230F
(40,35,15)
#1E1C0C
(30,28,12)
#141509
(20,21,9)
#0A0E06
(10,14,6)
#000000
(0,0,0)

Tints of #6E5424

#6E5424
(110,84,36)
#7B6337
(123,99,55)
#88724A
(136,114,74)
#95815D
(149,129,93)
#A29070
(162,144,112)
#AF9F83
(175,159,131)
#BCAE96
(188,174,150)
#C9BDA9
(201,189,169)
#D6CCBC
(214,204,188)
#E3DBCF
(227,219,207)
#F0EAE2
(240,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5424; }

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

This text font color is #6E5424.

Background Color

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

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

This div background color is #6E5424.

Border color

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

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

This div border color is #6E5424.

Opacity

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

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

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

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

This text has shadow with #6E5424 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E5424.

Preview

Color preview on black background

This text has color #6E5424 on black background.


Color preview on white background

This text has color #6E5424 on white background.


Black color preview on #6E5424 background

This text has black color on #6E5424 background.


White color preview on #6E5424 background

This text has white color on #6E5424 background.


Related colors

Complementary color

Complementary color for #hex is #91ABDB.


I love getcolorcode.com

Triadic colors

1 #246E54 and #54246E with #6E5424 are triadic colors.

2 #24546E and #546E24 with #6E5424 are triadic colors.