COLOR #6C5557

HEX: #6C5557 RGB: (108,85,87)

Color info

#6C5557 contains red, green and blue colors in about the same proportion. Web safe color of #6C5557 is #666666 (or #666).

RGB color model

#6C5557 color RGB value is (108,85,87).

RGB: (108,85,87) (42%, 33%, 34%)

RGB channels and saturation

R 108 of 255 = 42%
G 85 of 255 = 33%
B 87 of 255 = 34%

108
85
87

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

Portions of RGB colors in percentages

R + G + B = 108 + 85 + 87 = 280 (100%)
R 108 of 280 ~ 38.57%
G 85 of 280 ~ 30.36%
B 87 of 280 ~ 31.07'%

%38.57
%30.36
%31.07

CMYK color model

#6C5557 color CMYK value is (0,21,19,58).

  • cyan value is 0.00%
  • magenta value is 21.30%
  • yellow value is 19.44%
  • key color value is 57.65%

CMYK: (0,21,19,58)
C0M21Y19K58 (0%, 21%, 19%, 58%)
(0.00 / 0.21 / 0.19 / 0.58)

CMYK percentages

%0
%21.3
%19.44
%57.65

Codes

Color #6C5557 in popluar color models

6C 55 57
RGB 108 85 87
HSL 355° 11.92% 37.84%
HSB/HSV 355° 21.30% 42.35%
CMYK 0.00% 21.30% 19.44%
57.65%

Color #6C5557 in popluar number systems.

HEX 6C 55 57
Decimal 108 85 87
Binary 1101100 1010101 1010111
Octal 154 125 127

Shades and tints

Shades of #6C5557

#6C5557
(108,85,87)
#634E50
(99,78,80)
#5A4749
(90,71,73)
#514042
(81,64,66)
#48393B
(72,57,59)
#3F3234
(63,50,52)
#362B2D
(54,43,45)
#2D2426
(45,36,38)
#241D1F
(36,29,31)
#1B1618
(27,22,24)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #6C5557

#6C5557
(108,85,87)
#796466
(121,100,102)
#867375
(134,115,117)
#938284
(147,130,132)
#A09193
(160,145,147)
#ADA0A2
(173,160,162)
#BAAFB1
(186,175,177)
#C7BEC0
(199,190,192)
#D4CDCF
(212,205,207)
#E1DCDE
(225,220,222)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5557; }

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

This text font color is #6C5557.

Background Color

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

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

This div background color is #6C5557.

Border color

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

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

This div border color is #6C5557.

Opacity

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

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

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

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

This text has shadow with #6C5557 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C5557.

Preview

Color preview on black background

This text has color #6C5557 on black background.


Color preview on white background

This text has color #6C5557 on white background.


Black color preview on #6C5557 background

This text has black color on #6C5557 background.


White color preview on #6C5557 background

This text has white color on #6C5557 background.


Related colors

Complementary color

Complementary color for #hex is #93AAA8.


I love getcolorcode.com

Triadic colors

1 #576C55 and #55576C with #6C5557 are triadic colors.

2 #57556C and #556C57 with #6C5557 are triadic colors.