COLOR #6E5D31

HEX: #6E5D31
RGB: (110,93,49)

Color info

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

RGB color model

#6E5D31 color RGB value is (110,93,49).

  • red value is 110;
  • green value is 93;
  • blue value is 49.
RGB:
(110,93,49)
(43%,36%,19%)

RGB channels and saturation

R 110 of 255 = 43%
G 93 of 255 = 36%
B 49 of 255 = 19%

110
93
49

R + G + B ~ 33%. #6E5D31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 93 + 49 = 252 (100%)
R 110 of 252 ~ 43.65%
G 93 of 252 ~ 36.9%
B 49 of 252 ~ 19.44%

%43.65
%36.9
%19.44

CMYK color model

#6E5D31 color CMYK value is (0,15,55,57).

  • cyan value is 0.00%
  • magenta value is 15.45%
  • yellow value is 55.45%
  • key color value is 56.86%
CMYK:
(0,15,55,57)
C0M15Y55K57 
(0%,15%,55%,57%)
(0.00/0.15/0.55/0.57)	

CMYK percentages

%0
%15.45
%55.45
%56.86

Codes

Color #6E5D31 in popluar color models

6E5D31
RGB1109349
HSL43°38.36%31.18%
HSB/HSV43°55.45%43.14%
CMYK0.00%15.45%55.45%
56.86%

Color #6E5D31 in popluar number systems.

HEX6E5D31
Decimal1109349
Binary11011101011101110001
Octal15613561

Shades and tints

Shades of #6E5D31

#6E5D31
(110,93,49)
#64552D
(100,85,45)
#5A4D29
(90,77,41)
#504525
(80,69,37)
#463D21
(70,61,33)
#3C351D
(60,53,29)
#322D19
(50,45,25)
#282515
(40,37,21)
#1E1D11
(30,29,17)
#14150D
(20,21,13)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #6E5D31

#6E5D31
(110,93,49)
#7B6B43
(123,107,67)
#887955
(136,121,85)
#958767
(149,135,103)
#A29579
(162,149,121)
#AFA38B
(175,163,139)
#BCB19D
(188,177,157)
#C9BFAF
(201,191,175)
#D6CDC1
(214,205,193)
#E3DBD3
(227,219,211)
#F0E9E5
(240,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5D31 color. Also use rgb(110,93,49) instead hex code.

Text Font Color

.myTextColor { color: #6E5D31; }

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

This text font color is #6E5D31.


Background Color

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

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

This div background color is #6E5D31.


Border color

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

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

This div border color is #6E5D31.


Opacity

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

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

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

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

This text has shadow with #6E5D31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5D31 on black background.


Color preview on white background

This text has color #6E5D31 on white background.



Black color preview on #6E5D31 background

This text has black color on #6E5D31 background.


White color preview on #6E5D31 background

This text has white color on #6E5D31 background.