COLOR #6E6256

HEX: #6E6256
RGB: (110,98,86)

Color info

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

RGB color model

#6E6256 color RGB value is (110,98,86).

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

RGB channels and saturation

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

110
98
86

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

Portions of RGB colors in percentages

R + G + B =
110 + 98 + 86 = 294 (100%)
R 110 of 294 ~ 37.41%
G 98 of 294 ~ 33.33%
B 86 of 294 ~ 29.25%

%37.41
%33.33
%29.25

CMYK color model

#6E6256 color CMYK value is (0,11,22,57).

  • cyan value is 0.00%
  • magenta value is 10.91%
  • yellow value is 21.82%
  • key color value is 56.86%
CMYK:
(0,11,22,57)
C0M11Y22K57 
(0%,11%,22%,57%)
(0.00/0.11/0.22/0.57)	

CMYK percentages

%0
%10.91
%21.82
%56.86

Codes

Color #6E6256 in popluar color models

6E6256
RGB1109886
HSL30°12.24%38.43%
HSB/HSV30°21.82%43.14%
CMYK0.00%10.91%21.82%
56.86%

Color #6E6256 in popluar number systems.

HEX6E6256
Decimal1109886
Binary110111011000101010110
Octal156142126

Shades and tints

Shades of #6E6256

#6E6256
(110,98,86)
#645A4F
(100,90,79)
#5A5248
(90,82,72)
#504A41
(80,74,65)
#46423A
(70,66,58)
#3C3A33
(60,58,51)
#32322C
(50,50,44)
#282A25
(40,42,37)
#1E221E
(30,34,30)
#141A17
(20,26,23)
#0A1210
(10,18,16)
#000000
(0,0,0)

Tints of #6E6256

#6E6256
(110,98,86)
#7B7065
(123,112,101)
#887E74
(136,126,116)
#958C83
(149,140,131)
#A29A92
(162,154,146)
#AFA8A1
(175,168,161)
#BCB6B0
(188,182,176)
#C9C4BF
(201,196,191)
#D6D2CE
(214,210,206)
#E3E0DD
(227,224,221)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6256; }

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

This text font color is #6E6256.


Background Color

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

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

This div background color is #6E6256.


Border color

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

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

This div border color is #6E6256.


Opacity

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

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

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

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

This text has shadow with #6E6256 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6256 on black background.


Color preview on white background

This text has color #6E6256 on white background.



Black color preview on #6E6256 background

This text has black color on #6E6256 background.


White color preview on #6E6256 background

This text has white color on #6E6256 background.