COLOR #6E5846

HEX: #6E5846 RGB: (110,88,70)

Color info

#6E5846 contains red, green and blue colors in about the same proportion. Web safe color of #6E5846 is #666633 (or #663).

RGB color model

#6E5846 color RGB value is (110,88,70).

RGB: (110,88,70) (43%, 35%, 27%)

RGB channels and saturation

R 110 of 255 = 43%
G 88 of 255 = 35%
B 70 of 255 = 27%

110
88
70

R + G + B ~ 35%. #6E5846 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 88 + 70 = 268 (100%)
R 110 of 268 ~ 41.04%
G 88 of 268 ~ 32.84%
B 70 of 268 ~ 26.12'%

%41.04
%32.84
%26.12

CMYK color model

#6E5846 color CMYK value is (0,20,36,57).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 36.36%
  • key color value is 56.86%

CMYK: (0,20,36,57)
C0M20Y36K57 (0%, 20%, 36%, 57%)
(0.00 / 0.20 / 0.36 / 0.57)

CMYK percentages

%0
%20
%36.36
%56.86

Codes

Color #6E5846 in popluar color models

6E 58 46
RGB 110 88 70
HSL 27° 22.22% 35.29%
HSB/HSV 27° 36.36% 43.14%
CMYK 0.00% 20.00% 36.36%
56.86%

Color #6E5846 in popluar number systems.

HEX 6E 58 46
Decimal 110 88 70
Binary 1101110 1011000 1000110
Octal 156 130 106

Shades and tints

Shades of #6E5846

#6E5846
(110,88,70)
#645040
(100,80,64)
#5A483A
(90,72,58)
#504034
(80,64,52)
#46382E
(70,56,46)
#3C3028
(60,48,40)
#322822
(50,40,34)
#28201C
(40,32,28)
#1E1816
(30,24,22)
#141010
(20,16,16)
#0A080A
(10,8,10)
#000000
(0,0,0)

Tints of #6E5846

#6E5846
(110,88,70)
#7B6756
(123,103,86)
#887666
(136,118,102)
#958576
(149,133,118)
#A29486
(162,148,134)
#AFA396
(175,163,150)
#BCB2A6
(188,178,166)
#C9C1B6
(201,193,182)
#D6D0C6
(214,208,198)
#E3DFD6
(227,223,214)
#F0EEE6
(240,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5846 color. Also use rgb(110,88,70) instead hex code.

Text Font Color

.myTextColor { color: #6E5846; }

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

This text font color is #6E5846.

Background Color

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

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

This div background color is #6E5846.

Border color

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

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

This div border color is #6E5846.

Opacity

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

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

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

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

This text has shadow with #6E5846 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E5846.

Preview

Color preview on black background

This text has color #6E5846 on black background.


Color preview on white background

This text has color #6E5846 on white background.


Black color preview on #6E5846 background

This text has black color on #6E5846 background.


White color preview on #6E5846 background

This text has white color on #6E5846 background.


Related colors

Complementary color

Complementary color for #hex is #91A7B9.


I love getcolorcode.com

Triadic colors

1 #466E58 and #58466E with #6E5846 are triadic colors.

2 #46586E and #586E46 with #6E5846 are triadic colors.