COLOR #6E4B55

HEX: #6E4B55
RGB: (110,75,85)

Color info

#6E4B55 contains red, green and blue colors in about the same proportion. Web safe color of #6E4B55 is #663366 (or #636).

RGB color model

#6E4B55 color RGB value is (110,75,85).

  • red value is 110;
  • green value is 75;
  • blue value is 85.
RGB:
(110,75,85)
(43%,29%,33%)

RGB channels and saturation

R 110 of 255 = 43%
G 75 of 255 = 29%
B 85 of 255 = 33%

110
75
85

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

Portions of RGB colors in percentages

R + G + B =
110 + 75 + 85 = 270 (100%)
R 110 of 270 ~ 40.74%
G 75 of 270 ~ 27.78%
B 85 of 270 ~ 31.48%

%40.74
%27.78
%31.48

CMYK color model

#6E4B55 color CMYK value is (0,32,23,57).

  • cyan value is 0.00%
  • magenta value is 31.82%
  • yellow value is 22.73%
  • key color value is 56.86%
CMYK:
(0,32,23,57)
C0M32Y23K57 
(0%,32%,23%,57%)
(0.00/0.32/0.23/0.57)	

CMYK percentages

%0
%31.82
%22.73
%56.86

Codes

Color #6E4B55 in popluar color models

6E4B55
RGB1107585
HSL343°18.92%36.27%
HSB/HSV343°31.82%43.14%
CMYK0.00%31.82%22.73%
56.86%

Color #6E4B55 in popluar number systems.

HEX6E4B55
Decimal1107585
Binary110111010010111010101
Octal156113125

Shades and tints

Shades of #6E4B55

#6E4B55
(110,75,85)
#64454E
(100,69,78)
#5A3F47
(90,63,71)
#503940
(80,57,64)
#463339
(70,51,57)
#3C2D32
(60,45,50)
#32272B
(50,39,43)
#282124
(40,33,36)
#1E1B1D
(30,27,29)
#141516
(20,21,22)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #6E4B55

#6E4B55
(110,75,85)
#7B5B64
(123,91,100)
#886B73
(136,107,115)
#957B82
(149,123,130)
#A28B91
(162,139,145)
#AF9BA0
(175,155,160)
#BCABAF
(188,171,175)
#C9BBBE
(201,187,190)
#D6CBCD
(214,203,205)
#E3DBDC
(227,219,220)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4B55 color. Also use rgb(110,75,85) instead hex code.

Text Font Color

.myTextColor { color: #6E4B55; }

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

This text font color is #6E4B55.


Background Color

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

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

This div background color is #6E4B55.


Border color

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

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

This div border color is #6E4B55.


Opacity

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

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

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

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

This text has shadow with #6E4B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4B55 on black background.


Color preview on white background

This text has color #6E4B55 on white background.



Black color preview on #6E4B55 background

This text has black color on #6E4B55 background.


White color preview on #6E4B55 background

This text has white color on #6E4B55 background.