COLOR #6E4A0B

HEX: #6E4A0B
RGB: (110,74,11)

Color info

#6E4A0B contains mainly red and green colors. Web safe color of #6E4A0B is #663300 (or #630).

RGB color model

#6E4A0B color RGB value is (110,74,11).

  • red value is 110;
  • green value is 74;
  • blue value is 11.
RGB:
(110,74,11)
(43%,29%,4%)

RGB channels and saturation

R 110 of 255 = 43%
G 74 of 255 = 29%
B 11 of 255 = 4%

110
74
11

R + G + B ~ 25%. #6E4A0B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 74 + 11 = 195 (100%)
R 110 of 195 ~ 56.41%
G 74 of 195 ~ 37.95%
B 11 of 195 ~ 5.64%

%56.41
%37.95

CMYK color model

#6E4A0B color CMYK value is (0,33,90,57).

  • cyan value is 0.00%
  • magenta value is 32.73%
  • yellow value is 90.00%
  • key color value is 56.86%
CMYK:
(0,33,90,57)
C0M33Y90K57 
(0%,33%,90%,57%)
(0.00/0.33/0.90/0.57)	

CMYK percentages

%0
%32.73
%90
%56.86

Codes

Color #6E4A0B in popluar color models

6E4A0B
RGB1107411
HSL38°81.82%23.73%
HSB/HSV38°90.00%43.14%
CMYK0.00%32.73%90.00%
56.86%

Color #6E4A0B in popluar number systems.

HEX6E4A0B
Decimal1107411
Binary110111010010101011
Octal15611213

Shades and tints

Shades of #6E4A0B

#6E4A0B
(110,74,11)
#64440A
(100,68,10)
#5A3E09
(90,62,9)
#503808
(80,56,8)
#463207
(70,50,7)
#3C2C06
(60,44,6)
#322605
(50,38,5)
#282004
(40,32,4)
#1E1A03
(30,26,3)
#141402
(20,20,2)
#0A0E01
(10,14,1)
#000000
(0,0,0)

Tints of #6E4A0B

#6E4A0B
(110,74,11)
#7B5A21
(123,90,33)
#886A37
(136,106,55)
#957A4D
(149,122,77)
#A28A63
(162,138,99)
#AF9A79
(175,154,121)
#BCAA8F
(188,170,143)
#C9BAA5
(201,186,165)
#D6CABB
(214,202,187)
#E3DAD1
(227,218,209)
#F0EAE7
(240,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4A0B; }

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

This text font color is #6E4A0B.


Background Color

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

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

This div background color is #6E4A0B.


Border color

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

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

This div border color is #6E4A0B.


Opacity

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

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

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

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

This text has shadow with #6E4A0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4A0B on black background.


Color preview on white background

This text has color #6E4A0B on white background.



Black color preview on #6E4A0B background

This text has black color on #6E4A0B background.


White color preview on #6E4A0B background

This text has white color on #6E4A0B background.