COLOR #6E3717

HEX: #6E3717 RGB: (110,55,23)

Color info

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

RGB color model

#6E3717 color RGB value is (110,55,23).

RGB: (110,55,23) (43%, 22%, 9%)

RGB channels and saturation

R 110 of 255 = 43%
G 55 of 255 = 22%
B 23 of 255 = 9%

110
55
23

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

Portions of RGB colors in percentages

R + G + B = 110 + 55 + 23 = 188 (100%)
R 110 of 188 ~ 58.51%
G 55 of 188 ~ 29.26%
B 23 of 188 ~ 12.23'%

%58.51
%29.26
%12.23

CMYK color model

#6E3717 color CMYK value is (0,50,79,57).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 79.09%
  • key color value is 56.86%

CMYK: (0,50,79,57)
C0M50Y79K57 (0%, 50%, 79%, 57%)
(0.00 / 0.50 / 0.79 / 0.57)

CMYK percentages

%0
%50
%79.09
%56.86

Codes

Color #6E3717 in popluar color models

6E 37 17
RGB 110 55 23
HSL 22° 65.41% 26.08%
HSB/HSV 22° 79.09% 43.14%
CMYK 0.00% 50.00% 79.09%
56.86%

Color #6E3717 in popluar number systems.

HEX 6E 37 17
Decimal 110 55 23
Binary 1101110 110111 10111
Octal 156 67 27

Shades and tints

Shades of #6E3717

#6E3717
(110,55,23)
#643215
(100,50,21)
#5A2D13
(90,45,19)
#502811
(80,40,17)
#46230F
(70,35,15)
#3C1E0D
(60,30,13)
#32190B
(50,25,11)
#281409
(40,20,9)
#1E0F07
(30,15,7)
#140A05
(20,10,5)
#0A0503
(10,5,3)
#000000
(0,0,0)

Tints of #6E3717

#6E3717
(110,55,23)
#7B492C
(123,73,44)
#885B41
(136,91,65)
#956D56
(149,109,86)
#A27F6B
(162,127,107)
#AF9180
(175,145,128)
#BCA395
(188,163,149)
#C9B5AA
(201,181,170)
#D6C7BF
(214,199,191)
#E3D9D4
(227,217,212)
#F0EBE9
(240,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E3717; }

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

This text font color is #6E3717.

Background Color

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

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

This div background color is #6E3717.

Border color

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

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

This div border color is #6E3717.

Opacity

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

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

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

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

This text has shadow with #6E3717 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E3717.

Preview

Color preview on black background

This text has color #6E3717 on black background.


Color preview on white background

This text has color #6E3717 on white background.


Black color preview on #6E3717 background

This text has black color on #6E3717 background.


White color preview on #6E3717 background

This text has white color on #6E3717 background.


Related colors

Complementary color

Complementary color for #hex is #91C8E8.


I love getcolorcode.com

Triadic colors

1 #176E37 and #37176E with #6E3717 are triadic colors.

2 #17376E and #376E17 with #6E3717 are triadic colors.