COLOR #6E6056

HEX: #6E6056 RGB: (110,96,86)

Color info

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

RGB color model

#6E6056 color RGB value is (110,96,86).

RGB: (110,96,86) (43%, 38%, 34%)

RGB channels and saturation

R 110 of 255 = 43%
G 96 of 255 = 38%
B 86 of 255 = 34%

110
96
86

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

Portions of RGB colors in percentages

R + G + B = 110 + 96 + 86 = 292 (100%)
R 110 of 292 ~ 37.67%
G 96 of 292 ~ 32.88%
B 86 of 292 ~ 29.45'%

%37.67
%32.88
%29.45

CMYK color model

#6E6056 color CMYK value is (0,13,22,57).

  • cyan value is 0.00%
  • magenta value is 12.73%
  • yellow value is 21.82%
  • key color value is 56.86%

CMYK: (0,13,22,57)
C0M13Y22K57 (0%, 13%, 22%, 57%)
(0.00 / 0.13 / 0.22 / 0.57)

CMYK percentages

%0
%12.73
%21.82
%56.86

Codes

Color #6E6056 in popluar color models

6E 60 56
RGB 110 96 86
HSL 25° 12.24% 38.43%
HSB/HSV 25° 21.82% 43.14%
CMYK 0.00% 12.73% 21.82%
56.86%

Color #6E6056 in popluar number systems.

HEX 6E 60 56
Decimal 110 96 86
Binary 1101110 1100000 1010110
Octal 156 140 126

Shades and tints

Shades of #6E6056

#6E6056
(110,96,86)
#64584F
(100,88,79)
#5A5048
(90,80,72)
#504841
(80,72,65)
#46403A
(70,64,58)
#3C3833
(60,56,51)
#32302C
(50,48,44)
#282825
(40,40,37)
#1E201E
(30,32,30)
#141817
(20,24,23)
#0A1010
(10,16,16)
#000000
(0,0,0)

Tints of #6E6056

#6E6056
(110,96,86)
#7B6E65
(123,110,101)
#887C74
(136,124,116)
#958A83
(149,138,131)
#A29892
(162,152,146)
#AFA6A1
(175,166,161)
#BCB4B0
(188,180,176)
#C9C2BF
(201,194,191)
#D6D0CE
(214,208,206)
#E3DEDD
(227,222,221)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6056; }

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

This text font color is #6E6056.

Background Color

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

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

This div background color is #6E6056.

Border color

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

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

This div border color is #6E6056.

Opacity

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

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

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

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

This text has shadow with #6E6056 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6056.

Preview

Color preview on black background

This text has color #6E6056 on black background.


Color preview on white background

This text has color #6E6056 on white background.


Black color preview on #6E6056 background

This text has black color on #6E6056 background.


White color preview on #6E6056 background

This text has white color on #6E6056 background.


Related colors

Complementary color

Complementary color for #hex is #919FA9.


I love getcolorcode.com

Triadic colors

1 #566E60 and #60566E with #6E6056 are triadic colors.

2 #56606E and #606E56 with #6E6056 are triadic colors.