COLOR #6E6F55

HEX: #6E6F55
RGB: (110,111,85)

Color info

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

RGB color model

#6E6F55 color RGB value is (110,111,85).

  • red value is 110;
  • green value is 111;
  • blue value is 85.
RGB:
(110,111,85)
(43%,44%,33%)

RGB channels and saturation

R 110 of 255 = 43%
G 111 of 255 = 44%
B 85 of 255 = 33%

110
111
85

R + G + B ~ 40%. #6E6F55 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
110 + 111 + 85 = 306 (100%)
R 110 of 306 ~ 35.95%
G 111 of 306 ~ 36.27%
B 85 of 306 ~ 27.78%

%35.95
%36.27
%27.78

CMYK color model

#6E6F55 color CMYK value is (1,0,23,56).

  • cyan value is 0.90%
  • magenta value is 0.00%
  • yellow value is 23.42%
  • key color value is 56.47%
CMYK:
(1,0,23,56)
C1M0Y23K56 
(1%,0%,23%,56%)
(0.01/0.00/0.23/0.56)	

CMYK percentages

%0.9
%0
%23.42
%56.47

Codes

Color #6E6F55 in popluar color models

6E6F55
RGB11011185
HSL62°13.27%38.43%
HSB/HSV62°23.42%43.53%
CMYK0.90%0.00%23.42%
56.47%

Color #6E6F55 in popluar number systems.

HEX6E6F55
Decimal11011185
Binary110111011011111010101
Octal156157125

Shades and tints

Shades of #6E6F55

#6E6F55
(110,111,85)
#64654E
(100,101,78)
#5A5B47
(90,91,71)
#505140
(80,81,64)
#464739
(70,71,57)
#3C3D32
(60,61,50)
#32332B
(50,51,43)
#282924
(40,41,36)
#1E1F1D
(30,31,29)
#141516
(20,21,22)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #6E6F55

#6E6F55
(110,111,85)
#7B7C64
(123,124,100)
#888973
(136,137,115)
#959682
(149,150,130)
#A2A391
(162,163,145)
#AFB0A0
(175,176,160)
#BCBDAF
(188,189,175)
#C9CABE
(201,202,190)
#D6D7CD
(214,215,205)
#E3E4DC
(227,228,220)
#F0F1EB
(240,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6F55 color. Also use rgb(110,111,85) instead hex code.

Text Font Color

.myTextColor { color: #6E6F55; }

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

This text font color is #6E6F55.


Background Color

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

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

This div background color is #6E6F55.


Border color

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

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

This div border color is #6E6F55.


Opacity

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

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

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

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

This text has shadow with #6E6F55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6F55 on black background.


Color preview on white background

This text has color #6E6F55 on white background.



Black color preview on #6E6F55 background

This text has black color on #6E6F55 background.


White color preview on #6E6F55 background

This text has white color on #6E6F55 background.