COLOR #6E6E3A

HEX: #6E6E3A
RGB: (110,110,58)

Color info

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

RGB color model

#6E6E3A color RGB value is (110,110,58).

  • red value is 110;
  • green value is 110;
  • blue value is 58.
RGB:
(110,110,58)
(43%,43%,23%)

RGB channels and saturation

R 110 of 255 = 43%
G 110 of 255 = 43%
B 58 of 255 = 23%

110
110
58

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

Portions of RGB colors in percentages

R + G + B =
110 + 110 + 58 = 278 (100%)
R 110 of 278 ~ 39.57%
G 110 of 278 ~ 39.57%
B 58 of 278 ~ 20.86%

%39.57
%39.57
%20.86

CMYK color model

#6E6E3A color CMYK value is (0,0,47,57).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 47.27%
  • key color value is 56.86%
CMYK:
(0,0,47,57)
C0M0Y47K57 
(0%,0%,47%,57%)
(0.00/0.00/0.47/0.57)	

CMYK percentages

%0
%0
%47.27
%56.86

Codes

Color #6E6E3A in popluar color models

6E6E3A
RGB11011058
HSL60°30.95%32.94%
HSB/HSV60°47.27%43.14%
CMYK0.00%0.00%47.27%
56.86%

Color #6E6E3A in popluar number systems.

HEX6E6E3A
Decimal11011058
Binary11011101101110111010
Octal15615672

Shades and tints

Shades of #6E6E3A

#6E6E3A
(110,110,58)
#646435
(100,100,53)
#5A5A30
(90,90,48)
#50502B
(80,80,43)
#464626
(70,70,38)
#3C3C21
(60,60,33)
#32321C
(50,50,28)
#282817
(40,40,23)
#1E1E12
(30,30,18)
#14140D
(20,20,13)
#0A0A08
(10,10,8)
#000000
(0,0,0)

Tints of #6E6E3A

#6E6E3A
(110,110,58)
#7B7B4B
(123,123,75)
#88885C
(136,136,92)
#95956D
(149,149,109)
#A2A27E
(162,162,126)
#AFAF8F
(175,175,143)
#BCBCA0
(188,188,160)
#C9C9B1
(201,201,177)
#D6D6C2
(214,214,194)
#E3E3D3
(227,227,211)
#F0F0E4
(240,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6E3A; }

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

This text font color is #6E6E3A.


Background Color

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

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

This div background color is #6E6E3A.


Border color

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

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

This div border color is #6E6E3A.


Opacity

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

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

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

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

This text has shadow with #6E6E3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6E3A on black background.


Color preview on white background

This text has color #6E6E3A on white background.



Black color preview on #6E6E3A background

This text has black color on #6E6E3A background.


White color preview on #6E6E3A background

This text has white color on #6E6E3A background.