COLOR #6E5F66

HEX: #6E5F66 RGB: (110,95,102)

Color info

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

RGB color model

#6E5F66 color RGB value is (110,95,102).

RGB: (110,95,102) (43%, 37%, 40%)

RGB channels and saturation

R 110 of 255 = 43%
G 95 of 255 = 37%
B 102 of 255 = 40%

110
95
102

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

Portions of RGB colors in percentages

R + G + B = 110 + 95 + 102 = 307 (100%)
R 110 of 307 ~ 35.83%
G 95 of 307 ~ 30.94%
B 102 of 307 ~ 33.22'%

%35.83
%30.94
%33.22

CMYK color model

#6E5F66 color CMYK value is (0,14,7,57).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 7.27%
  • key color value is 56.86%

CMYK: (0,14,7,57)
C0M14Y7K57 (0%, 14%, 7%, 57%)
(0.00 / 0.14 / 0.07 / 0.57)

CMYK percentages

%0
%13.64
%7.27
%56.86

Codes

Color #6E5F66 in popluar color models

6E 5F 66
RGB 110 95 102
HSL 332° 7.32% 40.20%
HSB/HSV 332° 13.64% 43.14%
CMYK 0.00% 13.64% 7.27%
56.86%

Color #6E5F66 in popluar number systems.

HEX 6E 5F 66
Decimal 110 95 102
Binary 1101110 1011111 1100110
Octal 156 137 146

Shades and tints

Shades of #6E5F66

#6E5F66
(110,95,102)
#64575D
(100,87,93)
#5A4F54
(90,79,84)
#50474B
(80,71,75)
#463F42
(70,63,66)
#3C3739
(60,55,57)
#322F30
(50,47,48)
#282727
(40,39,39)
#1E1F1E
(30,31,30)
#141715
(20,23,21)
#0A0F0C
(10,15,12)
#000000
(0,0,0)

Tints of #6E5F66

#6E5F66
(110,95,102)
#7B6D73
(123,109,115)
#887B80
(136,123,128)
#95898D
(149,137,141)
#A2979A
(162,151,154)
#AFA5A7
(175,165,167)
#BCB3B4
(188,179,180)
#C9C1C1
(201,193,193)
#D6CFCE
(214,207,206)
#E3DDDB
(227,221,219)
#F0EBE8
(240,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5F66; }

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

This text font color is #6E5F66.

Background Color

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

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

This div background color is #6E5F66.

Border color

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

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

This div border color is #6E5F66.

Opacity

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

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

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

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

This text has shadow with #6E5F66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E5F66.

Preview

Color preview on black background

This text has color #6E5F66 on black background.


Color preview on white background

This text has color #6E5F66 on white background.


Black color preview on #6E5F66 background

This text has black color on #6E5F66 background.


White color preview on #6E5F66 background

This text has white color on #6E5F66 background.


Related colors

Complementary color

Complementary color for #hex is #91A099.


I love getcolorcode.com

Triadic colors

1 #666E5F and #5F666E with #6E5F66 are triadic colors.

2 #665F6E and #5F6E66 with #6E5F66 are triadic colors.