COLOR #6E5A32

HEX: #6E5A32
RGB: (110,90,50)

Color info

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

RGB color model

#6E5A32 color RGB value is (110,90,50).

  • red value is 110;
  • green value is 90;
  • blue value is 50.
RGB:
(110,90,50)
(43%,35%,20%)

RGB channels and saturation

R 110 of 255 = 43%
G 90 of 255 = 35%
B 50 of 255 = 20%

110
90
50

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

Portions of RGB colors in percentages

R + G + B =
110 + 90 + 50 = 250 (100%)
R 110 of 250 ~ 44%
G 90 of 250 ~ 36%
B 50 of 250 ~ 20%

%44
%36
%20

CMYK color model

#6E5A32 color CMYK value is (0,18,55,57).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 54.55%
  • key color value is 56.86%
CMYK:
(0,18,55,57)
C0M18Y55K57 
(0%,18%,55%,57%)
(0.00/0.18/0.55/0.57)	

CMYK percentages

%0
%18.18
%54.55
%56.86

Codes

Color #6E5A32 in popluar color models

6E5A32
RGB1109050
HSL40°37.50%31.37%
HSB/HSV40°54.55%43.14%
CMYK0.00%18.18%54.55%
56.86%

Color #6E5A32 in popluar number systems.

HEX6E5A32
Decimal1109050
Binary11011101011010110010
Octal15613262

Shades and tints

Shades of #6E5A32

#6E5A32
(110,90,50)
#64522E
(100,82,46)
#5A4A2A
(90,74,42)
#504226
(80,66,38)
#463A22
(70,58,34)
#3C321E
(60,50,30)
#322A1A
(50,42,26)
#282216
(40,34,22)
#1E1A12
(30,26,18)
#14120E
(20,18,14)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #6E5A32

#6E5A32
(110,90,50)
#7B6944
(123,105,68)
#887856
(136,120,86)
#958768
(149,135,104)
#A2967A
(162,150,122)
#AFA58C
(175,165,140)
#BCB49E
(188,180,158)
#C9C3B0
(201,195,176)
#D6D2C2
(214,210,194)
#E3E1D4
(227,225,212)
#F0F0E6
(240,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5A32 color. Also use rgb(110,90,50) instead hex code.

Text Font Color

.myTextColor { color: #6E5A32; }

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

This text font color is #6E5A32.


Background Color

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

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

This div background color is #6E5A32.


Border color

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

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

This div border color is #6E5A32.


Opacity

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

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

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

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

This text has shadow with #6E5A32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5A32 on black background.


Color preview on white background

This text has color #6E5A32 on white background.



Black color preview on #6E5A32 background

This text has black color on #6E5A32 background.


White color preview on #6E5A32 background

This text has white color on #6E5A32 background.