COLOR #6C4719

HEX: #6C4719
RGB: (108,71,25)

Color info

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

RGB color model

#6C4719 color RGB value is (108,71,25).

  • red value is 108;
  • green value is 71;
  • blue value is 25.
RGB:
(108,71,25)
(42%,28%,10%)

RGB channels and saturation

R 108 of 255 = 42%
G 71 of 255 = 28%
B 25 of 255 = 10%

108
71
25

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

Portions of RGB colors in percentages

R + G + B =
108 + 71 + 25 = 204 (100%)
R 108 of 204 ~ 52.94%
G 71 of 204 ~ 34.8%
B 25 of 204 ~ 12.25%

%52.94
%34.8
%12.25

CMYK color model

#6C4719 color CMYK value is (0,34,77,58).

  • cyan value is 0.00%
  • magenta value is 34.26%
  • yellow value is 76.85%
  • key color value is 57.65%
CMYK:
(0,34,77,58)
C0M34Y77K58 
(0%,34%,77%,58%)
(0.00/0.34/0.77/0.58)	

CMYK percentages

%0
%34.26
%76.85
%57.65

Codes

Color #6C4719 in popluar color models

6C4719
RGB1087125
HSL33°62.41%26.08%
HSB/HSV33°76.85%42.35%
CMYK0.00%34.26%76.85%
57.65%

Color #6C4719 in popluar number systems.

HEX6C4719
Decimal1087125
Binary1101100100011111001
Octal15410731

Shades and tints

Shades of #6C4719

#6C4719
(108,71,25)
#634117
(99,65,23)
#5A3B15
(90,59,21)
#513513
(81,53,19)
#482F11
(72,47,17)
#3F290F
(63,41,15)
#36230D
(54,35,13)
#2D1D0B
(45,29,11)
#241709
(36,23,9)
#1B1107
(27,17,7)
#120B05
(18,11,5)
#000000
(0,0,0)

Tints of #6C4719

#6C4719
(108,71,25)
#79572D
(121,87,45)
#866741
(134,103,65)
#937755
(147,119,85)
#A08769
(160,135,105)
#AD977D
(173,151,125)
#BAA791
(186,167,145)
#C7B7A5
(199,183,165)
#D4C7B9
(212,199,185)
#E1D7CD
(225,215,205)
#EEE7E1
(238,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4719 color. Also use rgb(108,71,25) instead hex code.

Text Font Color

.myTextColor { color: #6C4719; }

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

This text font color is #6C4719.


Background Color

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

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

This div background color is #6C4719.


Border color

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

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

This div border color is #6C4719.


Opacity

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

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

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

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

This text has shadow with #6C4719 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4719 on black background.


Color preview on white background

This text has color #6C4719 on white background.



Black color preview on #6C4719 background

This text has black color on #6C4719 background.


White color preview on #6C4719 background

This text has white color on #6C4719 background.