COLOR #6E5022

HEX: #6E5022
RGB: (110,80,34)

Color info

#6E5022 contains mainly red and green colors. Web safe color of #6E5022 is #666633 (or #663).

RGB color model

#6E5022 color RGB value is (110,80,34).

  • red value is 110;
  • green value is 80;
  • blue value is 34.
RGB:
(110,80,34)
(43%,31%,13%)

RGB channels and saturation

R 110 of 255 = 43%
G 80 of 255 = 31%
B 34 of 255 = 13%

110
80
34

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

Portions of RGB colors in percentages

R + G + B =
110 + 80 + 34 = 224 (100%)
R 110 of 224 ~ 49.11%
G 80 of 224 ~ 35.71%
B 34 of 224 ~ 15.18%

%49.11
%35.71
%15.18

CMYK color model

#6E5022 color CMYK value is (0,27,69,57).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 69.09%
  • key color value is 56.86%
CMYK:
(0,27,69,57)
C0M27Y69K57 
(0%,27%,69%,57%)
(0.00/0.27/0.69/0.57)	

CMYK percentages

%0
%27.27
%69.09
%56.86

Codes

Color #6E5022 in popluar color models

6E5022
RGB1108034
HSL36°52.78%28.24%
HSB/HSV36°69.09%43.14%
CMYK0.00%27.27%69.09%
56.86%

Color #6E5022 in popluar number systems.

HEX6E5022
Decimal1108034
Binary11011101010000100010
Octal15612042

Shades and tints

Shades of #6E5022

#6E5022
(110,80,34)
#64491F
(100,73,31)
#5A421C
(90,66,28)
#503B19
(80,59,25)
#463416
(70,52,22)
#3C2D13
(60,45,19)
#322610
(50,38,16)
#281F0D
(40,31,13)
#1E180A
(30,24,10)
#141107
(20,17,7)
#0A0A04
(10,10,4)
#000000
(0,0,0)

Tints of #6E5022

#6E5022
(110,80,34)
#7B5F36
(123,95,54)
#886E4A
(136,110,74)
#957D5E
(149,125,94)
#A28C72
(162,140,114)
#AF9B86
(175,155,134)
#BCAA9A
(188,170,154)
#C9B9AE
(201,185,174)
#D6C8C2
(214,200,194)
#E3D7D6
(227,215,214)
#F0E6EA
(240,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5022; }

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

This text font color is #6E5022.


Background Color

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

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

This div background color is #6E5022.


Border color

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

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

This div border color is #6E5022.


Opacity

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

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

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

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

This text has shadow with #6E5022 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5022 on black background.


Color preview on white background

This text has color #6E5022 on white background.



Black color preview on #6E5022 background

This text has black color on #6E5022 background.


White color preview on #6E5022 background

This text has white color on #6E5022 background.