COLOR #6E5F43

HEX: #6E5F43
RGB: (110,95,67)

Color info

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

RGB color model

#6E5F43 color RGB value is (110,95,67).

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

RGB channels and saturation

R 110 of 255 = 43%
G 95 of 255 = 37%
B 67 of 255 = 26%

110
95
67

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

Portions of RGB colors in percentages

R + G + B =
110 + 95 + 67 = 272 (100%)
R 110 of 272 ~ 40.44%
G 95 of 272 ~ 34.93%
B 67 of 272 ~ 24.63%

%40.44
%34.93
%24.63

CMYK color model

#6E5F43 color CMYK value is (0,14,39,57).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 39.09%
  • key color value is 56.86%
CMYK:
(0,14,39,57)
C0M14Y39K57 
(0%,14%,39%,57%)
(0.00/0.14/0.39/0.57)	

CMYK percentages

%0
%13.64
%39.09
%56.86

Codes

Color #6E5F43 in popluar color models

6E5F43
RGB1109567
HSL39°24.29%34.71%
HSB/HSV39°39.09%43.14%
CMYK0.00%13.64%39.09%
56.86%

Color #6E5F43 in popluar number systems.

HEX6E5F43
Decimal1109567
Binary110111010111111000011
Octal156137103

Shades and tints

Shades of #6E5F43

#6E5F43
(110,95,67)
#64573D
(100,87,61)
#5A4F37
(90,79,55)
#504731
(80,71,49)
#463F2B
(70,63,43)
#3C3725
(60,55,37)
#322F1F
(50,47,31)
#282719
(40,39,25)
#1E1F13
(30,31,19)
#14170D
(20,23,13)
#0A0F07
(10,15,7)
#000000
(0,0,0)

Tints of #6E5F43

#6E5F43
(110,95,67)
#7B6D54
(123,109,84)
#887B65
(136,123,101)
#958976
(149,137,118)
#A29787
(162,151,135)
#AFA598
(175,165,152)
#BCB3A9
(188,179,169)
#C9C1BA
(201,193,186)
#D6CFCB
(214,207,203)
#E3DDDC
(227,221,220)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5F43; }

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

This text font color is #6E5F43.


Background Color

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

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

This div background color is #6E5F43.


Border color

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

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

This div border color is #6E5F43.


Opacity

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

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

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

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

This text has shadow with #6E5F43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5F43 on black background.


Color preview on white background

This text has color #6E5F43 on white background.



Black color preview on #6E5F43 background

This text has black color on #6E5F43 background.


White color preview on #6E5F43 background

This text has white color on #6E5F43 background.