COLOR #6E6956

HEX: #6E6956
RGB: (110,105,86)

Color info

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

RGB color model

#6E6956 color RGB value is (110,105,86).

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

RGB channels and saturation

R 110 of 255 = 43%
G 105 of 255 = 41%
B 86 of 255 = 34%

110
105
86

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

Portions of RGB colors in percentages

R + G + B =
110 + 105 + 86 = 301 (100%)
R 110 of 301 ~ 36.54%
G 105 of 301 ~ 34.88%
B 86 of 301 ~ 28.57%

%36.54
%34.88
%28.57

CMYK color model

#6E6956 color CMYK value is (0,5,22,57).

  • cyan value is 0.00%
  • magenta value is 4.55%
  • yellow value is 21.82%
  • key color value is 56.86%
CMYK:
(0,5,22,57)
C0M5Y22K57 
(0%,5%,22%,57%)
(0.00/0.05/0.22/0.57)	

CMYK percentages

%0
%4.55
%21.82
%56.86

Codes

Color #6E6956 in popluar color models

6E6956
RGB11010586
HSL48°12.24%38.43%
HSB/HSV48°21.82%43.14%
CMYK0.00%4.55%21.82%
56.86%

Color #6E6956 in popluar number systems.

HEX6E6956
Decimal11010586
Binary110111011010011010110
Octal156151126

Shades and tints

Shades of #6E6956

#6E6956
(110,105,86)
#64604F
(100,96,79)
#5A5748
(90,87,72)
#504E41
(80,78,65)
#46453A
(70,69,58)
#3C3C33
(60,60,51)
#32332C
(50,51,44)
#282A25
(40,42,37)
#1E211E
(30,33,30)
#141817
(20,24,23)
#0A0F10
(10,15,16)
#000000
(0,0,0)

Tints of #6E6956

#6E6956
(110,105,86)
#7B7665
(123,118,101)
#888374
(136,131,116)
#959083
(149,144,131)
#A29D92
(162,157,146)
#AFAAA1
(175,170,161)
#BCB7B0
(188,183,176)
#C9C4BF
(201,196,191)
#D6D1CE
(214,209,206)
#E3DEDD
(227,222,221)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6956; }

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

This text font color is #6E6956.


Background Color

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

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

This div background color is #6E6956.


Border color

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

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

This div border color is #6E6956.


Opacity

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

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

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

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

This text has shadow with #6E6956 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6956 on black background.


Color preview on white background

This text has color #6E6956 on white background.



Black color preview on #6E6956 background

This text has black color on #6E6956 background.


White color preview on #6E6956 background

This text has white color on #6E6956 background.