COLOR #6E422E

HEX: #6E422E
RGB: (110,66,46)

Color info

#6E422E contains mainly red and green colors. Web safe color of #6E422E is #663333 (or #633).

RGB color model

#6E422E color RGB value is (110,66,46).

  • red value is 110;
  • green value is 66;
  • blue value is 46.
RGB:
(110,66,46)
(43%,26%,18%)

RGB channels and saturation

R 110 of 255 = 43%
G 66 of 255 = 26%
B 46 of 255 = 18%

110
66
46

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

Portions of RGB colors in percentages

R + G + B =
110 + 66 + 46 = 222 (100%)
R 110 of 222 ~ 49.55%
G 66 of 222 ~ 29.73%
B 46 of 222 ~ 20.72%

%49.55
%29.73
%20.72

CMYK color model

#6E422E color CMYK value is (0,40,58,57).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 58.18%
  • key color value is 56.86%
CMYK:
(0,40,58,57)
C0M40Y58K57 
(0%,40%,58%,57%)
(0.00/0.40/0.58/0.57)	

CMYK percentages

%0
%40
%58.18
%56.86

Codes

Color #6E422E in popluar color models

6E422E
RGB1106646
HSL19°41.03%30.59%
HSB/HSV19°58.18%43.14%
CMYK0.00%40.00%58.18%
56.86%

Color #6E422E in popluar number systems.

HEX6E422E
Decimal1106646
Binary11011101000010101110
Octal15610256

Shades and tints

Shades of #6E422E

#6E422E
(110,66,46)
#643C2A
(100,60,42)
#5A3626
(90,54,38)
#503022
(80,48,34)
#462A1E
(70,42,30)
#3C241A
(60,36,26)
#321E16
(50,30,22)
#281812
(40,24,18)
#1E120E
(30,18,14)
#140C0A
(20,12,10)
#0A0606
(10,6,6)
#000000
(0,0,0)

Tints of #6E422E

#6E422E
(110,66,46)
#7B5341
(123,83,65)
#886454
(136,100,84)
#957567
(149,117,103)
#A2867A
(162,134,122)
#AF978D
(175,151,141)
#BCA8A0
(188,168,160)
#C9B9B3
(201,185,179)
#D6CAC6
(214,202,198)
#E3DBD9
(227,219,217)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E422E color. Also use rgb(110,66,46) instead hex code.

Text Font Color

.myTextColor { color: #6E422E; }

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

This text font color is #6E422E.


Background Color

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

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

This div background color is #6E422E.


Border color

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

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

This div border color is #6E422E.


Opacity

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

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

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

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

This text has shadow with #6E422E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E422E on black background.


Color preview on white background

This text has color #6E422E on white background.



Black color preview on #6E422E background

This text has black color on #6E422E background.


White color preview on #6E422E background

This text has white color on #6E422E background.