COLOR #6E5824

HEX: #6E5824 RGB: (110,88,36)

Color info

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

RGB color model

#6E5824 color RGB value is (110,88,36).

RGB: (110,88,36) (43%, 35%, 14%)

RGB channels and saturation

R 110 of 255 = 43%
G 88 of 255 = 35%
B 36 of 255 = 14%

110
88
36

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

Portions of RGB colors in percentages

R + G + B = 110 + 88 + 36 = 234 (100%)
R 110 of 234 ~ 47.01%
G 88 of 234 ~ 37.61%
B 36 of 234 ~ 15.38'%

%47.01
%37.61
%15.38

CMYK color model

#6E5824 color CMYK value is (0,20,67,57).

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

CMYK: (0,20,67,57)
C0M20Y67K57 (0%, 20%, 67%, 57%)
(0.00 / 0.20 / 0.67 / 0.57)

CMYK percentages

%0
%20
%67.27
%56.86

Codes

Color #6E5824 in popluar color models

6E 58 24
RGB 110 88 36
HSL 42° 50.68% 28.63%
HSB/HSV 42° 67.27% 43.14%
CMYK 0.00% 20.00% 67.27%
56.86%

Color #6E5824 in popluar number systems.

HEX 6E 58 24
Decimal 110 88 36
Binary 1101110 1011000 100100
Octal 156 130 44

Shades and tints

Shades of #6E5824

#6E5824
(110,88,36)
#645021
(100,80,33)
#5A481E
(90,72,30)
#50401B
(80,64,27)
#463818
(70,56,24)
#3C3015
(60,48,21)
#322812
(50,40,18)
#28200F
(40,32,15)
#1E180C
(30,24,12)
#141009
(20,16,9)
#0A0806
(10,8,6)
#000000
(0,0,0)

Tints of #6E5824

#6E5824
(110,88,36)
#7B6737
(123,103,55)
#88764A
(136,118,74)
#95855D
(149,133,93)
#A29470
(162,148,112)
#AFA383
(175,163,131)
#BCB296
(188,178,150)
#C9C1A9
(201,193,169)
#D6D0BC
(214,208,188)
#E3DFCF
(227,223,207)
#F0EEE2
(240,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5824; }

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

This text font color is #6E5824.

Background Color

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

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

This div background color is #6E5824.

Border color

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

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

This div border color is #6E5824.

Opacity

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

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

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

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

This text has shadow with #6E5824 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E5824.

Preview

Color preview on black background

This text has color #6E5824 on black background.


Color preview on white background

This text has color #6E5824 on white background.


Black color preview on #6E5824 background

This text has black color on #6E5824 background.


White color preview on #6E5824 background

This text has white color on #6E5824 background.


Related colors

Complementary color

Complementary color for #hex is #91A7DB.


I love getcolorcode.com

Triadic colors

1 #246E58 and #58246E with #6E5824 are triadic colors.

2 #24586E and #586E24 with #6E5824 are triadic colors.