COLOR #6C5A4D

HEX: #6C5A4D
RGB: (108,90,77)

Color info

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

RGB color model

#6C5A4D color RGB value is (108,90,77).

  • red value is 108;
  • green value is 90;
  • blue value is 77.
RGB:
(108,90,77)
(42%,35%,30%)

RGB channels and saturation

R 108 of 255 = 42%
G 90 of 255 = 35%
B 77 of 255 = 30%

108
90
77

R + G + B ~ 36%. #6C5A4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 90 + 77 = 275 (100%)
R 108 of 275 ~ 39.27%
G 90 of 275 ~ 32.73%
B 77 of 275 ~ 28%

%39.27
%32.73
%28

CMYK color model

#6C5A4D color CMYK value is (0,17,29,58).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 28.70%
  • key color value is 57.65%
CMYK:
(0,17,29,58)
C0M17Y29K58 
(0%,17%,29%,58%)
(0.00/0.17/0.29/0.58)	

CMYK percentages

%0
%16.67
%28.7
%57.65

Codes

Color #6C5A4D in popluar color models

6C5A4D
RGB1089077
HSL25°16.76%36.27%
HSB/HSV25°28.70%42.35%
CMYK0.00%16.67%28.70%
57.65%

Color #6C5A4D in popluar number systems.

HEX6C5A4D
Decimal1089077
Binary110110010110101001101
Octal154132115

Shades and tints

Shades of #6C5A4D

#6C5A4D
(108,90,77)
#635246
(99,82,70)
#5A4A3F
(90,74,63)
#514238
(81,66,56)
#483A31
(72,58,49)
#3F322A
(63,50,42)
#362A23
(54,42,35)
#2D221C
(45,34,28)
#241A15
(36,26,21)
#1B120E
(27,18,14)
#120A07
(18,10,7)
#000000
(0,0,0)

Tints of #6C5A4D

#6C5A4D
(108,90,77)
#79695D
(121,105,93)
#86786D
(134,120,109)
#93877D
(147,135,125)
#A0968D
(160,150,141)
#ADA59D
(173,165,157)
#BAB4AD
(186,180,173)
#C7C3BD
(199,195,189)
#D4D2CD
(212,210,205)
#E1E1DD
(225,225,221)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5A4D color. Also use rgb(108,90,77) instead hex code.

Text Font Color

.myTextColor { color: #6C5A4D; }

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

This text font color is #6C5A4D.


Background Color

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

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

This div background color is #6C5A4D.


Border color

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

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

This div border color is #6C5A4D.


Opacity

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

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

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

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

This text has shadow with #6C5A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5A4D on black background.


Color preview on white background

This text has color #6C5A4D on white background.



Black color preview on #6C5A4D background

This text has black color on #6C5A4D background.


White color preview on #6C5A4D background

This text has white color on #6C5A4D background.