COLOR #6E5E44

HEX: #6E5E44
RGB: (110,94,68)

Color info

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

RGB color model

#6E5E44 color RGB value is (110,94,68).

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

RGB channels and saturation

R 110 of 255 = 43%
G 94 of 255 = 37%
B 68 of 255 = 27%

110
94
68

R + G + B ~ 36%. #6E5E44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 94 + 68 = 272 (100%)
R 110 of 272 ~ 40.44%
G 94 of 272 ~ 34.56%
B 68 of 272 ~ 25%

%40.44
%34.56
%25

CMYK color model

#6E5E44 color CMYK value is (0,15,38,57).

  • cyan value is 0.00%
  • magenta value is 14.55%
  • yellow value is 38.18%
  • key color value is 56.86%
CMYK:
(0,15,38,57)
C0M15Y38K57 
(0%,15%,38%,57%)
(0.00/0.15/0.38/0.57)	

CMYK percentages

%0
%14.55
%38.18
%56.86

Codes

Color #6E5E44 in popluar color models

6E5E44
RGB1109468
HSL37°23.60%34.90%
HSB/HSV37°38.18%43.14%
CMYK0.00%14.55%38.18%
56.86%

Color #6E5E44 in popluar number systems.

HEX6E5E44
Decimal1109468
Binary110111010111101000100
Octal156136104

Shades and tints

Shades of #6E5E44

#6E5E44
(110,94,68)
#64563E
(100,86,62)
#5A4E38
(90,78,56)
#504632
(80,70,50)
#463E2C
(70,62,44)
#3C3626
(60,54,38)
#322E20
(50,46,32)
#28261A
(40,38,26)
#1E1E14
(30,30,20)
#14160E
(20,22,14)
#0A0E08
(10,14,8)
#000000
(0,0,0)

Tints of #6E5E44

#6E5E44
(110,94,68)
#7B6C55
(123,108,85)
#887A66
(136,122,102)
#958877
(149,136,119)
#A29688
(162,150,136)
#AFA499
(175,164,153)
#BCB2AA
(188,178,170)
#C9C0BB
(201,192,187)
#D6CECC
(214,206,204)
#E3DCDD
(227,220,221)
#F0EAEE
(240,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5E44; }

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

This text font color is #6E5E44.


Background Color

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

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

This div background color is #6E5E44.


Border color

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

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

This div border color is #6E5E44.


Opacity

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

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

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

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

This text has shadow with #6E5E44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5E44 on black background.


Color preview on white background

This text has color #6E5E44 on white background.



Black color preview on #6E5E44 background

This text has black color on #6E5E44 background.


White color preview on #6E5E44 background

This text has white color on #6E5E44 background.