COLOR #6E5E24

HEX: #6E5E24 RGB: (110,94,36)

Color info

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

RGB color model

#6E5E24 color RGB value is (110,94,36).

RGB: (110,94,36) (43%, 37%, 14%)

RGB channels and saturation

R 110 of 255 = 43%
G 94 of 255 = 37%
B 36 of 255 = 14%

110
94
36

R + G + B ~ 31%. #6E5E24 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 94 + 36 = 240 (100%)
R 110 of 240 ~ 45.83%
G 94 of 240 ~ 39.17%
B 36 of 240 ~ 15'%

%45.83
%39.17
%15

CMYK color model

#6E5E24 color CMYK value is (0,15,67,57).

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

CMYK: (0,15,67,57)
C0M15Y67K57 (0%, 15%, 67%, 57%)
(0.00 / 0.15 / 0.67 / 0.57)

CMYK percentages

%0
%14.55
%67.27
%56.86

Codes

Color #6E5E24 in popluar color models

6E 5E 24
RGB 110 94 36
HSL 47° 50.68% 28.63%
HSB/HSV 47° 67.27% 43.14%
CMYK 0.00% 14.55% 67.27%
56.86%

Color #6E5E24 in popluar number systems.

HEX 6E 5E 24
Decimal 110 94 36
Binary 1101110 1011110 100100
Octal 156 136 44

Shades and tints

Shades of #6E5E24

#6E5E24
(110,94,36)
#645621
(100,86,33)
#5A4E1E
(90,78,30)
#50461B
(80,70,27)
#463E18
(70,62,24)
#3C3615
(60,54,21)
#322E12
(50,46,18)
#28260F
(40,38,15)
#1E1E0C
(30,30,12)
#141609
(20,22,9)
#0A0E06
(10,14,6)
#000000
(0,0,0)

Tints of #6E5E24

#6E5E24
(110,94,36)
#7B6C37
(123,108,55)
#887A4A
(136,122,74)
#95885D
(149,136,93)
#A29670
(162,150,112)
#AFA483
(175,164,131)
#BCB296
(188,178,150)
#C9C0A9
(201,192,169)
#D6CEBC
(214,206,188)
#E3DCCF
(227,220,207)
#F0EAE2
(240,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5E24; }

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

This text font color is #6E5E24.

Background Color

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

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

This div background color is #6E5E24.

Border color

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

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

This div border color is #6E5E24.

Opacity

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

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

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

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

This text has shadow with #6E5E24 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E5E24.

Preview

Color preview on black background

This text has color #6E5E24 on black background.


Color preview on white background

This text has color #6E5E24 on white background.


Black color preview on #6E5E24 background

This text has black color on #6E5E24 background.


White color preview on #6E5E24 background

This text has white color on #6E5E24 background.


Related colors

Complementary color

Complementary color for #hex is #91A1DB.


I love getcolorcode.com

Triadic colors

1 #246E5E and #5E246E with #6E5E24 are triadic colors.

2 #245E6E and #5E6E24 with #6E5E24 are triadic colors.