COLOR #6C5B4D

HEX: #6C5B4D RGB: (108,91,77)

Color info

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

RGB color model

#6C5B4D color RGB value is (108,91,77).

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

RGB channels and saturation

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

108
91
77

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

Portions of RGB colors in percentages

R + G + B = 108 + 91 + 77 = 276 (100%)
R 108 of 276 ~ 39.13%
G 91 of 276 ~ 32.97%
B 77 of 276 ~ 27.9'%

%39.13
%32.97
%27.9

CMYK color model

#6C5B4D color CMYK value is (0,16,29,58).

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

CMYK: (0,16,29,58)
C0M16Y29K58 (0%, 16%, 29%, 58%)
(0.00 / 0.16 / 0.29 / 0.58)

CMYK percentages

%0
%15.74
%28.7
%57.65

Codes

Color #6C5B4D in popluar color models

6C 5B 4D
RGB 108 91 77
HSL 27° 16.76% 36.27%
HSB/HSV 27° 28.70% 42.35%
CMYK 0.00% 15.74% 28.70%
57.65%

Color #6C5B4D in popluar number systems.

HEX 6C 5B 4D
Decimal 108 91 77
Binary 1101100 1011011 1001101
Octal 154 133 115

Shades and tints

Shades of #6C5B4D

#6C5B4D
(108,91,77)
#635346
(99,83,70)
#5A4B3F
(90,75,63)
#514338
(81,67,56)
#483B31
(72,59,49)
#3F332A
(63,51,42)
#362B23
(54,43,35)
#2D231C
(45,35,28)
#241B15
(36,27,21)
#1B130E
(27,19,14)
#120B07
(18,11,7)
#000000
(0,0,0)

Tints of #6C5B4D

#6C5B4D
(108,91,77)
#79695D
(121,105,93)
#86776D
(134,119,109)
#93857D
(147,133,125)
#A0938D
(160,147,141)
#ADA19D
(173,161,157)
#BAAFAD
(186,175,173)
#C7BDBD
(199,189,189)
#D4CBCD
(212,203,205)
#E1D9DD
(225,217,221)
#EEE7ED
(238,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5B4D; }

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

This text font color is #6C5B4D.

Background Color

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

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

This div background color is #6C5B4D.

Border color

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

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

This div border color is #6C5B4D.

Opacity

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

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

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

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

This text has shadow with #6C5B4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C5B4D.

Preview

Color preview on black background

This text has color #6C5B4D on black background.


Color preview on white background

This text has color #6C5B4D on white background.


Black color preview on #6C5B4D background

This text has black color on #6C5B4D background.


White color preview on #6C5B4D background

This text has white color on #6C5B4D background.


Related colors

Complementary color

Complementary color for #hex is #93A4B2.


I love getcolorcode.com

Triadic colors

1 #4D6C5B and #5B4D6C with #6C5B4D are triadic colors.

2 #4D5B6C and #5B6C4D with #6C5B4D are triadic colors.