COLOR #6C5C3C

HEX: #6C5C3C
RGB: (108,92,60)

Color info

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

RGB color model

#6C5C3C color RGB value is (108,92,60).

  • red value is 108;
  • green value is 92;
  • blue value is 60.
RGB:
(108,92,60)
(42%,36%,24%)

RGB channels and saturation

R 108 of 255 = 42%
G 92 of 255 = 36%
B 60 of 255 = 24%

108
92
60

R + G + B ~ 34%. #6C5C3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 92 + 60 = 260 (100%)
R 108 of 260 ~ 41.54%
G 92 of 260 ~ 35.38%
B 60 of 260 ~ 23.08%

%41.54
%35.38
%23.08

CMYK color model

#6C5C3C color CMYK value is (0,15,44,58).

  • cyan value is 0.00%
  • magenta value is 14.81%
  • yellow value is 44.44%
  • key color value is 57.65%
CMYK:
(0,15,44,58)
C0M15Y44K58 
(0%,15%,44%,58%)
(0.00/0.15/0.44/0.58)	

CMYK percentages

%0
%14.81
%44.44
%57.65

Codes

Color #6C5C3C in popluar color models

6C5C3C
RGB1089260
HSL40°28.57%32.94%
HSB/HSV40°44.44%42.35%
CMYK0.00%14.81%44.44%
57.65%

Color #6C5C3C in popluar number systems.

HEX6C5C3C
Decimal1089260
Binary11011001011100111100
Octal15413474

Shades and tints

Shades of #6C5C3C

#6C5C3C
(108,92,60)
#635437
(99,84,55)
#5A4C32
(90,76,50)
#51442D
(81,68,45)
#483C28
(72,60,40)
#3F3423
(63,52,35)
#362C1E
(54,44,30)
#2D2419
(45,36,25)
#241C14
(36,28,20)
#1B140F
(27,20,15)
#120C0A
(18,12,10)
#000000
(0,0,0)

Tints of #6C5C3C

#6C5C3C
(108,92,60)
#796A4D
(121,106,77)
#86785E
(134,120,94)
#93866F
(147,134,111)
#A09480
(160,148,128)
#ADA291
(173,162,145)
#BAB0A2
(186,176,162)
#C7BEB3
(199,190,179)
#D4CCC4
(212,204,196)
#E1DAD5
(225,218,213)
#EEE8E6
(238,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5C3C color. Also use rgb(108,92,60) instead hex code.

Text Font Color

.myTextColor { color: #6C5C3C; }

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

This text font color is #6C5C3C.


Background Color

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

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

This div background color is #6C5C3C.


Border color

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

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

This div border color is #6C5C3C.


Opacity

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

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

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

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

This text has shadow with #6C5C3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5C3C on black background.


Color preview on white background

This text has color #6C5C3C on white background.



Black color preview on #6C5C3C background

This text has black color on #6C5C3C background.


White color preview on #6C5C3C background

This text has white color on #6C5C3C background.