COLOR #6E6A42

HEX: #6E6A42
RGB: (110,106,66)

Color info

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

RGB color model

#6E6A42 color RGB value is (110,106,66).

  • red value is 110;
  • green value is 106;
  • blue value is 66.
RGB:
(110,106,66)
(43%,42%,26%)

RGB channels and saturation

R 110 of 255 = 43%
G 106 of 255 = 42%
B 66 of 255 = 26%

110
106
66

R + G + B ~ 37%. #6E6A42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 106 + 66 = 282 (100%)
R 110 of 282 ~ 39.01%
G 106 of 282 ~ 37.59%
B 66 of 282 ~ 23.4%

%39.01
%37.59
%23.4

CMYK color model

#6E6A42 color CMYK value is (0,4,40,57).

  • cyan value is 0.00%
  • magenta value is 3.64%
  • yellow value is 40.00%
  • key color value is 56.86%
CMYK:
(0,4,40,57)
C0M4Y40K57 
(0%,4%,40%,57%)
(0.00/0.04/0.40/0.57)	

CMYK percentages

%0
%3.64
%40
%56.86

Codes

Color #6E6A42 in popluar color models

6E6A42
RGB11010666
HSL55°25.00%34.51%
HSB/HSV55°40.00%43.14%
CMYK0.00%3.64%40.00%
56.86%

Color #6E6A42 in popluar number systems.

HEX6E6A42
Decimal11010666
Binary110111011010101000010
Octal156152102

Shades and tints

Shades of #6E6A42

#6E6A42
(110,106,66)
#64613C
(100,97,60)
#5A5836
(90,88,54)
#504F30
(80,79,48)
#46462A
(70,70,42)
#3C3D24
(60,61,36)
#32341E
(50,52,30)
#282B18
(40,43,24)
#1E2212
(30,34,18)
#14190C
(20,25,12)
#0A1006
(10,16,6)
#000000
(0,0,0)

Tints of #6E6A42

#6E6A42
(110,106,66)
#7B7753
(123,119,83)
#888464
(136,132,100)
#959175
(149,145,117)
#A29E86
(162,158,134)
#AFAB97
(175,171,151)
#BCB8A8
(188,184,168)
#C9C5B9
(201,197,185)
#D6D2CA
(214,210,202)
#E3DFDB
(227,223,219)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6A42 color. Also use rgb(110,106,66) instead hex code.

Text Font Color

.myTextColor { color: #6E6A42; }

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

This text font color is #6E6A42.


Background Color

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

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

This div background color is #6E6A42.


Border color

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

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

This div border color is #6E6A42.


Opacity

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

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

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

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

This text has shadow with #6E6A42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6A42 on black background.


Color preview on white background

This text has color #6E6A42 on white background.



Black color preview on #6E6A42 background

This text has black color on #6E6A42 background.


White color preview on #6E6A42 background

This text has white color on #6E6A42 background.