COLOR #6E3E32

HEX: #6E3E32 RGB: (110,62,50)

Color info

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

RGB color model

#6E3E32 color RGB value is (110,62,50).

RGB: (110,62,50) (43%, 24%, 20%)

RGB channels and saturation

R 110 of 255 = 43%
G 62 of 255 = 24%
B 50 of 255 = 20%

110
62
50

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

Portions of RGB colors in percentages

R + G + B = 110 + 62 + 50 = 222 (100%)
R 110 of 222 ~ 49.55%
G 62 of 222 ~ 27.93%
B 50 of 222 ~ 22.52'%

%49.55
%27.93
%22.52

CMYK color model

#6E3E32 color CMYK value is (0,44,55,57).

  • cyan value is 0.00%
  • magenta value is 43.64%
  • yellow value is 54.55%
  • key color value is 56.86%

CMYK: (0,44,55,57)
C0M44Y55K57 (0%, 44%, 55%, 57%)
(0.00 / 0.44 / 0.55 / 0.57)

CMYK percentages

%0
%43.64
%54.55
%56.86

Codes

Color #6E3E32 in popluar color models

6E 3E 32
RGB 110 62 50
HSL 12° 37.50% 31.37%
HSB/HSV 12° 54.55% 43.14%
CMYK 0.00% 43.64% 54.55%
56.86%

Color #6E3E32 in popluar number systems.

HEX 6E 3E 32
Decimal 110 62 50
Binary 1101110 111110 110010
Octal 156 76 62

Shades and tints

Shades of #6E3E32

#6E3E32
(110,62,50)
#64392E
(100,57,46)
#5A342A
(90,52,42)
#502F26
(80,47,38)
#462A22
(70,42,34)
#3C251E
(60,37,30)
#32201A
(50,32,26)
#281B16
(40,27,22)
#1E1612
(30,22,18)
#14110E
(20,17,14)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #6E3E32

#6E3E32
(110,62,50)
#7B4F44
(123,79,68)
#886056
(136,96,86)
#957168
(149,113,104)
#A2827A
(162,130,122)
#AF938C
(175,147,140)
#BCA49E
(188,164,158)
#C9B5B0
(201,181,176)
#D6C6C2
(214,198,194)
#E3D7D4
(227,215,212)
#F0E8E6
(240,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E3E32 color. Also use rgb(110,62,50) instead hex code.

Text Font Color

.myTextColor { color: #6E3E32; }

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

This text font color is #6E3E32.

Background Color

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

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

This div background color is #6E3E32.

Border color

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

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

This div border color is #6E3E32.

Opacity

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

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

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

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

This text has shadow with #6E3E32 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E3E32.

Preview

Color preview on black background

This text has color #6E3E32 on black background.


Color preview on white background

This text has color #6E3E32 on white background.


Black color preview on #6E3E32 background

This text has black color on #6E3E32 background.


White color preview on #6E3E32 background

This text has white color on #6E3E32 background.


Related colors

Complementary color

Complementary color for #hex is #91C1CD.


I love getcolorcode.com

Triadic colors

1 #326E3E and #3E326E with #6E3E32 are triadic colors.

2 #323E6E and #3E6E32 with #6E3E32 are triadic colors.