COLOR #6C5747

HEX: #6C5747
RGB: (108,87,71)

Color info

#6C5747 contains red, green and blue colors in about the same proportion. Web safe color of #6C5747 is #666633 (or #663).

RGB color model

#6C5747 color RGB value is (108,87,71).

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

RGB channels and saturation

R 108 of 255 = 42%
G 87 of 255 = 34%
B 71 of 255 = 28%

108
87
71

R + G + B ~ 35%. #6C5747 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 87 + 71 = 266 (100%)
R 108 of 266 ~ 40.6%
G 87 of 266 ~ 32.71%
B 71 of 266 ~ 26.69%

%40.6
%32.71
%26.69

CMYK color model

#6C5747 color CMYK value is (0,19,34,58).

  • cyan value is 0.00%
  • magenta value is 19.44%
  • yellow value is 34.26%
  • key color value is 57.65%
CMYK:
(0,19,34,58)
C0M19Y34K58 
(0%,19%,34%,58%)
(0.00/0.19/0.34/0.58)	

CMYK percentages

%0
%19.44
%34.26
%57.65

Codes

Color #6C5747 in popluar color models

6C5747
RGB1088771
HSL26°20.67%35.10%
HSB/HSV26°34.26%42.35%
CMYK0.00%19.44%34.26%
57.65%

Color #6C5747 in popluar number systems.

HEX6C5747
Decimal1088771
Binary110110010101111000111
Octal154127107

Shades and tints

Shades of #6C5747

#6C5747
(108,87,71)
#635041
(99,80,65)
#5A493B
(90,73,59)
#514235
(81,66,53)
#483B2F
(72,59,47)
#3F3429
(63,52,41)
#362D23
(54,45,35)
#2D261D
(45,38,29)
#241F17
(36,31,23)
#1B1811
(27,24,17)
#12110B
(18,17,11)
#000000
(0,0,0)

Tints of #6C5747

#6C5747
(108,87,71)
#796657
(121,102,87)
#867567
(134,117,103)
#938477
(147,132,119)
#A09387
(160,147,135)
#ADA297
(173,162,151)
#BAB1A7
(186,177,167)
#C7C0B7
(199,192,183)
#D4CFC7
(212,207,199)
#E1DED7
(225,222,215)
#EEEDE7
(238,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5747; }

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

This text font color is #6C5747.


Background Color

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

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

This div background color is #6C5747.


Border color

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

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

This div border color is #6C5747.


Opacity

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

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

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

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

This text has shadow with #6C5747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5747 on black background.


Color preview on white background

This text has color #6C5747 on white background.



Black color preview on #6C5747 background

This text has black color on #6C5747 background.


White color preview on #6C5747 background

This text has white color on #6C5747 background.