COLOR #6E5963

HEX: #6E5963 RGB: (110,89,99)

Color info

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

RGB color model

#6E5963 color RGB value is (110,89,99).

RGB: (110,89,99) (43%, 35%, 39%)

RGB channels and saturation

R 110 of 255 = 43%
G 89 of 255 = 35%
B 99 of 255 = 39%

110
89
99

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

Portions of RGB colors in percentages

R + G + B = 110 + 89 + 99 = 298 (100%)
R 110 of 298 ~ 36.91%
G 89 of 298 ~ 29.87%
B 99 of 298 ~ 33.22'%

%36.91
%29.87
%33.22

CMYK color model

#6E5963 color CMYK value is (0,19,10,57).

  • cyan value is 0.00%
  • magenta value is 19.09%
  • yellow value is 10.00%
  • key color value is 56.86%
CMYK: (0,19,10,57) C0M19Y10K57 (0%,19%,10%,57%) (0.00/0.19/0.10/0.57) 

CMYK percentages

%0
%19.09
%10
%56.86

Codes

Color #6E5963 in popluar color models

6E 59 63
RGB 110 89 99
HSL 331° 10.55% 39.02%
HSB/HSV 331° 19.09% 43.14%
CMYK 0.00% 19.09% 10.00%
56.86%

Color #6E5963 in popluar number systems.

HEX 6E 59 63
Decimal 110 89 99
Binary 1101110 1011001 1100011
Octal 156 131 143

Shades and tints

Shades of #6E5963

#6E5963
(110,89,99)
#64515A
(100,81,90)
#5A4951
(90,73,81)
#504148
(80,65,72)
#46393F
(70,57,63)
#3C3136
(60,49,54)
#32292D
(50,41,45)
#282124
(40,33,36)
#1E191B
(30,25,27)
#141112
(20,17,18)
#0A0909
(10,9,9)
#000000
(0,0,0)

Tints of #6E5963

#6E5963
(110,89,99)
#7B6871
(123,104,113)
#88777F
(136,119,127)
#95868D
(149,134,141)
#A2959B
(162,149,155)
#AFA4A9
(175,164,169)
#BCB3B7
(188,179,183)
#C9C2C5
(201,194,197)
#D6D1D3
(214,209,211)
#E3E0E1
(227,224,225)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5963 color. Also use rgb(110,89,99) instead hex code.

Text Font Color

.myTextColor { color: #6E5963; }

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

This text font color is #6E5963.

Background Color

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

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

This div background color is #6E5963.

Border color

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

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

This div border color is #6E5963.

Opacity

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

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

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

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

This text has shadow with #6E5963 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E5963.

Preview

Color preview on black background

This text has color #6E5963 on black background.


Color preview on white background

This text has color #6E5963 on white background.


Black color preview on #6E5963 background

This text has black color on #6E5963 background.


White color preview on #6E5963 background

This text has white color on #6E5963 background.


Related colors

Complementary color

Complementary color for #hex is #91A69C.


I love getcolorcode.com

Triadic colors

1 #636E59 and #59636E with #6E5963 are triadic colors.

2 #63596E and #596E63 with #6E5963 are triadic colors.