COLOR #6E3826

HEX: #6E3826
RGB: (110,56,38)

Color info

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

RGB color model

#6E3826 color RGB value is (110,56,38).

  • red value is 110;
  • green value is 56;
  • blue value is 38.
RGB:
(110,56,38)
(43%,22%,15%)

RGB channels and saturation

R 110 of 255 = 43%
G 56 of 255 = 22%
B 38 of 255 = 15%

110
56
38

R + G + B ~ 27%. #6E3826 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 56 + 38 = 204 (100%)
R 110 of 204 ~ 53.92%
G 56 of 204 ~ 27.45%
B 38 of 204 ~ 18.63%

%53.92
%27.45
%18.63

CMYK color model

#6E3826 color CMYK value is (0,49,65,57).

  • cyan value is 0.00%
  • magenta value is 49.09%
  • yellow value is 65.45%
  • key color value is 56.86%
CMYK:
(0,49,65,57)
C0M49Y65K57 
(0%,49%,65%,57%)
(0.00/0.49/0.65/0.57)	

CMYK percentages

%0
%49.09
%65.45
%56.86

Codes

Color #6E3826 in popluar color models

6E3826
RGB1105638
HSL15°48.65%29.02%
HSB/HSV15°65.45%43.14%
CMYK0.00%49.09%65.45%
56.86%

Color #6E3826 in popluar number systems.

HEX6E3826
Decimal1105638
Binary1101110111000100110
Octal1567046

Shades and tints

Shades of #6E3826

#6E3826
(110,56,38)
#643323
(100,51,35)
#5A2E20
(90,46,32)
#50291D
(80,41,29)
#46241A
(70,36,26)
#3C1F17
(60,31,23)
#321A14
(50,26,20)
#281511
(40,21,17)
#1E100E
(30,16,14)
#140B0B
(20,11,11)
#0A0608
(10,6,8)
#000000
(0,0,0)

Tints of #6E3826

#6E3826
(110,56,38)
#7B4A39
(123,74,57)
#885C4C
(136,92,76)
#956E5F
(149,110,95)
#A28072
(162,128,114)
#AF9285
(175,146,133)
#BCA498
(188,164,152)
#C9B6AB
(201,182,171)
#D6C8BE
(214,200,190)
#E3DAD1
(227,218,209)
#F0ECE4
(240,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E3826 color. Also use rgb(110,56,38) instead hex code.

Text Font Color

.myTextColor { color: #6E3826; }

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

This text font color is #6E3826.


Background Color

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

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

This div background color is #6E3826.


Border color

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

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

This div border color is #6E3826.


Opacity

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

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

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

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

This text has shadow with #6E3826 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3826 on black background.


Color preview on white background

This text has color #6E3826 on white background.



Black color preview on #6E3826 background

This text has black color on #6E3826 background.


White color preview on #6E3826 background

This text has white color on #6E3826 background.