COLOR #6E6556

HEX: #6E6556 RGB: (110,101,86)

Color info

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

RGB color model

#6E6556 color RGB value is (110,101,86).

RGB: (110,101,86) (43%, 40%, 34%)

RGB channels and saturation

R 110 of 255 = 43%
G 101 of 255 = 40%
B 86 of 255 = 34%

110
101
86

R + G + B ~ 39%. #6E6556 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 101 + 86 = 297 (100%)
R 110 of 297 ~ 37.04%
G 101 of 297 ~ 34.01%
B 86 of 297 ~ 28.96'%

%37.04
%34.01
%28.96

CMYK color model

#6E6556 color CMYK value is (0,8,22,57).

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

CMYK: (0,8,22,57)
C0M8Y22K57 (0%, 8%, 22%, 57%)
(0.00 / 0.08 / 0.22 / 0.57)

CMYK percentages

%0
%8.18
%21.82
%56.86

Codes

Color #6E6556 in popluar color models

6E 65 56
RGB 110 101 86
HSL 38° 12.24% 38.43%
HSB/HSV 38° 21.82% 43.14%
CMYK 0.00% 8.18% 21.82%
56.86%

Color #6E6556 in popluar number systems.

HEX 6E 65 56
Decimal 110 101 86
Binary 1101110 1100101 1010110
Octal 156 145 126

Shades and tints

Shades of #6E6556

#6E6556
(110,101,86)
#645C4F
(100,92,79)
#5A5348
(90,83,72)
#504A41
(80,74,65)
#46413A
(70,65,58)
#3C3833
(60,56,51)
#322F2C
(50,47,44)
#282625
(40,38,37)
#1E1D1E
(30,29,30)
#141417
(20,20,23)
#0A0B10
(10,11,16)
#000000
(0,0,0)

Tints of #6E6556

#6E6556
(110,101,86)
#7B7365
(123,115,101)
#888174
(136,129,116)
#958F83
(149,143,131)
#A29D92
(162,157,146)
#AFABA1
(175,171,161)
#BCB9B0
(188,185,176)
#C9C7BF
(201,199,191)
#D6D5CE
(214,213,206)
#E3E3DD
(227,227,221)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6556; }

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

This text font color is #6E6556.

Background Color

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

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

This div background color is #6E6556.

Border color

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

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

This div border color is #6E6556.

Opacity

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

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

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

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

This text has shadow with #6E6556 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6556.

Preview

Color preview on black background

This text has color #6E6556 on black background.


Color preview on white background

This text has color #6E6556 on white background.


Black color preview on #6E6556 background

This text has black color on #6E6556 background.


White color preview on #6E6556 background

This text has white color on #6E6556 background.


Related colors

Complementary color

Complementary color for #hex is #919AA9.


I love getcolorcode.com

Triadic colors

1 #566E65 and #65566E with #6E6556 are triadic colors.

2 #56656E and #656E56 with #6E6556 are triadic colors.