COLOR #6E3D19

HEX: #6E3D19
RGB: (110,61,25)

Color info

#6E3D19 contains mainly red and green colors. Web safe color of #6E3D19 is #663300 (or #630).

RGB color model

#6E3D19 color RGB value is (110,61,25).

  • red value is 110;
  • green value is 61;
  • blue value is 25.
RGB:
(110,61,25)
(43%,24%,10%)

RGB channels and saturation

R 110 of 255 = 43%
G 61 of 255 = 24%
B 25 of 255 = 10%

110
61
25

R + G + B ~ 26%. #6E3D19 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 61 + 25 = 196 (100%)
R 110 of 196 ~ 56.12%
G 61 of 196 ~ 31.12%
B 25 of 196 ~ 12.76%

%56.12
%31.12
%12.76

CMYK color model

#6E3D19 color CMYK value is (0,45,77,57).

  • cyan value is 0.00%
  • magenta value is 44.55%
  • yellow value is 77.27%
  • key color value is 56.86%
CMYK:
(0,45,77,57)
C0M45Y77K57 
(0%,45%,77%,57%)
(0.00/0.45/0.77/0.57)	

CMYK percentages

%0
%44.55
%77.27
%56.86

Codes

Color #6E3D19 in popluar color models

6E3D19
RGB1106125
HSL25°62.96%26.47%
HSB/HSV25°77.27%43.14%
CMYK0.00%44.55%77.27%
56.86%

Color #6E3D19 in popluar number systems.

HEX6E3D19
Decimal1106125
Binary110111011110111001
Octal1567531

Shades and tints

Shades of #6E3D19

#6E3D19
(110,61,25)
#643817
(100,56,23)
#5A3315
(90,51,21)
#502E13
(80,46,19)
#462911
(70,41,17)
#3C240F
(60,36,15)
#321F0D
(50,31,13)
#281A0B
(40,26,11)
#1E1509
(30,21,9)
#141007
(20,16,7)
#0A0B05
(10,11,5)
#000000
(0,0,0)

Tints of #6E3D19

#6E3D19
(110,61,25)
#7B4E2D
(123,78,45)
#885F41
(136,95,65)
#957055
(149,112,85)
#A28169
(162,129,105)
#AF927D
(175,146,125)
#BCA391
(188,163,145)
#C9B4A5
(201,180,165)
#D6C5B9
(214,197,185)
#E3D6CD
(227,214,205)
#F0E7E1
(240,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E3D19 color. Also use rgb(110,61,25) instead hex code.

Text Font Color

.myTextColor { color: #6E3D19; }

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

This text font color is #6E3D19.


Background Color

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

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

This div background color is #6E3D19.


Border color

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

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

This div border color is #6E3D19.


Opacity

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

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

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

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

This text has shadow with #6E3D19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3D19 on black background.


Color preview on white background

This text has color #6E3D19 on white background.



Black color preview on #6E3D19 background

This text has black color on #6E3D19 background.


White color preview on #6E3D19 background

This text has white color on #6E3D19 background.