COLOR #6E5E12

HEX: #6E5E12
RGB: (110,94,18)

Color info

#6E5E12 contains mainly red and green colors. Web safe color of #6E5E12 is #666600 (or #660).

RGB color model

#6E5E12 color RGB value is (110,94,18).

  • red value is 110;
  • green value is 94;
  • blue value is 18.
RGB:
(110,94,18)
(43%,37%,7%)

RGB channels and saturation

R 110 of 255 = 43%
G 94 of 255 = 37%
B 18 of 255 = 7%

110
94
18

R + G + B ~ 29%. #6E5E12 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 94 + 18 = 222 (100%)
R 110 of 222 ~ 49.55%
G 94 of 222 ~ 42.34%
B 18 of 222 ~ 8.11%

%49.55
%42.34

CMYK color model

#6E5E12 color CMYK value is (0,15,84,57).

  • cyan value is 0.00%
  • magenta value is 14.55%
  • yellow value is 83.64%
  • key color value is 56.86%
CMYK:
(0,15,84,57)
C0M15Y84K57 
(0%,15%,84%,57%)
(0.00/0.15/0.84/0.57)	

CMYK percentages

%0
%14.55
%83.64
%56.86

Codes

Color #6E5E12 in popluar color models

6E5E12
RGB1109418
HSL50°71.88%25.10%
HSB/HSV50°83.64%43.14%
CMYK0.00%14.55%83.64%
56.86%

Color #6E5E12 in popluar number systems.

HEX6E5E12
Decimal1109418
Binary1101110101111010010
Octal15613622

Shades and tints

Shades of #6E5E12

#6E5E12
(110,94,18)
#645611
(100,86,17)
#5A4E10
(90,78,16)
#50460F
(80,70,15)
#463E0E
(70,62,14)
#3C360D
(60,54,13)
#322E0C
(50,46,12)
#28260B
(40,38,11)
#1E1E0A
(30,30,10)
#141609
(20,22,9)
#0A0E08
(10,14,8)
#000000
(0,0,0)

Tints of #6E5E12

#6E5E12
(110,94,18)
#7B6C27
(123,108,39)
#887A3C
(136,122,60)
#958851
(149,136,81)
#A29666
(162,150,102)
#AFA47B
(175,164,123)
#BCB290
(188,178,144)
#C9C0A5
(201,192,165)
#D6CEBA
(214,206,186)
#E3DCCF
(227,220,207)
#F0EAE4
(240,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5E12; }

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

This text font color is #6E5E12.


Background Color

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

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

This div background color is #6E5E12.


Border color

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

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

This div border color is #6E5E12.


Opacity

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

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

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

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

This text has shadow with #6E5E12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5E12 on black background.


Color preview on white background

This text has color #6E5E12 on white background.



Black color preview on #6E5E12 background

This text has black color on #6E5E12 background.


White color preview on #6E5E12 background

This text has white color on #6E5E12 background.