COLOR #6E5C46

HEX: #6E5C46
RGB: (110,92,70)

Color info

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

RGB color model

#6E5C46 color RGB value is (110,92,70).

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

RGB channels and saturation

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

110
92
70

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

Portions of RGB colors in percentages

R + G + B =
110 + 92 + 70 = 272 (100%)
R 110 of 272 ~ 40.44%
G 92 of 272 ~ 33.82%
B 70 of 272 ~ 25.74%

%40.44
%33.82
%25.74

CMYK color model

#6E5C46 color CMYK value is (0,16,36,57).

  • cyan value is 0.00%
  • magenta value is 16.36%
  • yellow value is 36.36%
  • key color value is 56.86%
CMYK:
(0,16,36,57)
C0M16Y36K57 
(0%,16%,36%,57%)
(0.00/0.16/0.36/0.57)	

CMYK percentages

%0
%16.36
%36.36
%56.86

Codes

Color #6E5C46 in popluar color models

6E5C46
RGB1109270
HSL33°22.22%35.29%
HSB/HSV33°36.36%43.14%
CMYK0.00%16.36%36.36%
56.86%

Color #6E5C46 in popluar number systems.

HEX6E5C46
Decimal1109270
Binary110111010111001000110
Octal156134106

Shades and tints

Shades of #6E5C46

#6E5C46
(110,92,70)
#645440
(100,84,64)
#5A4C3A
(90,76,58)
#504434
(80,68,52)
#463C2E
(70,60,46)
#3C3428
(60,52,40)
#322C22
(50,44,34)
#28241C
(40,36,28)
#1E1C16
(30,28,22)
#141410
(20,20,16)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #6E5C46

#6E5C46
(110,92,70)
#7B6A56
(123,106,86)
#887866
(136,120,102)
#958676
(149,134,118)
#A29486
(162,148,134)
#AFA296
(175,162,150)
#BCB0A6
(188,176,166)
#C9BEB6
(201,190,182)
#D6CCC6
(214,204,198)
#E3DAD6
(227,218,214)
#F0E8E6
(240,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5C46; }

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

This text font color is #6E5C46.


Background Color

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

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

This div background color is #6E5C46.


Border color

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

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

This div border color is #6E5C46.


Opacity

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

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

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

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

This text has shadow with #6E5C46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5C46 on black background.


Color preview on white background

This text has color #6E5C46 on white background.



Black color preview on #6E5C46 background

This text has black color on #6E5C46 background.


White color preview on #6E5C46 background

This text has white color on #6E5C46 background.