COLOR #6E3C17

HEX: #6E3C17
RGB: (110,60,23)

Color info

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

RGB color model

#6E3C17 color RGB value is (110,60,23).

  • red value is 110;
  • green value is 60;
  • blue value is 23.
RGB:
(110,60,23)
(43%,24%,9%)

RGB channels and saturation

R 110 of 255 = 43%
G 60 of 255 = 24%
B 23 of 255 = 9%

110
60
23

R + G + B ~ 25%. #6E3C17 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 60 + 23 = 193 (100%)
R 110 of 193 ~ 56.99%
G 60 of 193 ~ 31.09%
B 23 of 193 ~ 11.92%

%56.99
%31.09
%11.92

CMYK color model

#6E3C17 color CMYK value is (0,45,79,57).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 79.09%
  • key color value is 56.86%
CMYK:
(0,45,79,57)
C0M45Y79K57 
(0%,45%,79%,57%)
(0.00/0.45/0.79/0.57)	

CMYK percentages

%0
%45.45
%79.09
%56.86

Codes

Color #6E3C17 in popluar color models

6E3C17
RGB1106023
HSL26°65.41%26.08%
HSB/HSV26°79.09%43.14%
CMYK0.00%45.45%79.09%
56.86%

Color #6E3C17 in popluar number systems.

HEX6E3C17
Decimal1106023
Binary110111011110010111
Octal1567427

Shades and tints

Shades of #6E3C17

#6E3C17
(110,60,23)
#643715
(100,55,21)
#5A3213
(90,50,19)
#502D11
(80,45,17)
#46280F
(70,40,15)
#3C230D
(60,35,13)
#321E0B
(50,30,11)
#281909
(40,25,9)
#1E1407
(30,20,7)
#140F05
(20,15,5)
#0A0A03
(10,10,3)
#000000
(0,0,0)

Tints of #6E3C17

#6E3C17
(110,60,23)
#7B4D2C
(123,77,44)
#885E41
(136,94,65)
#956F56
(149,111,86)
#A2806B
(162,128,107)
#AF9180
(175,145,128)
#BCA295
(188,162,149)
#C9B3AA
(201,179,170)
#D6C4BF
(214,196,191)
#E3D5D4
(227,213,212)
#F0E6E9
(240,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E3C17 color. Also use rgb(110,60,23) instead hex code.

Text Font Color

.myTextColor { color: #6E3C17; }

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

This text font color is #6E3C17.


Background Color

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

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

This div background color is #6E3C17.


Border color

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

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

This div border color is #6E3C17.


Opacity

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

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

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

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

This text has shadow with #6E3C17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3C17 on black background.


Color preview on white background

This text has color #6E3C17 on white background.



Black color preview on #6E3C17 background

This text has black color on #6E3C17 background.


White color preview on #6E3C17 background

This text has white color on #6E3C17 background.