COLOR #6E5B3A

HEX: #6E5B3A
RGB: (110,91,58)

Color info

#6E5B3A contains red, green and blue colors in about the same proportion. Web safe color of #6E5B3A is #666633 (or #663).

RGB color model

#6E5B3A color RGB value is (110,91,58).

  • red value is 110;
  • green value is 91;
  • blue value is 58.
RGB:
(110,91,58)
(43%,36%,23%)

RGB channels and saturation

R 110 of 255 = 43%
G 91 of 255 = 36%
B 58 of 255 = 23%

110
91
58

R + G + B ~ 34%. #6E5B3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 91 + 58 = 259 (100%)
R 110 of 259 ~ 42.47%
G 91 of 259 ~ 35.14%
B 58 of 259 ~ 22.39%

%42.47
%35.14
%22.39

CMYK color model

#6E5B3A color CMYK value is (0,17,47,57).

  • cyan value is 0.00%
  • magenta value is 17.27%
  • yellow value is 47.27%
  • key color value is 56.86%
CMYK:
(0,17,47,57)
C0M17Y47K57 
(0%,17%,47%,57%)
(0.00/0.17/0.47/0.57)	

CMYK percentages

%0
%17.27
%47.27
%56.86

Codes

Color #6E5B3A in popluar color models

6E5B3A
RGB1109158
HSL38°30.95%32.94%
HSB/HSV38°47.27%43.14%
CMYK0.00%17.27%47.27%
56.86%

Color #6E5B3A in popluar number systems.

HEX6E5B3A
Decimal1109158
Binary11011101011011111010
Octal15613372

Shades and tints

Shades of #6E5B3A

#6E5B3A
(110,91,58)
#645335
(100,83,53)
#5A4B30
(90,75,48)
#50432B
(80,67,43)
#463B26
(70,59,38)
#3C3321
(60,51,33)
#322B1C
(50,43,28)
#282317
(40,35,23)
#1E1B12
(30,27,18)
#14130D
(20,19,13)
#0A0B08
(10,11,8)
#000000
(0,0,0)

Tints of #6E5B3A

#6E5B3A
(110,91,58)
#7B694B
(123,105,75)
#88775C
(136,119,92)
#95856D
(149,133,109)
#A2937E
(162,147,126)
#AFA18F
(175,161,143)
#BCAFA0
(188,175,160)
#C9BDB1
(201,189,177)
#D6CBC2
(214,203,194)
#E3D9D3
(227,217,211)
#F0E7E4
(240,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5B3A color. Also use rgb(110,91,58) instead hex code.

Text Font Color

.myTextColor { color: #6E5B3A; }

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

This text font color is #6E5B3A.


Background Color

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

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

This div background color is #6E5B3A.


Border color

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

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

This div border color is #6E5B3A.


Opacity

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

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

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

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

This text has shadow with #6E5B3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5B3A on black background.


Color preview on white background

This text has color #6E5B3A on white background.



Black color preview on #6E5B3A background

This text has black color on #6E5B3A background.


White color preview on #6E5B3A background

This text has white color on #6E5B3A background.