COLOR #6C5754

HEX: #6C5754 RGB: (108,87,84)

Color info

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

RGB color model

#6C5754 color RGB value is (108,87,84).

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

RGB channels and saturation

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

108
87
84

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

Portions of RGB colors in percentages

R + G + B = 108 + 87 + 84 = 279 (100%)
R 108 of 279 ~ 38.71%
G 87 of 279 ~ 31.18%
B 84 of 279 ~ 30.11'%

%38.71
%31.18
%30.11

CMYK color model

#6C5754 color CMYK value is (0,19,22,58).

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

CMYK: (0,19,22,58)
C0M19Y22K58 (0%, 19%, 22%, 58%)
(0.00 / 0.19 / 0.22 / 0.58)

CMYK percentages

%0
%19.44
%22.22
%57.65

Codes

Color #6C5754 in popluar color models

6C 57 54
RGB 108 87 84
HSL 12.50% 37.65%
HSB/HSV 22.22% 42.35%
CMYK 0.00% 19.44% 22.22%
57.65%

Color #6C5754 in popluar number systems.

HEX 6C 57 54
Decimal 108 87 84
Binary 1101100 1010111 1010100
Octal 154 127 124

Shades and tints

Shades of #6C5754

#6C5754
(108,87,84)
#63504D
(99,80,77)
#5A4946
(90,73,70)
#51423F
(81,66,63)
#483B38
(72,59,56)
#3F3431
(63,52,49)
#362D2A
(54,45,42)
#2D2623
(45,38,35)
#241F1C
(36,31,28)
#1B1815
(27,24,21)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #6C5754

#6C5754
(108,87,84)
#796663
(121,102,99)
#867572
(134,117,114)
#938481
(147,132,129)
#A09390
(160,147,144)
#ADA29F
(173,162,159)
#BAB1AE
(186,177,174)
#C7C0BD
(199,192,189)
#D4CFCC
(212,207,204)
#E1DEDB
(225,222,219)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5754; }

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

This text font color is #6C5754.

Background Color

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

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

This div background color is #6C5754.

Border color

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

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

This div border color is #6C5754.

Opacity

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

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

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

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

This text has shadow with #6C5754 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C5754.

Preview

Color preview on black background

This text has color #6C5754 on black background.


Color preview on white background

This text has color #6C5754 on white background.


Black color preview on #6C5754 background

This text has black color on #6C5754 background.


White color preview on #6C5754 background

This text has white color on #6C5754 background.


Related colors

Complementary color

Complementary color for #hex is #93A8AB.


I love getcolorcode.com

Triadic colors

1 #546C57 and #57546C with #6C5754 are triadic colors.

2 #54576C and #576C54 with #6C5754 are triadic colors.