COLOR #6E6642

HEX: #6E6642
RGB: (110,102,66)

Color info

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

RGB color model

#6E6642 color RGB value is (110,102,66).

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

RGB channels and saturation

R 110 of 255 = 43%
G 102 of 255 = 40%
B 66 of 255 = 26%

110
102
66

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

Portions of RGB colors in percentages

R + G + B =
110 + 102 + 66 = 278 (100%)
R 110 of 278 ~ 39.57%
G 102 of 278 ~ 36.69%
B 66 of 278 ~ 23.74%

%39.57
%36.69
%23.74

CMYK color model

#6E6642 color CMYK value is (0,7,40,57).

  • cyan value is 0.00%
  • magenta value is 7.27%
  • yellow value is 40.00%
  • key color value is 56.86%
CMYK:
(0,7,40,57)
C0M7Y40K57 
(0%,7%,40%,57%)
(0.00/0.07/0.40/0.57)	

CMYK percentages

%0
%7.27
%40
%56.86

Codes

Color #6E6642 in popluar color models

6E6642
RGB11010266
HSL49°25.00%34.51%
HSB/HSV49°40.00%43.14%
CMYK0.00%7.27%40.00%
56.86%

Color #6E6642 in popluar number systems.

HEX6E6642
Decimal11010266
Binary110111011001101000010
Octal156146102

Shades and tints

Shades of #6E6642

#6E6642
(110,102,66)
#645D3C
(100,93,60)
#5A5436
(90,84,54)
#504B30
(80,75,48)
#46422A
(70,66,42)
#3C3924
(60,57,36)
#32301E
(50,48,30)
#282718
(40,39,24)
#1E1E12
(30,30,18)
#14150C
(20,21,12)
#0A0C06
(10,12,6)
#000000
(0,0,0)

Tints of #6E6642

#6E6642
(110,102,66)
#7B7353
(123,115,83)
#888064
(136,128,100)
#958D75
(149,141,117)
#A29A86
(162,154,134)
#AFA797
(175,167,151)
#BCB4A8
(188,180,168)
#C9C1B9
(201,193,185)
#D6CECA
(214,206,202)
#E3DBDB
(227,219,219)
#F0E8EC
(240,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6642; }

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

This text font color is #6E6642.


Background Color

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

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

This div background color is #6E6642.


Border color

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

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

This div border color is #6E6642.


Opacity

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

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

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

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

This text has shadow with #6E6642 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6642 on black background.


Color preview on white background

This text has color #6E6642 on white background.



Black color preview on #6E6642 background

This text has black color on #6E6642 background.


White color preview on #6E6642 background

This text has white color on #6E6642 background.