COLOR #6E555A

HEX: #6E555A RGB: (110,85,90)

Color info

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

RGB color model

#6E555A color RGB value is (110,85,90).

RGB: (110,85,90) (43%, 33%, 35%)

RGB channels and saturation

R 110 of 255 = 43%
G 85 of 255 = 33%
B 90 of 255 = 35%

110
85
90

R + G + B ~ 37%. #6E555A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 85 + 90 = 285 (100%)
R 110 of 285 ~ 38.6%
G 85 of 285 ~ 29.82%
B 90 of 285 ~ 31.58'%

%38.6
%29.82
%31.58

CMYK color model

#6E555A color CMYK value is (0,23,18,57).

  • cyan value is 0.00%
  • magenta value is 22.73%
  • yellow value is 18.18%
  • key color value is 56.86%

CMYK: (0,23,18,57)
C0M23Y18K57 (0%, 23%, 18%, 57%)
(0.00 / 0.23 / 0.18 / 0.57)

CMYK percentages

%0
%22.73
%18.18
%56.86

Codes

Color #6E555A in popluar color models

6E 55 5A
RGB 110 85 90
HSL 348° 12.82% 38.24%
HSB/HSV 348° 22.73% 43.14%
CMYK 0.00% 22.73% 18.18%
56.86%

Color #6E555A in popluar number systems.

HEX 6E 55 5A
Decimal 110 85 90
Binary 1101110 1010101 1011010
Octal 156 125 132

Shades and tints

Shades of #6E555A

#6E555A
(110,85,90)
#644E52
(100,78,82)
#5A474A
(90,71,74)
#504042
(80,64,66)
#46393A
(70,57,58)
#3C3232
(60,50,50)
#322B2A
(50,43,42)
#282422
(40,36,34)
#1E1D1A
(30,29,26)
#141612
(20,22,18)
#0A0F0A
(10,15,10)
#000000
(0,0,0)

Tints of #6E555A

#6E555A
(110,85,90)
#7B6469
(123,100,105)
#887378
(136,115,120)
#958287
(149,130,135)
#A29196
(162,145,150)
#AFA0A5
(175,160,165)
#BCAFB4
(188,175,180)
#C9BEC3
(201,190,195)
#D6CDD2
(214,205,210)
#E3DCE1
(227,220,225)
#F0EBF0
(240,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E555A; }

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

This text font color is #6E555A.

Background Color

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

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

This div background color is #6E555A.

Border color

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

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

This div border color is #6E555A.

Opacity

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

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

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

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

This text has shadow with #6E555A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E555A.

Preview

Color preview on black background

This text has color #6E555A on black background.


Color preview on white background

This text has color #6E555A on white background.


Black color preview on #6E555A background

This text has black color on #6E555A background.


White color preview on #6E555A background

This text has white color on #6E555A background.


Related colors

Complementary color

Complementary color for #hex is #91AAA5.


I love getcolorcode.com

Triadic colors

1 #5A6E55 and #555A6E with #6E555A are triadic colors.

2 #5A556E and #556E5A with #6E555A are triadic colors.