COLOR #6E6040

HEX: #6E6040
RGB: (110,96,64)

Color info

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

RGB color model

#6E6040 color RGB value is (110,96,64).

  • red value is 110;
  • green value is 96;
  • blue value is 64.
RGB:
(110,96,64)
(43%,38%,25%)

RGB channels and saturation

R 110 of 255 = 43%
G 96 of 255 = 38%
B 64 of 255 = 25%

110
96
64

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

Portions of RGB colors in percentages

R + G + B =
110 + 96 + 64 = 270 (100%)
R 110 of 270 ~ 40.74%
G 96 of 270 ~ 35.56%
B 64 of 270 ~ 23.7%

%40.74
%35.56
%23.7

CMYK color model

#6E6040 color CMYK value is (0,13,42,57).

  • cyan value is 0.00%
  • magenta value is 12.73%
  • yellow value is 41.82%
  • key color value is 56.86%
CMYK:
(0,13,42,57)
C0M13Y42K57 
(0%,13%,42%,57%)
(0.00/0.13/0.42/0.57)	

CMYK percentages

%0
%12.73
%41.82
%56.86

Codes

Color #6E6040 in popluar color models

6E6040
RGB1109664
HSL42°26.44%34.12%
HSB/HSV42°41.82%43.14%
CMYK0.00%12.73%41.82%
56.86%

Color #6E6040 in popluar number systems.

HEX6E6040
Decimal1109664
Binary110111011000001000000
Octal156140100

Shades and tints

Shades of #6E6040

#6E6040
(110,96,64)
#64583B
(100,88,59)
#5A5036
(90,80,54)
#504831
(80,72,49)
#46402C
(70,64,44)
#3C3827
(60,56,39)
#323022
(50,48,34)
#28281D
(40,40,29)
#1E2018
(30,32,24)
#141813
(20,24,19)
#0A100E
(10,16,14)
#000000
(0,0,0)

Tints of #6E6040

#6E6040
(110,96,64)
#7B6E51
(123,110,81)
#887C62
(136,124,98)
#958A73
(149,138,115)
#A29884
(162,152,132)
#AFA695
(175,166,149)
#BCB4A6
(188,180,166)
#C9C2B7
(201,194,183)
#D6D0C8
(214,208,200)
#E3DED9
(227,222,217)
#F0ECEA
(240,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6040 color. Also use rgb(110,96,64) instead hex code.

Text Font Color

.myTextColor { color: #6E6040; }

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

This text font color is #6E6040.


Background Color

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

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

This div background color is #6E6040.


Border color

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

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

This div border color is #6E6040.


Opacity

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

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

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

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

This text has shadow with #6E6040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6040 on black background.


Color preview on white background

This text has color #6E6040 on white background.



Black color preview on #6E6040 background

This text has black color on #6E6040 background.


White color preview on #6E6040 background

This text has white color on #6E6040 background.