COLOR #6E6663

HEX: #6E6663
RGB: (110,102,99)

Color info

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

RGB color model

#6E6663 color RGB value is (110,102,99).

  • red value is 110;
  • green value is 102;
  • blue value is 99.
RGB:
(110,102,99)
(43%,40%,39%)

RGB channels and saturation

R 110 of 255 = 43%
G 102 of 255 = 40%
B 99 of 255 = 39%

110
102
99

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

Portions of RGB colors in percentages

R + G + B =
110 + 102 + 99 = 311 (100%)
R 110 of 311 ~ 35.37%
G 102 of 311 ~ 32.8%
B 99 of 311 ~ 31.83%

%35.37
%32.8
%31.83

CMYK color model

#6E6663 color CMYK value is (0,7,10,57).

  • cyan value is 0.00%
  • magenta value is 7.27%
  • yellow value is 10.00%
  • key color value is 56.86%
CMYK:
(0,7,10,57)
C0M7Y10K57 
(0%,7%,10%,57%)
(0.00/0.07/0.10/0.57)	

CMYK percentages

%0
%7.27
%10
%56.86

Codes

Color #6E6663 in popluar color models

6E6663
RGB11010299
HSL16°5.26%40.98%
HSB/HSV16°10.00%43.14%
CMYK0.00%7.27%10.00%
56.86%

Color #6E6663 in popluar number systems.

HEX6E6663
Decimal11010299
Binary110111011001101100011
Octal156146143

Shades and tints

Shades of #6E6663

#6E6663
(110,102,99)
#645D5A
(100,93,90)
#5A5451
(90,84,81)
#504B48
(80,75,72)
#46423F
(70,66,63)
#3C3936
(60,57,54)
#32302D
(50,48,45)
#282724
(40,39,36)
#1E1E1B
(30,30,27)
#141512
(20,21,18)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #6E6663

#6E6663
(110,102,99)
#7B7371
(123,115,113)
#88807F
(136,128,127)
#958D8D
(149,141,141)
#A29A9B
(162,154,155)
#AFA7A9
(175,167,169)
#BCB4B7
(188,180,183)
#C9C1C5
(201,193,197)
#D6CED3
(214,206,211)
#E3DBE1
(227,219,225)
#F0E8EF
(240,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6663 color. Also use rgb(110,102,99) instead hex code.

Text Font Color

.myTextColor { color: #6E6663; }

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

This text font color is #6E6663.


Background Color

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

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

This div background color is #6E6663.


Border color

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

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

This div border color is #6E6663.


Opacity

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

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

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

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

This text has shadow with #6E6663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6663 on black background.


Color preview on white background

This text has color #6E6663 on white background.



Black color preview on #6E6663 background

This text has black color on #6E6663 background.


White color preview on #6E6663 background

This text has white color on #6E6663 background.