COLOR #6E6055

HEX: #6E6055
RGB: (110,96,85)

Color info

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

RGB color model

#6E6055 color RGB value is (110,96,85).

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

RGB channels and saturation

R 110 of 255 = 43%
G 96 of 255 = 38%
B 85 of 255 = 33%

110
96
85

R + G + B ~ 38%. #6E6055 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 96 + 85 = 291 (100%)
R 110 of 291 ~ 37.8%
G 96 of 291 ~ 32.99%
B 85 of 291 ~ 29.21%

%37.8
%32.99
%29.21

CMYK color model

#6E6055 color CMYK value is (0,13,23,57).

  • cyan value is 0.00%
  • magenta value is 12.73%
  • yellow value is 22.73%
  • key color value is 56.86%
CMYK:
(0,13,23,57)
C0M13Y23K57 
(0%,13%,23%,57%)
(0.00/0.13/0.23/0.57)	

CMYK percentages

%0
%12.73
%22.73
%56.86

Codes

Color #6E6055 in popluar color models

6E6055
RGB1109685
HSL26°12.82%38.24%
HSB/HSV26°22.73%43.14%
CMYK0.00%12.73%22.73%
56.86%

Color #6E6055 in popluar number systems.

HEX6E6055
Decimal1109685
Binary110111011000001010101
Octal156140125

Shades and tints

Shades of #6E6055

#6E6055
(110,96,85)
#64584E
(100,88,78)
#5A5047
(90,80,71)
#504840
(80,72,64)
#464039
(70,64,57)
#3C3832
(60,56,50)
#32302B
(50,48,43)
#282824
(40,40,36)
#1E201D
(30,32,29)
#141816
(20,24,22)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #6E6055

#6E6055
(110,96,85)
#7B6E64
(123,110,100)
#887C73
(136,124,115)
#958A82
(149,138,130)
#A29891
(162,152,145)
#AFA6A0
(175,166,160)
#BCB4AF
(188,180,175)
#C9C2BE
(201,194,190)
#D6D0CD
(214,208,205)
#E3DEDC
(227,222,220)
#F0ECEB
(240,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6055; }

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

This text font color is #6E6055.


Background Color

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

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

This div background color is #6E6055.


Border color

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

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

This div border color is #6E6055.


Opacity

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

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

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

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

This text has shadow with #6E6055 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6055 on black background.


Color preview on white background

This text has color #6E6055 on white background.



Black color preview on #6E6055 background

This text has black color on #6E6055 background.


White color preview on #6E6055 background

This text has white color on #6E6055 background.