COLOR #6E6B2D

HEX: #6E6B2D
RGB: (110,107,45)

Color info

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

RGB color model

#6E6B2D color RGB value is (110,107,45).

  • red value is 110;
  • green value is 107;
  • blue value is 45.
RGB:
(110,107,45)
(43%,42%,18%)

RGB channels and saturation

R 110 of 255 = 43%
G 107 of 255 = 42%
B 45 of 255 = 18%

110
107
45

R + G + B ~ 34%. #6E6B2D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 107 + 45 = 262 (100%)
R 110 of 262 ~ 41.98%
G 107 of 262 ~ 40.84%
B 45 of 262 ~ 17.18%

%41.98
%40.84
%17.18

CMYK color model

#6E6B2D color CMYK value is (0,3,59,57).

  • cyan value is 0.00%
  • magenta value is 2.73%
  • yellow value is 59.09%
  • key color value is 56.86%
CMYK:
(0,3,59,57)
C0M3Y59K57 
(0%,3%,59%,57%)
(0.00/0.03/0.59/0.57)	

CMYK percentages

%0
%2.73
%59.09
%56.86

Codes

Color #6E6B2D in popluar color models

6E6B2D
RGB11010745
HSL57°41.94%30.39%
HSB/HSV57°59.09%43.14%
CMYK0.00%2.73%59.09%
56.86%

Color #6E6B2D in popluar number systems.

HEX6E6B2D
Decimal11010745
Binary11011101101011101101
Octal15615355

Shades and tints

Shades of #6E6B2D

#6E6B2D
(110,107,45)
#646229
(100,98,41)
#5A5925
(90,89,37)
#505021
(80,80,33)
#46471D
(70,71,29)
#3C3E19
(60,62,25)
#323515
(50,53,21)
#282C11
(40,44,17)
#1E230D
(30,35,13)
#141A09
(20,26,9)
#0A1105
(10,17,5)
#000000
(0,0,0)

Tints of #6E6B2D

#6E6B2D
(110,107,45)
#7B7840
(123,120,64)
#888553
(136,133,83)
#959266
(149,146,102)
#A29F79
(162,159,121)
#AFAC8C
(175,172,140)
#BCB99F
(188,185,159)
#C9C6B2
(201,198,178)
#D6D3C5
(214,211,197)
#E3E0D8
(227,224,216)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6B2D color. Also use rgb(110,107,45) instead hex code.

Text Font Color

.myTextColor { color: #6E6B2D; }

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

This text font color is #6E6B2D.


Background Color

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

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

This div background color is #6E6B2D.


Border color

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

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

This div border color is #6E6B2D.


Opacity

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

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

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

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

This text has shadow with #6E6B2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6B2D on black background.


Color preview on white background

This text has color #6E6B2D on white background.



Black color preview on #6E6B2D background

This text has black color on #6E6B2D background.


White color preview on #6E6B2D background

This text has white color on #6E6B2D background.