COLOR #6E5A64

HEX: #6E5A64
RGB: (110,90,100)

Color info

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

RGB color model

#6E5A64 color RGB value is (110,90,100).

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

RGB channels and saturation

R 110 of 255 = 43%
G 90 of 255 = 35%
B 100 of 255 = 39%

110
90
100

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

Portions of RGB colors in percentages

R + G + B =
110 + 90 + 100 = 300 (100%)
R 110 of 300 ~ 36.67%
G 90 of 300 ~ 30%
B 100 of 300 ~ 33.33%

%36.67
%30
%33.33

CMYK color model

#6E5A64 color CMYK value is (0,18,9,57).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 9.09%
  • key color value is 56.86%
CMYK:
(0,18,9,57)
C0M18Y9K57 
(0%,18%,9%,57%)
(0.00/0.18/0.09/0.57)	

CMYK percentages

%0
%18.18
%9.09
%56.86

Codes

Color #6E5A64 in popluar color models

6E5A64
RGB11090100
HSL330°10.00%39.22%
HSB/HSV330°18.18%43.14%
CMYK0.00%18.18%9.09%
56.86%

Color #6E5A64 in popluar number systems.

HEX6E5A64
Decimal11090100
Binary110111010110101100100
Octal156132144

Shades and tints

Shades of #6E5A64

#6E5A64
(110,90,100)
#64525B
(100,82,91)
#5A4A52
(90,74,82)
#504249
(80,66,73)
#463A40
(70,58,64)
#3C3237
(60,50,55)
#322A2E
(50,42,46)
#282225
(40,34,37)
#1E1A1C
(30,26,28)
#141213
(20,18,19)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #6E5A64

#6E5A64
(110,90,100)
#7B6972
(123,105,114)
#887880
(136,120,128)
#95878E
(149,135,142)
#A2969C
(162,150,156)
#AFA5AA
(175,165,170)
#BCB4B8
(188,180,184)
#C9C3C6
(201,195,198)
#D6D2D4
(214,210,212)
#E3E1E2
(227,225,226)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5A64; }

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

This text font color is #6E5A64.


Background Color

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

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

This div background color is #6E5A64.


Border color

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

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

This div border color is #6E5A64.


Opacity

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

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

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

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

This text has shadow with #6E5A64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5A64 on black background.


Color preview on white background

This text has color #6E5A64 on white background.



Black color preview on #6E5A64 background

This text has black color on #6E5A64 background.


White color preview on #6E5A64 background

This text has white color on #6E5A64 background.