COLOR #6E6C61

HEX: #6E6C61
RGB: (110,108,97)

Color info

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

RGB color model

#6E6C61 color RGB value is (110,108,97).

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

RGB channels and saturation

R 110 of 255 = 43%
G 108 of 255 = 42%
B 97 of 255 = 38%

110
108
97

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

Portions of RGB colors in percentages

R + G + B =
110 + 108 + 97 = 315 (100%)
R 110 of 315 ~ 34.92%
G 108 of 315 ~ 34.29%
B 97 of 315 ~ 30.79%

%34.92
%34.29
%30.79

CMYK color model

#6E6C61 color CMYK value is (0,2,12,57).

  • cyan value is 0.00%
  • magenta value is 1.82%
  • yellow value is 11.82%
  • key color value is 56.86%
CMYK:
(0,2,12,57)
C0M2Y12K57 
(0%,2%,12%,57%)
(0.00/0.02/0.12/0.57)	

CMYK percentages

%0
%1.82
%11.82
%56.86

Codes

Color #6E6C61 in popluar color models

6E6C61
RGB11010897
HSL51°6.28%40.59%
HSB/HSV51°11.82%43.14%
CMYK0.00%1.82%11.82%
56.86%

Color #6E6C61 in popluar number systems.

HEX6E6C61
Decimal11010897
Binary110111011011001100001
Octal156154141

Shades and tints

Shades of #6E6C61

#6E6C61
(110,108,97)
#646359
(100,99,89)
#5A5A51
(90,90,81)
#505149
(80,81,73)
#464841
(70,72,65)
#3C3F39
(60,63,57)
#323631
(50,54,49)
#282D29
(40,45,41)
#1E2421
(30,36,33)
#141B19
(20,27,25)
#0A1211
(10,18,17)
#000000
(0,0,0)

Tints of #6E6C61

#6E6C61
(110,108,97)
#7B796F
(123,121,111)
#88867D
(136,134,125)
#95938B
(149,147,139)
#A2A099
(162,160,153)
#AFADA7
(175,173,167)
#BCBAB5
(188,186,181)
#C9C7C3
(201,199,195)
#D6D4D1
(214,212,209)
#E3E1DF
(227,225,223)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6C61; }

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

This text font color is #6E6C61.


Background Color

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

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

This div background color is #6E6C61.


Border color

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

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

This div border color is #6E6C61.


Opacity

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

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

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

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

This text has shadow with #6E6C61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6C61 on black background.


Color preview on white background

This text has color #6E6C61 on white background.



Black color preview on #6E6C61 background

This text has black color on #6E6C61 background.


White color preview on #6E6C61 background

This text has white color on #6E6C61 background.