COLOR #6E6260

HEX: #6E6260 RGB: (110,98,96)

Color info

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

RGB color model

#6E6260 color RGB value is (110,98,96).

RGB: (110,98,96) (43%, 38%, 38%)

RGB channels and saturation

R 110 of 255 = 43%
G 98 of 255 = 38%
B 96 of 255 = 38%

110
98
96

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

Portions of RGB colors in percentages

R + G + B = 110 + 98 + 96 = 304 (100%)
R 110 of 304 ~ 36.18%
G 98 of 304 ~ 32.24%
B 96 of 304 ~ 31.58'%

%36.18
%32.24
%31.58

CMYK color model

#6E6260 color CMYK value is (0,11,13,57).

  • cyan value is 0.00%
  • magenta value is 10.91%
  • yellow value is 12.73%
  • key color value is 56.86%
CMYK: (0,11,13,57) C0M11Y13K57 (0%,11%,13%,57%) (0.00/0.11/0.13/0.57) 

CMYK percentages

%0
%10.91
%12.73
%56.86

Codes

Color #6E6260 in popluar color models

6E 62 60
RGB 110 98 96
HSL 6.80% 40.39%
HSB/HSV 12.73% 43.14%
CMYK 0.00% 10.91% 12.73%
56.86%

Color #6E6260 in popluar number systems.

HEX 6E 62 60
Decimal 110 98 96
Binary 1101110 1100010 1100000
Octal 156 142 140

Shades and tints

Shades of #6E6260

#6E6260
(110,98,96)
#645A58
(100,90,88)
#5A5250
(90,82,80)
#504A48
(80,74,72)
#464240
(70,66,64)
#3C3A38
(60,58,56)
#323230
(50,50,48)
#282A28
(40,42,40)
#1E2220
(30,34,32)
#141A18
(20,26,24)
#0A1210
(10,18,16)
#000000
(0,0,0)

Tints of #6E6260

#6E6260
(110,98,96)
#7B706E
(123,112,110)
#887E7C
(136,126,124)
#958C8A
(149,140,138)
#A29A98
(162,154,152)
#AFA8A6
(175,168,166)
#BCB6B4
(188,182,180)
#C9C4C2
(201,196,194)
#D6D2D0
(214,210,208)
#E3E0DE
(227,224,222)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6260; }

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

This text font color is #6E6260.

Background Color

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

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

This div background color is #6E6260.

Border color

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

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

This div border color is #6E6260.

Opacity

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

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

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

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

This text has shadow with #6E6260 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6260.

Preview

Color preview on black background

This text has color #6E6260 on black background.


Color preview on white background

This text has color #6E6260 on white background.


Black color preview on #6E6260 background

This text has black color on #6E6260 background.


White color preview on #6E6260 background

This text has white color on #6E6260 background.


Related colors

Complementary color

Complementary color for #hex is #919D9F.


I love getcolorcode.com

Triadic colors

1 #606E62 and #62606E with #6E6260 are triadic colors.

2 #60626E and #626E60 with #6E6260 are triadic colors.