COLOR #6E5639

HEX: #6E5639
RGB: (110,86,57)

Color info

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

RGB color model

#6E5639 color RGB value is (110,86,57).

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

RGB channels and saturation

R 110 of 255 = 43%
G 86 of 255 = 34%
B 57 of 255 = 22%

110
86
57

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

Portions of RGB colors in percentages

R + G + B =
110 + 86 + 57 = 253 (100%)
R 110 of 253 ~ 43.48%
G 86 of 253 ~ 33.99%
B 57 of 253 ~ 22.53%

%43.48
%33.99
%22.53

CMYK color model

#6E5639 color CMYK value is (0,22,48,57).

  • cyan value is 0.00%
  • magenta value is 21.82%
  • yellow value is 48.18%
  • key color value is 56.86%
CMYK:
(0,22,48,57)
C0M22Y48K57 
(0%,22%,48%,57%)
(0.00/0.22/0.48/0.57)	

CMYK percentages

%0
%21.82
%48.18
%56.86

Codes

Color #6E5639 in popluar color models

6E5639
RGB1108657
HSL33°31.74%32.75%
HSB/HSV33°48.18%43.14%
CMYK0.00%21.82%48.18%
56.86%

Color #6E5639 in popluar number systems.

HEX6E5639
Decimal1108657
Binary11011101010110111001
Octal15612671

Shades and tints

Shades of #6E5639

#6E5639
(110,86,57)
#644F34
(100,79,52)
#5A482F
(90,72,47)
#50412A
(80,65,42)
#463A25
(70,58,37)
#3C3320
(60,51,32)
#322C1B
(50,44,27)
#282516
(40,37,22)
#1E1E11
(30,30,17)
#14170C
(20,23,12)
#0A1007
(10,16,7)
#000000
(0,0,0)

Tints of #6E5639

#6E5639
(110,86,57)
#7B654B
(123,101,75)
#88745D
(136,116,93)
#95836F
(149,131,111)
#A29281
(162,146,129)
#AFA193
(175,161,147)
#BCB0A5
(188,176,165)
#C9BFB7
(201,191,183)
#D6CEC9
(214,206,201)
#E3DDDB
(227,221,219)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5639; }

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

This text font color is #6E5639.


Background Color

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

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

This div background color is #6E5639.


Border color

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

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

This div border color is #6E5639.


Opacity

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

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

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

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

This text has shadow with #6E5639 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5639 on black background.


Color preview on white background

This text has color #6E5639 on white background.



Black color preview on #6E5639 background

This text has black color on #6E5639 background.


White color preview on #6E5639 background

This text has white color on #6E5639 background.