COLOR #6E5F64

HEX: #6E5F64
RGB: (110,95,100)

Color info

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

RGB color model

#6E5F64 color RGB value is (110,95,100).

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

RGB channels and saturation

R 110 of 255 = 43%
G 95 of 255 = 37%
B 100 of 255 = 39%

110
95
100

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

Portions of RGB colors in percentages

R + G + B =
110 + 95 + 100 = 305 (100%)
R 110 of 305 ~ 36.07%
G 95 of 305 ~ 31.15%
B 100 of 305 ~ 32.79%

%36.07
%31.15
%32.79

CMYK color model

#6E5F64 color CMYK value is (0,14,9,57).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 9.09%
  • key color value is 56.86%
CMYK:
(0,14,9,57)
C0M14Y9K57 
(0%,14%,9%,57%)
(0.00/0.14/0.09/0.57)	

CMYK percentages

%0
%13.64
%9.09
%56.86

Codes

Color #6E5F64 in popluar color models

6E5F64
RGB11095100
HSL340°7.32%40.20%
HSB/HSV340°13.64%43.14%
CMYK0.00%13.64%9.09%
56.86%

Color #6E5F64 in popluar number systems.

HEX6E5F64
Decimal11095100
Binary110111010111111100100
Octal156137144

Shades and tints

Shades of #6E5F64

#6E5F64
(110,95,100)
#64575B
(100,87,91)
#5A4F52
(90,79,82)
#504749
(80,71,73)
#463F40
(70,63,64)
#3C3737
(60,55,55)
#322F2E
(50,47,46)
#282725
(40,39,37)
#1E1F1C
(30,31,28)
#141713
(20,23,19)
#0A0F0A
(10,15,10)
#000000
(0,0,0)

Tints of #6E5F64

#6E5F64
(110,95,100)
#7B6D72
(123,109,114)
#887B80
(136,123,128)
#95898E
(149,137,142)
#A2979C
(162,151,156)
#AFA5AA
(175,165,170)
#BCB3B8
(188,179,184)
#C9C1C6
(201,193,198)
#D6CFD4
(214,207,212)
#E3DDE2
(227,221,226)
#F0EBF0
(240,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5F64; }

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

This text font color is #6E5F64.


Background Color

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

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

This div background color is #6E5F64.


Border color

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

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

This div border color is #6E5F64.


Opacity

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

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

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

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

This text has shadow with #6E5F64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5F64 on black background.


Color preview on white background

This text has color #6E5F64 on white background.



Black color preview on #6E5F64 background

This text has black color on #6E5F64 background.


White color preview on #6E5F64 background

This text has white color on #6E5F64 background.