COLOR #6E5D46

HEX: #6E5D46
RGB: (110,93,70)

Color info

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

RGB color model

#6E5D46 color RGB value is (110,93,70).

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

RGB channels and saturation

R 110 of 255 = 43%
G 93 of 255 = 36%
B 70 of 255 = 27%

110
93
70

R + G + B ~ 35%. #6E5D46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 93 + 70 = 273 (100%)
R 110 of 273 ~ 40.29%
G 93 of 273 ~ 34.07%
B 70 of 273 ~ 25.64%

%40.29
%34.07
%25.64

CMYK color model

#6E5D46 color CMYK value is (0,15,36,57).

  • cyan value is 0.00%
  • magenta value is 15.45%
  • yellow value is 36.36%
  • key color value is 56.86%
CMYK:
(0,15,36,57)
C0M15Y36K57 
(0%,15%,36%,57%)
(0.00/0.15/0.36/0.57)	

CMYK percentages

%0
%15.45
%36.36
%56.86

Codes

Color #6E5D46 in popluar color models

6E5D46
RGB1109370
HSL35°22.22%35.29%
HSB/HSV35°36.36%43.14%
CMYK0.00%15.45%36.36%
56.86%

Color #6E5D46 in popluar number systems.

HEX6E5D46
Decimal1109370
Binary110111010111011000110
Octal156135106

Shades and tints

Shades of #6E5D46

#6E5D46
(110,93,70)
#645540
(100,85,64)
#5A4D3A
(90,77,58)
#504534
(80,69,52)
#463D2E
(70,61,46)
#3C3528
(60,53,40)
#322D22
(50,45,34)
#28251C
(40,37,28)
#1E1D16
(30,29,22)
#141510
(20,21,16)
#0A0D0A
(10,13,10)
#000000
(0,0,0)

Tints of #6E5D46

#6E5D46
(110,93,70)
#7B6B56
(123,107,86)
#887966
(136,121,102)
#958776
(149,135,118)
#A29586
(162,149,134)
#AFA396
(175,163,150)
#BCB1A6
(188,177,166)
#C9BFB6
(201,191,182)
#D6CDC6
(214,205,198)
#E3DBD6
(227,219,214)
#F0E9E6
(240,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5D46; }

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

This text font color is #6E5D46.


Background Color

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

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

This div background color is #6E5D46.


Border color

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

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

This div border color is #6E5D46.


Opacity

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

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

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

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

This text has shadow with #6E5D46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5D46 on black background.


Color preview on white background

This text has color #6E5D46 on white background.



Black color preview on #6E5D46 background

This text has black color on #6E5D46 background.


White color preview on #6E5D46 background

This text has white color on #6E5D46 background.