COLOR #6C4011

HEX: #6C4011
RGB: (108,64,17)

Color info

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

RGB color model

#6C4011 color RGB value is (108,64,17).

  • red value is 108;
  • green value is 64;
  • blue value is 17.
RGB:
(108,64,17)
(42%,25%,7%)

RGB channels and saturation

R 108 of 255 = 42%
G 64 of 255 = 25%
B 17 of 255 = 7%

108
64
17

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

Portions of RGB colors in percentages

R + G + B =
108 + 64 + 17 = 189 (100%)
R 108 of 189 ~ 57.14%
G 64 of 189 ~ 33.86%
B 17 of 189 ~ 8.99%

%57.14
%33.86

CMYK color model

#6C4011 color CMYK value is (0,41,84,58).

  • cyan value is 0.00%
  • magenta value is 40.74%
  • yellow value is 84.26%
  • key color value is 57.65%
CMYK:
(0,41,84,58)
C0M41Y84K58 
(0%,41%,84%,58%)
(0.00/0.41/0.84/0.58)	

CMYK percentages

%0
%40.74
%84.26
%57.65

Codes

Color #6C4011 in popluar color models

6C4011
RGB1086417
HSL31°72.80%24.51%
HSB/HSV31°84.26%42.35%
CMYK0.00%40.74%84.26%
57.65%

Color #6C4011 in popluar number systems.

HEX6C4011
Decimal1086417
Binary1101100100000010001
Octal15410021

Shades and tints

Shades of #6C4011

#6C4011
(108,64,17)
#633B10
(99,59,16)
#5A360F
(90,54,15)
#51310E
(81,49,14)
#482C0D
(72,44,13)
#3F270C
(63,39,12)
#36220B
(54,34,11)
#2D1D0A
(45,29,10)
#241809
(36,24,9)
#1B1308
(27,19,8)
#120E07
(18,14,7)
#000000
(0,0,0)

Tints of #6C4011

#6C4011
(108,64,17)
#795126
(121,81,38)
#86623B
(134,98,59)
#937350
(147,115,80)
#A08465
(160,132,101)
#AD957A
(173,149,122)
#BAA68F
(186,166,143)
#C7B7A4
(199,183,164)
#D4C8B9
(212,200,185)
#E1D9CE
(225,217,206)
#EEEAE3
(238,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4011 color. Also use rgb(108,64,17) instead hex code.

Text Font Color

.myTextColor { color: #6C4011; }

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

This text font color is #6C4011.


Background Color

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

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

This div background color is #6C4011.


Border color

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

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

This div border color is #6C4011.


Opacity

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

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

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

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

This text has shadow with #6C4011 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4011 on black background.


Color preview on white background

This text has color #6C4011 on white background.



Black color preview on #6C4011 background

This text has black color on #6C4011 background.


White color preview on #6C4011 background

This text has white color on #6C4011 background.