COLOR #6E6820

HEX: #6E6820
RGB: (110,104,32)

Color info

#6E6820 contains mainly red and green colors. Web safe color of #6E6820 is #666633 (or #663).

RGB color model

#6E6820 color RGB value is (110,104,32).

  • red value is 110;
  • green value is 104;
  • blue value is 32.
RGB:
(110,104,32)
(43%,41%,13%)

RGB channels and saturation

R 110 of 255 = 43%
G 104 of 255 = 41%
B 32 of 255 = 13%

110
104
32

R + G + B ~ 32%. #6E6820 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 104 + 32 = 246 (100%)
R 110 of 246 ~ 44.72%
G 104 of 246 ~ 42.28%
B 32 of 246 ~ 13.01%

%44.72
%42.28
%13.01

CMYK color model

#6E6820 color CMYK value is (0,5,71,57).

  • cyan value is 0.00%
  • magenta value is 5.45%
  • yellow value is 70.91%
  • key color value is 56.86%
CMYK:
(0,5,71,57)
C0M5Y71K57 
(0%,5%,71%,57%)
(0.00/0.05/0.71/0.57)	

CMYK percentages

%0
%5.45
%70.91
%56.86

Codes

Color #6E6820 in popluar color models

6E6820
RGB11010432
HSL55°54.93%27.84%
HSB/HSV55°70.91%43.14%
CMYK0.00%5.45%70.91%
56.86%

Color #6E6820 in popluar number systems.

HEX6E6820
Decimal11010432
Binary11011101101000100000
Octal15615040

Shades and tints

Shades of #6E6820

#6E6820
(110,104,32)
#645F1E
(100,95,30)
#5A561C
(90,86,28)
#504D1A
(80,77,26)
#464418
(70,68,24)
#3C3B16
(60,59,22)
#323214
(50,50,20)
#282912
(40,41,18)
#1E2010
(30,32,16)
#14170E
(20,23,14)
#0A0E0C
(10,14,12)
#000000
(0,0,0)

Tints of #6E6820

#6E6820
(110,104,32)
#7B7534
(123,117,52)
#888248
(136,130,72)
#958F5C
(149,143,92)
#A29C70
(162,156,112)
#AFA984
(175,169,132)
#BCB698
(188,182,152)
#C9C3AC
(201,195,172)
#D6D0C0
(214,208,192)
#E3DDD4
(227,221,212)
#F0EAE8
(240,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6820 color. Also use rgb(110,104,32) instead hex code.

Text Font Color

.myTextColor { color: #6E6820; }

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

This text font color is #6E6820.


Background Color

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

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

This div background color is #6E6820.


Border color

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

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

This div border color is #6E6820.


Opacity

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

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

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

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

This text has shadow with #6E6820 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6820 on black background.


Color preview on white background

This text has color #6E6820 on white background.



Black color preview on #6E6820 background

This text has black color on #6E6820 background.


White color preview on #6E6820 background

This text has white color on #6E6820 background.