COLOR #6E6B64

HEX: #6E6B64
RGB: (110,107,100)

Color info

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

RGB color model

#6E6B64 color RGB value is (110,107,100).

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

RGB channels and saturation

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

110
107
100

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

Portions of RGB colors in percentages

R + G + B =
110 + 107 + 100 = 317 (100%)
R 110 of 317 ~ 34.7%
G 107 of 317 ~ 33.75%
B 100 of 317 ~ 31.55%

%34.7
%33.75
%31.55

CMYK color model

#6E6B64 color CMYK value is (0,3,9,57).

  • cyan value is 0.00%
  • magenta value is 2.73%
  • yellow value is 9.09%
  • key color value is 56.86%
CMYK:
(0,3,9,57)
C0M3Y9K57 
(0%,3%,9%,57%)
(0.00/0.03/0.09/0.57)	

CMYK percentages

%0
%2.73
%9.09
%56.86

Codes

Color #6E6B64 in popluar color models

6E6B64
RGB110107100
HSL42°4.76%41.18%
HSB/HSV42°9.09%43.14%
CMYK0.00%2.73%9.09%
56.86%

Color #6E6B64 in popluar number systems.

HEX6E6B64
Decimal110107100
Binary110111011010111100100
Octal156153144

Shades and tints

Shades of #6E6B64

#6E6B64
(110,107,100)
#64625B
(100,98,91)
#5A5952
(90,89,82)
#505049
(80,80,73)
#464740
(70,71,64)
#3C3E37
(60,62,55)
#32352E
(50,53,46)
#282C25
(40,44,37)
#1E231C
(30,35,28)
#141A13
(20,26,19)
#0A110A
(10,17,10)
#000000
(0,0,0)

Tints of #6E6B64

#6E6B64
(110,107,100)
#7B7872
(123,120,114)
#888580
(136,133,128)
#95928E
(149,146,142)
#A29F9C
(162,159,156)
#AFACAA
(175,172,170)
#BCB9B8
(188,185,184)
#C9C6C6
(201,198,198)
#D6D3D4
(214,211,212)
#E3E0E2
(227,224,226)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6B64; }

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

This text font color is #6E6B64.


Background Color

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

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

This div background color is #6E6B64.


Border color

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

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

This div border color is #6E6B64.


Opacity

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

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

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

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

This text has shadow with #6E6B64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6B64 on black background.


Color preview on white background

This text has color #6E6B64 on white background.



Black color preview on #6E6B64 background

This text has black color on #6E6B64 background.


White color preview on #6E6B64 background

This text has white color on #6E6B64 background.