COLOR #6E482E

HEX: #6E482E RGB: (110,72,46)

Color info

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

RGB color model

#6E482E color RGB value is (110,72,46).

RGB: (110,72,46) (43%, 28%, 18%)

RGB channels and saturation

R 110 of 255 = 43%
G 72 of 255 = 28%
B 46 of 255 = 18%

110
72
46

R + G + B ~ 30%. #6E482E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 72 + 46 = 228 (100%)
R 110 of 228 ~ 48.25%
G 72 of 228 ~ 31.58%
B 46 of 228 ~ 20.18'%

%48.25
%31.58
%20.18

CMYK color model

#6E482E color CMYK value is (0,35,58,57).

  • cyan value is 0.00%
  • magenta value is 34.55%
  • yellow value is 58.18%
  • key color value is 56.86%

CMYK: (0,35,58,57)
C0M35Y58K57 (0%, 35%, 58%, 57%)
(0.00 / 0.35 / 0.58 / 0.57)

CMYK percentages

%0
%34.55
%58.18
%56.86

Codes

Color #6E482E in popluar color models

6E 48 2E
RGB 110 72 46
HSL 24° 41.03% 30.59%
HSB/HSV 24° 58.18% 43.14%
CMYK 0.00% 34.55% 58.18%
56.86%

Color #6E482E in popluar number systems.

HEX 6E 48 2E
Decimal 110 72 46
Binary 1101110 1001000 101110
Octal 156 110 56

Shades and tints

Shades of #6E482E

#6E482E
(110,72,46)
#64422A
(100,66,42)
#5A3C26
(90,60,38)
#503622
(80,54,34)
#46301E
(70,48,30)
#3C2A1A
(60,42,26)
#322416
(50,36,22)
#281E12
(40,30,18)
#1E180E
(30,24,14)
#14120A
(20,18,10)
#0A0C06
(10,12,6)
#000000
(0,0,0)

Tints of #6E482E

#6E482E
(110,72,46)
#7B5841
(123,88,65)
#886854
(136,104,84)
#957867
(149,120,103)
#A2887A
(162,136,122)
#AF988D
(175,152,141)
#BCA8A0
(188,168,160)
#C9B8B3
(201,184,179)
#D6C8C6
(214,200,198)
#E3D8D9
(227,216,217)
#F0E8EC
(240,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E482E; }

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

This text font color is #6E482E.

Background Color

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

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

This div background color is #6E482E.

Border color

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

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

This div border color is #6E482E.

Opacity

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

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

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

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

This text has shadow with #6E482E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E482E.

Preview

Color preview on black background

This text has color #6E482E on black background.


Color preview on white background

This text has color #6E482E on white background.


Black color preview on #6E482E background

This text has black color on #6E482E background.


White color preview on #6E482E background

This text has white color on #6E482E background.


Related colors

Complementary color

Complementary color for #hex is #91B7D1.


I love getcolorcode.com

Triadic colors

1 #2E6E48 and #482E6E with #6E482E are triadic colors.

2 #2E486E and #486E2E with #6E482E are triadic colors.