COLOR #6E5651

HEX: #6E5651
RGB: (110,86,81)

Color info

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

RGB color model

#6E5651 color RGB value is (110,86,81).

  • red value is 110;
  • green value is 86;
  • blue value is 81.
RGB:
(110,86,81)
(43%,34%,32%)

RGB channels and saturation

R 110 of 255 = 43%
G 86 of 255 = 34%
B 81 of 255 = 32%

110
86
81

R + G + B ~ 36%. #6E5651 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 86 + 81 = 277 (100%)
R 110 of 277 ~ 39.71%
G 86 of 277 ~ 31.05%
B 81 of 277 ~ 29.24%

%39.71
%31.05
%29.24

CMYK color model

#6E5651 color CMYK value is (0,22,26,57).

  • cyan value is 0.00%
  • magenta value is 21.82%
  • yellow value is 26.36%
  • key color value is 56.86%
CMYK:
(0,22,26,57)
C0M22Y26K57 
(0%,22%,26%,57%)
(0.00/0.22/0.26/0.57)	

CMYK percentages

%0
%21.82
%26.36
%56.86

Codes

Color #6E5651 in popluar color models

6E5651
RGB1108681
HSL10°15.18%37.45%
HSB/HSV10°26.36%43.14%
CMYK0.00%21.82%26.36%
56.86%

Color #6E5651 in popluar number systems.

HEX6E5651
Decimal1108681
Binary110111010101101010001
Octal156126121

Shades and tints

Shades of #6E5651

#6E5651
(110,86,81)
#644F4A
(100,79,74)
#5A4843
(90,72,67)
#50413C
(80,65,60)
#463A35
(70,58,53)
#3C332E
(60,51,46)
#322C27
(50,44,39)
#282520
(40,37,32)
#1E1E19
(30,30,25)
#141712
(20,23,18)
#0A100B
(10,16,11)
#000000
(0,0,0)

Tints of #6E5651

#6E5651
(110,86,81)
#7B6560
(123,101,96)
#88746F
(136,116,111)
#95837E
(149,131,126)
#A2928D
(162,146,141)
#AFA19C
(175,161,156)
#BCB0AB
(188,176,171)
#C9BFBA
(201,191,186)
#D6CEC9
(214,206,201)
#E3DDD8
(227,221,216)
#F0ECE7
(240,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5651 color. Also use rgb(110,86,81) instead hex code.

Text Font Color

.myTextColor { color: #6E5651; }

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

This text font color is #6E5651.


Background Color

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

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

This div background color is #6E5651.


Border color

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

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

This div border color is #6E5651.


Opacity

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

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

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

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

This text has shadow with #6E5651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5651 on black background.


Color preview on white background

This text has color #6E5651 on white background.



Black color preview on #6E5651 background

This text has black color on #6E5651 background.


White color preview on #6E5651 background

This text has white color on #6E5651 background.