COLOR #6E5119

HEX: #6E5119 RGB: (110,81,25)

Color info

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

RGB color model

#6E5119 color RGB value is (110,81,25).

RGB: (110,81,25) (43%, 32%, 10%)

RGB channels and saturation

R 110 of 255 = 43%
G 81 of 255 = 32%
B 25 of 255 = 10%

110
81
25

R + G + B ~ 28%. #6E5119 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 81 + 25 = 216 (100%)
R 110 of 216 ~ 50.93%
G 81 of 216 ~ 37.5%
B 25 of 216 ~ 11.57'%

%50.93
%37.5
%11.57

CMYK color model

#6E5119 color CMYK value is (0,26,77,57).

  • cyan value is 0.00%
  • magenta value is 26.36%
  • yellow value is 77.27%
  • key color value is 56.86%
CMYK: (0,26,77,57) C0M26Y77K57 (0%,26%,77%,57%) (0.00/0.26/0.77/0.57) 

CMYK percentages

%0
%26.36
%77.27
%56.86

Codes

Color #6E5119 in popluar color models

6E 51 19
RGB 110 81 25
HSL 40° 62.96% 26.47%
HSB/HSV 40° 77.27% 43.14%
CMYK 0.00% 26.36% 77.27%
56.86%

Color #6E5119 in popluar number systems.

HEX 6E 51 19
Decimal 110 81 25
Binary 1101110 1010001 11001
Octal 156 121 31

Shades and tints

Shades of #6E5119

#6E5119
(110,81,25)
#644A17
(100,74,23)
#5A4315
(90,67,21)
#503C13
(80,60,19)
#463511
(70,53,17)
#3C2E0F
(60,46,15)
#32270D
(50,39,13)
#28200B
(40,32,11)
#1E1909
(30,25,9)
#141207
(20,18,7)
#0A0B05
(10,11,5)
#000000
(0,0,0)

Tints of #6E5119

#6E5119
(110,81,25)
#7B602D
(123,96,45)
#886F41
(136,111,65)
#957E55
(149,126,85)
#A28D69
(162,141,105)
#AF9C7D
(175,156,125)
#BCAB91
(188,171,145)
#C9BAA5
(201,186,165)
#D6C9B9
(214,201,185)
#E3D8CD
(227,216,205)
#F0E7E1
(240,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5119; }

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

This text font color is #6E5119.

Background Color

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

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

This div background color is #6E5119.

Border color

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

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

This div border color is #6E5119.

Opacity

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

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

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

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

This text has shadow with #6E5119 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E5119.

Preview

Color preview on black background

This text has color #6E5119 on black background.


Color preview on white background

This text has color #6E5119 on white background.


Black color preview on #6E5119 background

This text has black color on #6E5119 background.


White color preview on #6E5119 background

This text has white color on #6E5119 background.


Related colors

Complementary color

Complementary color for #hex is #91AEE6.


I love getcolorcode.com

Triadic colors

1 #196E51 and #51196E with #6E5119 are triadic colors.

2 #19516E and #516E19 with #6E5119 are triadic colors.