COLOR #6E605E

HEX: #6E605E
RGB: (110,96,94)

Color info

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

RGB color model

#6E605E color RGB value is (110,96,94).

  • red value is 110;
  • green value is 96;
  • blue value is 94.
RGB:
(110,96,94)
(43%,38%,37%)

RGB channels and saturation

R 110 of 255 = 43%
G 96 of 255 = 38%
B 94 of 255 = 37%

110
96
94

R + G + B ~ 39%. #6E605E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 96 + 94 = 300 (100%)
R 110 of 300 ~ 36.67%
G 96 of 300 ~ 32%
B 94 of 300 ~ 31.33%

%36.67
%32
%31.33

CMYK color model

#6E605E color CMYK value is (0,13,15,57).

  • cyan value is 0.00%
  • magenta value is 12.73%
  • yellow value is 14.55%
  • key color value is 56.86%
CMYK:
(0,13,15,57)
C0M13Y15K57 
(0%,13%,15%,57%)
(0.00/0.13/0.15/0.57)	

CMYK percentages

%0
%12.73
%14.55
%56.86

Codes

Color #6E605E in popluar color models

6E605E
RGB1109694
HSL7.84%40.00%
HSB/HSV14.55%43.14%
CMYK0.00%12.73%14.55%
56.86%

Color #6E605E in popluar number systems.

HEX6E605E
Decimal1109694
Binary110111011000001011110
Octal156140136

Shades and tints

Shades of #6E605E

#6E605E
(110,96,94)
#645856
(100,88,86)
#5A504E
(90,80,78)
#504846
(80,72,70)
#46403E
(70,64,62)
#3C3836
(60,56,54)
#32302E
(50,48,46)
#282826
(40,40,38)
#1E201E
(30,32,30)
#141816
(20,24,22)
#0A100E
(10,16,14)
#000000
(0,0,0)

Tints of #6E605E

#6E605E
(110,96,94)
#7B6E6C
(123,110,108)
#887C7A
(136,124,122)
#958A88
(149,138,136)
#A29896
(162,152,150)
#AFA6A4
(175,166,164)
#BCB4B2
(188,180,178)
#C9C2C0
(201,194,192)
#D6D0CE
(214,208,206)
#E3DEDC
(227,222,220)
#F0ECEA
(240,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E605E color. Also use rgb(110,96,94) instead hex code.

Text Font Color

.myTextColor { color: #6E605E; }

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

This text font color is #6E605E.


Background Color

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

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

This div background color is #6E605E.


Border color

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

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

This div border color is #6E605E.


Opacity

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

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

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

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

This text has shadow with #6E605E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E605E on black background.


Color preview on white background

This text has color #6E605E on white background.



Black color preview on #6E605E background

This text has black color on #6E605E background.


White color preview on #6E605E background

This text has white color on #6E605E background.