COLOR #6E5E41

HEX: #6E5E41
RGB: (110,94,65)

Color info

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

RGB color model

#6E5E41 color RGB value is (110,94,65).

  • red value is 110;
  • green value is 94;
  • blue value is 65.
RGB:
(110,94,65)
(43%,37%,25%)

RGB channels and saturation

R 110 of 255 = 43%
G 94 of 255 = 37%
B 65 of 255 = 25%

110
94
65

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

Portions of RGB colors in percentages

R + G + B =
110 + 94 + 65 = 269 (100%)
R 110 of 269 ~ 40.89%
G 94 of 269 ~ 34.94%
B 65 of 269 ~ 24.16%

%40.89
%34.94
%24.16

CMYK color model

#6E5E41 color CMYK value is (0,15,41,57).

  • cyan value is 0.00%
  • magenta value is 14.55%
  • yellow value is 40.91%
  • key color value is 56.86%
CMYK:
(0,15,41,57)
C0M15Y41K57 
(0%,15%,41%,57%)
(0.00/0.15/0.41/0.57)	

CMYK percentages

%0
%14.55
%40.91
%56.86

Codes

Color #6E5E41 in popluar color models

6E5E41
RGB1109465
HSL39°25.71%34.31%
HSB/HSV39°40.91%43.14%
CMYK0.00%14.55%40.91%
56.86%

Color #6E5E41 in popluar number systems.

HEX6E5E41
Decimal1109465
Binary110111010111101000001
Octal156136101

Shades and tints

Shades of #6E5E41

#6E5E41
(110,94,65)
#64563C
(100,86,60)
#5A4E37
(90,78,55)
#504632
(80,70,50)
#463E2D
(70,62,45)
#3C3628
(60,54,40)
#322E23
(50,46,35)
#28261E
(40,38,30)
#1E1E19
(30,30,25)
#141614
(20,22,20)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #6E5E41

#6E5E41
(110,94,65)
#7B6C52
(123,108,82)
#887A63
(136,122,99)
#958874
(149,136,116)
#A29685
(162,150,133)
#AFA496
(175,164,150)
#BCB2A7
(188,178,167)
#C9C0B8
(201,192,184)
#D6CEC9
(214,206,201)
#E3DCDA
(227,220,218)
#F0EAEB
(240,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5E41 color. Also use rgb(110,94,65) instead hex code.

Text Font Color

.myTextColor { color: #6E5E41; }

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

This text font color is #6E5E41.


Background Color

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

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

This div background color is #6E5E41.


Border color

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

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

This div border color is #6E5E41.


Opacity

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

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

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

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

This text has shadow with #6E5E41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5E41 on black background.


Color preview on white background

This text has color #6E5E41 on white background.



Black color preview on #6E5E41 background

This text has black color on #6E5E41 background.


White color preview on #6E5E41 background

This text has white color on #6E5E41 background.