COLOR #6E5155

HEX: #6E5155
RGB: (110,81,85)

Color info

#6E5155 contains red, green and blue colors in about the same proportion. Web safe color of #6E5155 is #666666 (or #666).

RGB color model

#6E5155 color RGB value is (110,81,85).

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

RGB channels and saturation

R 110 of 255 = 43%
G 81 of 255 = 32%
B 85 of 255 = 33%

110
81
85

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

Portions of RGB colors in percentages

R + G + B =
110 + 81 + 85 = 276 (100%)
R 110 of 276 ~ 39.86%
G 81 of 276 ~ 29.35%
B 85 of 276 ~ 30.8%

%39.86
%29.35
%30.8

CMYK color model

#6E5155 color CMYK value is (0,26,23,57).

  • cyan value is 0.00%
  • magenta value is 26.36%
  • yellow value is 22.73%
  • key color value is 56.86%
CMYK:
(0,26,23,57)
C0M26Y23K57 
(0%,26%,23%,57%)
(0.00/0.26/0.23/0.57)	

CMYK percentages

%0
%26.36
%22.73
%56.86

Codes

Color #6E5155 in popluar color models

6E5155
RGB1108185
HSL352°15.18%37.45%
HSB/HSV352°26.36%43.14%
CMYK0.00%26.36%22.73%
56.86%

Color #6E5155 in popluar number systems.

HEX6E5155
Decimal1108185
Binary110111010100011010101
Octal156121125

Shades and tints

Shades of #6E5155

#6E5155
(110,81,85)
#644A4E
(100,74,78)
#5A4347
(90,67,71)
#503C40
(80,60,64)
#463539
(70,53,57)
#3C2E32
(60,46,50)
#32272B
(50,39,43)
#282024
(40,32,36)
#1E191D
(30,25,29)
#141216
(20,18,22)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #6E5155

#6E5155
(110,81,85)
#7B6064
(123,96,100)
#886F73
(136,111,115)
#957E82
(149,126,130)
#A28D91
(162,141,145)
#AF9CA0
(175,156,160)
#BCABAF
(188,171,175)
#C9BABE
(201,186,190)
#D6C9CD
(214,201,205)
#E3D8DC
(227,216,220)
#F0E7EB
(240,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5155; }

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

This text font color is #6E5155.


Background Color

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

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

This div background color is #6E5155.


Border color

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

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

This div border color is #6E5155.


Opacity

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

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

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

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

This text has shadow with #6E5155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5155 on black background.


Color preview on white background

This text has color #6E5155 on white background.



Black color preview on #6E5155 background

This text has black color on #6E5155 background.


White color preview on #6E5155 background

This text has white color on #6E5155 background.