COLOR #6E5646

HEX: #6E5646
RGB: (110,86,70)

Color info

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

RGB color model

#6E5646 color RGB value is (110,86,70).

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

RGB channels and saturation

R 110 of 255 = 43%
G 86 of 255 = 34%
B 70 of 255 = 27%

110
86
70

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

Portions of RGB colors in percentages

R + G + B =
110 + 86 + 70 = 266 (100%)
R 110 of 266 ~ 41.35%
G 86 of 266 ~ 32.33%
B 70 of 266 ~ 26.32%

%41.35
%32.33
%26.32

CMYK color model

#6E5646 color CMYK value is (0,22,36,57).

  • cyan value is 0.00%
  • magenta value is 21.82%
  • yellow value is 36.36%
  • key color value is 56.86%
CMYK:
(0,22,36,57)
C0M22Y36K57 
(0%,22%,36%,57%)
(0.00/0.22/0.36/0.57)	

CMYK percentages

%0
%21.82
%36.36
%56.86

Codes

Color #6E5646 in popluar color models

6E5646
RGB1108670
HSL24°22.22%35.29%
HSB/HSV24°36.36%43.14%
CMYK0.00%21.82%36.36%
56.86%

Color #6E5646 in popluar number systems.

HEX6E5646
Decimal1108670
Binary110111010101101000110
Octal156126106

Shades and tints

Shades of #6E5646

#6E5646
(110,86,70)
#644F40
(100,79,64)
#5A483A
(90,72,58)
#504134
(80,65,52)
#463A2E
(70,58,46)
#3C3328
(60,51,40)
#322C22
(50,44,34)
#28251C
(40,37,28)
#1E1E16
(30,30,22)
#141710
(20,23,16)
#0A100A
(10,16,10)
#000000
(0,0,0)

Tints of #6E5646

#6E5646
(110,86,70)
#7B6556
(123,101,86)
#887466
(136,116,102)
#958376
(149,131,118)
#A29286
(162,146,134)
#AFA196
(175,161,150)
#BCB0A6
(188,176,166)
#C9BFB6
(201,191,182)
#D6CEC6
(214,206,198)
#E3DDD6
(227,221,214)
#F0ECE6
(240,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5646; }

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

This text font color is #6E5646.


Background Color

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

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

This div background color is #6E5646.


Border color

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

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

This div border color is #6E5646.


Opacity

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

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

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

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

This text has shadow with #6E5646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5646 on black background.


Color preview on white background

This text has color #6E5646 on white background.



Black color preview on #6E5646 background

This text has black color on #6E5646 background.


White color preview on #6E5646 background

This text has white color on #6E5646 background.