COLOR #6E6156

HEX: #6E6156
RGB: (110,97,86)

Color info

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

RGB color model

#6E6156 color RGB value is (110,97,86).

  • red value is 110;
  • green value is 97;
  • blue value is 86.
RGB:
(110,97,86)
(43%,38%,34%)

RGB channels and saturation

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

110
97
86

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

Portions of RGB colors in percentages

R + G + B =
110 + 97 + 86 = 293 (100%)
R 110 of 293 ~ 37.54%
G 97 of 293 ~ 33.11%
B 86 of 293 ~ 29.35%

%37.54
%33.11
%29.35

CMYK color model

#6E6156 color CMYK value is (0,12,22,57).

  • cyan value is 0.00%
  • magenta value is 11.82%
  • yellow value is 21.82%
  • key color value is 56.86%
CMYK:
(0,12,22,57)
C0M12Y22K57 
(0%,12%,22%,57%)
(0.00/0.12/0.22/0.57)	

CMYK percentages

%0
%11.82
%21.82
%56.86

Codes

Color #6E6156 in popluar color models

6E6156
RGB1109786
HSL28°12.24%38.43%
HSB/HSV28°21.82%43.14%
CMYK0.00%11.82%21.82%
56.86%

Color #6E6156 in popluar number systems.

HEX6E6156
Decimal1109786
Binary110111011000011010110
Octal156141126

Shades and tints

Shades of #6E6156

#6E6156
(110,97,86)
#64594F
(100,89,79)
#5A5148
(90,81,72)
#504941
(80,73,65)
#46413A
(70,65,58)
#3C3933
(60,57,51)
#32312C
(50,49,44)
#282925
(40,41,37)
#1E211E
(30,33,30)
#141917
(20,25,23)
#0A1110
(10,17,16)
#000000
(0,0,0)

Tints of #6E6156

#6E6156
(110,97,86)
#7B6F65
(123,111,101)
#887D74
(136,125,116)
#958B83
(149,139,131)
#A29992
(162,153,146)
#AFA7A1
(175,167,161)
#BCB5B0
(188,181,176)
#C9C3BF
(201,195,191)
#D6D1CE
(214,209,206)
#E3DFDD
(227,223,221)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6156; }

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

This text font color is #6E6156.


Background Color

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

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

This div background color is #6E6156.


Border color

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

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

This div border color is #6E6156.


Opacity

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

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

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

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

This text has shadow with #6E6156 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6156 on black background.


Color preview on white background

This text has color #6E6156 on white background.



Black color preview on #6E6156 background

This text has black color on #6E6156 background.


White color preview on #6E6156 background

This text has white color on #6E6156 background.