COLOR #6E5C4D

HEX: #6E5C4D
RGB: (110,92,77)

Color info

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

RGB color model

#6E5C4D color RGB value is (110,92,77).

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

RGB channels and saturation

R 110 of 255 = 43%
G 92 of 255 = 36%
B 77 of 255 = 30%

110
92
77

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

Portions of RGB colors in percentages

R + G + B =
110 + 92 + 77 = 279 (100%)
R 110 of 279 ~ 39.43%
G 92 of 279 ~ 32.97%
B 77 of 279 ~ 27.6%

%39.43
%32.97
%27.6

CMYK color model

#6E5C4D color CMYK value is (0,16,30,57).

  • cyan value is 0.00%
  • magenta value is 16.36%
  • yellow value is 30.00%
  • key color value is 56.86%
CMYK:
(0,16,30,57)
C0M16Y30K57 
(0%,16%,30%,57%)
(0.00/0.16/0.30/0.57)	

CMYK percentages

%0
%16.36
%30
%56.86

Codes

Color #6E5C4D in popluar color models

6E5C4D
RGB1109277
HSL27°17.65%36.67%
HSB/HSV27°30.00%43.14%
CMYK0.00%16.36%30.00%
56.86%

Color #6E5C4D in popluar number systems.

HEX6E5C4D
Decimal1109277
Binary110111010111001001101
Octal156134115

Shades and tints

Shades of #6E5C4D

#6E5C4D
(110,92,77)
#645446
(100,84,70)
#5A4C3F
(90,76,63)
#504438
(80,68,56)
#463C31
(70,60,49)
#3C342A
(60,52,42)
#322C23
(50,44,35)
#28241C
(40,36,28)
#1E1C15
(30,28,21)
#14140E
(20,20,14)
#0A0C07
(10,12,7)
#000000
(0,0,0)

Tints of #6E5C4D

#6E5C4D
(110,92,77)
#7B6A5D
(123,106,93)
#88786D
(136,120,109)
#95867D
(149,134,125)
#A2948D
(162,148,141)
#AFA29D
(175,162,157)
#BCB0AD
(188,176,173)
#C9BEBD
(201,190,189)
#D6CCCD
(214,204,205)
#E3DADD
(227,218,221)
#F0E8ED
(240,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5C4D; }

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

This text font color is #6E5C4D.


Background Color

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

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

This div background color is #6E5C4D.


Border color

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

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

This div border color is #6E5C4D.


Opacity

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

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

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

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

This text has shadow with #6E5C4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5C4D on black background.


Color preview on white background

This text has color #6E5C4D on white background.



Black color preview on #6E5C4D background

This text has black color on #6E5C4D background.


White color preview on #6E5C4D background

This text has white color on #6E5C4D background.