COLOR #6E562A

HEX: #6E562A
RGB: (110,86,42)

Color info

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

RGB color model

#6E562A color RGB value is (110,86,42).

  • red value is 110;
  • green value is 86;
  • blue value is 42.
RGB:
(110,86,42)
(43%,34%,16%)

RGB channels and saturation

R 110 of 255 = 43%
G 86 of 255 = 34%
B 42 of 255 = 16%

110
86
42

R + G + B ~ 31%. #6E562A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 86 + 42 = 238 (100%)
R 110 of 238 ~ 46.22%
G 86 of 238 ~ 36.13%
B 42 of 238 ~ 17.65%

%46.22
%36.13
%17.65

CMYK color model

#6E562A color CMYK value is (0,22,62,57).

  • cyan value is 0.00%
  • magenta value is 21.82%
  • yellow value is 61.82%
  • key color value is 56.86%
CMYK:
(0,22,62,57)
C0M22Y62K57 
(0%,22%,62%,57%)
(0.00/0.22/0.62/0.57)	

CMYK percentages

%0
%21.82
%61.82
%56.86

Codes

Color #6E562A in popluar color models

6E562A
RGB1108642
HSL39°44.74%29.80%
HSB/HSV39°61.82%43.14%
CMYK0.00%21.82%61.82%
56.86%

Color #6E562A in popluar number systems.

HEX6E562A
Decimal1108642
Binary11011101010110101010
Octal15612652

Shades and tints

Shades of #6E562A

#6E562A
(110,86,42)
#644F27
(100,79,39)
#5A4824
(90,72,36)
#504121
(80,65,33)
#463A1E
(70,58,30)
#3C331B
(60,51,27)
#322C18
(50,44,24)
#282515
(40,37,21)
#1E1E12
(30,30,18)
#14170F
(20,23,15)
#0A100C
(10,16,12)
#000000
(0,0,0)

Tints of #6E562A

#6E562A
(110,86,42)
#7B653D
(123,101,61)
#887450
(136,116,80)
#958363
(149,131,99)
#A29276
(162,146,118)
#AFA189
(175,161,137)
#BCB09C
(188,176,156)
#C9BFAF
(201,191,175)
#D6CEC2
(214,206,194)
#E3DDD5
(227,221,213)
#F0ECE8
(240,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E562A color. Also use rgb(110,86,42) instead hex code.

Text Font Color

.myTextColor { color: #6E562A; }

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

This text font color is #6E562A.


Background Color

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

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

This div background color is #6E562A.


Border color

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

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

This div border color is #6E562A.


Opacity

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

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

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

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

This text has shadow with #6E562A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E562A on black background.


Color preview on white background

This text has color #6E562A on white background.



Black color preview on #6E562A background

This text has black color on #6E562A background.


White color preview on #6E562A background

This text has white color on #6E562A background.