COLOR #6C5519

HEX: #6C5519
RGB: (108,85,25)

Color info

#6C5519 contains mainly red and green colors. Web safe color of #6C5519 is #666600 (or #660).

RGB color model

#6C5519 color RGB value is (108,85,25).

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

RGB channels and saturation

R 108 of 255 = 42%
G 85 of 255 = 33%
B 25 of 255 = 10%

108
85
25

R + G + B ~ 28%. #6C5519 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 85 + 25 = 218 (100%)
R 108 of 218 ~ 49.54%
G 85 of 218 ~ 38.99%
B 25 of 218 ~ 11.47%

%49.54
%38.99
%11.47

CMYK color model

#6C5519 color CMYK value is (0,21,77,58).

  • cyan value is 0.00%
  • magenta value is 21.30%
  • yellow value is 76.85%
  • key color value is 57.65%
CMYK:
(0,21,77,58)
C0M21Y77K58 
(0%,21%,77%,58%)
(0.00/0.21/0.77/0.58)	

CMYK percentages

%0
%21.3
%76.85
%57.65

Codes

Color #6C5519 in popluar color models

6C5519
RGB1088525
HSL43°62.41%26.08%
HSB/HSV43°76.85%42.35%
CMYK0.00%21.30%76.85%
57.65%

Color #6C5519 in popluar number systems.

HEX6C5519
Decimal1088525
Binary1101100101010111001
Octal15412531

Shades and tints

Shades of #6C5519

#6C5519
(108,85,25)
#634E17
(99,78,23)
#5A4715
(90,71,21)
#514013
(81,64,19)
#483911
(72,57,17)
#3F320F
(63,50,15)
#362B0D
(54,43,13)
#2D240B
(45,36,11)
#241D09
(36,29,9)
#1B1607
(27,22,7)
#120F05
(18,15,5)
#000000
(0,0,0)

Tints of #6C5519

#6C5519
(108,85,25)
#79642D
(121,100,45)
#867341
(134,115,65)
#938255
(147,130,85)
#A09169
(160,145,105)
#ADA07D
(173,160,125)
#BAAF91
(186,175,145)
#C7BEA5
(199,190,165)
#D4CDB9
(212,205,185)
#E1DCCD
(225,220,205)
#EEEBE1
(238,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5519; }

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

This text font color is #6C5519.


Background Color

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

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

This div background color is #6C5519.


Border color

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

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

This div border color is #6C5519.


Opacity

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

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

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

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

This text has shadow with #6C5519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5519 on black background.


Color preview on white background

This text has color #6C5519 on white background.



Black color preview on #6C5519 background

This text has black color on #6C5519 background.


White color preview on #6C5519 background

This text has white color on #6C5519 background.