COLOR #6E6C64

HEX: #6E6C64
RGB: (110,108,100)

Color info

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

RGB color model

#6E6C64 color RGB value is (110,108,100).

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

RGB channels and saturation

R 110 of 255 = 43%
G 108 of 255 = 42%
B 100 of 255 = 39%

110
108
100

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

Portions of RGB colors in percentages

R + G + B =
110 + 108 + 100 = 318 (100%)
R 110 of 318 ~ 34.59%
G 108 of 318 ~ 33.96%
B 100 of 318 ~ 31.45%

%34.59
%33.96
%31.45

CMYK color model

#6E6C64 color CMYK value is (0,2,9,57).

  • cyan value is 0.00%
  • magenta value is 1.82%
  • yellow value is 9.09%
  • key color value is 56.86%
CMYK:
(0,2,9,57)
C0M2Y9K57 
(0%,2%,9%,57%)
(0.00/0.02/0.09/0.57)	

CMYK percentages

%0
%1.82
%9.09
%56.86

Codes

Color #6E6C64 in popluar color models

6E6C64
RGB110108100
HSL48°4.76%41.18%
HSB/HSV48°9.09%43.14%
CMYK0.00%1.82%9.09%
56.86%

Color #6E6C64 in popluar number systems.

HEX6E6C64
Decimal110108100
Binary110111011011001100100
Octal156154144

Shades and tints

Shades of #6E6C64

#6E6C64
(110,108,100)
#64635B
(100,99,91)
#5A5A52
(90,90,82)
#505149
(80,81,73)
#464840
(70,72,64)
#3C3F37
(60,63,55)
#32362E
(50,54,46)
#282D25
(40,45,37)
#1E241C
(30,36,28)
#141B13
(20,27,19)
#0A120A
(10,18,10)
#000000
(0,0,0)

Tints of #6E6C64

#6E6C64
(110,108,100)
#7B7972
(123,121,114)
#888680
(136,134,128)
#95938E
(149,147,142)
#A2A09C
(162,160,156)
#AFADAA
(175,173,170)
#BCBAB8
(188,186,184)
#C9C7C6
(201,199,198)
#D6D4D4
(214,212,212)
#E3E1E2
(227,225,226)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6C64; }

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

This text font color is #6E6C64.


Background Color

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

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

This div background color is #6E6C64.


Border color

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

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

This div border color is #6E6C64.


Opacity

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

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

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

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

This text has shadow with #6E6C64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6C64 on black background.


Color preview on white background

This text has color #6E6C64 on white background.



Black color preview on #6E6C64 background

This text has black color on #6E6C64 background.


White color preview on #6E6C64 background

This text has white color on #6E6C64 background.