COLOR #6E4B0F

HEX: #6E4B0F
RGB: (110,75,15)

Color info

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

RGB color model

#6E4B0F color RGB value is (110,75,15).

  • red value is 110;
  • green value is 75;
  • blue value is 15.
RGB:
(110,75,15)
(43%,29%,6%)

RGB channels and saturation

R 110 of 255 = 43%
G 75 of 255 = 29%
B 15 of 255 = 6%

110
75
15

R + G + B ~ 26%. #6E4B0F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 75 + 15 = 200 (100%)
R 110 of 200 ~ 55%
G 75 of 200 ~ 37.5%
B 15 of 200 ~ 7.5%

%55
%37.5

CMYK color model

#6E4B0F color CMYK value is (0,32,86,57).

  • cyan value is 0.00%
  • magenta value is 31.82%
  • yellow value is 86.36%
  • key color value is 56.86%
CMYK:
(0,32,86,57)
C0M32Y86K57 
(0%,32%,86%,57%)
(0.00/0.32/0.86/0.57)	

CMYK percentages

%0
%31.82
%86.36
%56.86

Codes

Color #6E4B0F in popluar color models

6E4B0F
RGB1107515
HSL38°76.00%24.51%
HSB/HSV38°86.36%43.14%
CMYK0.00%31.82%86.36%
56.86%

Color #6E4B0F in popluar number systems.

HEX6E4B0F
Decimal1107515
Binary110111010010111111
Octal15611317

Shades and tints

Shades of #6E4B0F

#6E4B0F
(110,75,15)
#64450E
(100,69,14)
#5A3F0D
(90,63,13)
#50390C
(80,57,12)
#46330B
(70,51,11)
#3C2D0A
(60,45,10)
#322709
(50,39,9)
#282108
(40,33,8)
#1E1B07
(30,27,7)
#141506
(20,21,6)
#0A0F05
(10,15,5)
#000000
(0,0,0)

Tints of #6E4B0F

#6E4B0F
(110,75,15)
#7B5B24
(123,91,36)
#886B39
(136,107,57)
#957B4E
(149,123,78)
#A28B63
(162,139,99)
#AF9B78
(175,155,120)
#BCAB8D
(188,171,141)
#C9BBA2
(201,187,162)
#D6CBB7
(214,203,183)
#E3DBCC
(227,219,204)
#F0EBE1
(240,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4B0F; }

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

This text font color is #6E4B0F.


Background Color

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

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

This div background color is #6E4B0F.


Border color

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

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

This div border color is #6E4B0F.


Opacity

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

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

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

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

This text has shadow with #6E4B0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4B0F on black background.


Color preview on white background

This text has color #6E4B0F on white background.



Black color preview on #6E4B0F background

This text has black color on #6E4B0F background.


White color preview on #6E4B0F background

This text has white color on #6E4B0F background.