COLOR #6C5D4D

HEX: #6C5D4D RGB: (108,93,77)

Color info

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

RGB color model

#6C5D4D color RGB value is (108,93,77).

RGB: (108,93,77) (42%, 36%, 30%)

RGB channels and saturation

R 108 of 255 = 42%
G 93 of 255 = 36%
B 77 of 255 = 30%

108
93
77

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

Portions of RGB colors in percentages

R + G + B = 108 + 93 + 77 = 278 (100%)
R 108 of 278 ~ 38.85%
G 93 of 278 ~ 33.45%
B 77 of 278 ~ 27.7'%

%38.85
%33.45
%27.7

CMYK color model

#6C5D4D color CMYK value is (0,14,29,58).

  • cyan value is 0.00%
  • magenta value is 13.89%
  • yellow value is 28.70%
  • key color value is 57.65%

CMYK: (0,14,29,58)
C0M14Y29K58 (0%, 14%, 29%, 58%)
(0.00 / 0.14 / 0.29 / 0.58)

CMYK percentages

%0
%13.89
%28.7
%57.65

Codes

Color #6C5D4D in popluar color models

6C 5D 4D
RGB 108 93 77
HSL 31° 16.76% 36.27%
HSB/HSV 31° 28.70% 42.35%
CMYK 0.00% 13.89% 28.70%
57.65%

Color #6C5D4D in popluar number systems.

HEX 6C 5D 4D
Decimal 108 93 77
Binary 1101100 1011101 1001101
Octal 154 135 115

Shades and tints

Shades of #6C5D4D

#6C5D4D
(108,93,77)
#635546
(99,85,70)
#5A4D3F
(90,77,63)
#514538
(81,69,56)
#483D31
(72,61,49)
#3F352A
(63,53,42)
#362D23
(54,45,35)
#2D251C
(45,37,28)
#241D15
(36,29,21)
#1B150E
(27,21,14)
#120D07
(18,13,7)
#000000
(0,0,0)

Tints of #6C5D4D

#6C5D4D
(108,93,77)
#796B5D
(121,107,93)
#86796D
(134,121,109)
#93877D
(147,135,125)
#A0958D
(160,149,141)
#ADA39D
(173,163,157)
#BAB1AD
(186,177,173)
#C7BFBD
(199,191,189)
#D4CDCD
(212,205,205)
#E1DBDD
(225,219,221)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5D4D; }

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

This text font color is #6C5D4D.

Background Color

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

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

This div background color is #6C5D4D.

Border color

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

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

This div border color is #6C5D4D.

Opacity

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

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

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

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

This text has shadow with #6C5D4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C5D4D.

Preview

Color preview on black background

This text has color #6C5D4D on black background.


Color preview on white background

This text has color #6C5D4D on white background.


Black color preview on #6C5D4D background

This text has black color on #6C5D4D background.


White color preview on #6C5D4D background

This text has white color on #6C5D4D background.


Related colors

Complementary color

Complementary color for #hex is #93A2B2.


I love getcolorcode.com

Triadic colors

1 #4D6C5D and #5D4D6C with #6C5D4D are triadic colors.

2 #4D5D6C and #5D6C4D with #6C5D4D are triadic colors.