COLOR #6C575A

HEX: #6C575A RGB: (108,87,90)

Color info

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

RGB color model

#6C575A color RGB value is (108,87,90).

RGB: (108,87,90) (42%, 34%, 35%)

RGB channels and saturation

R 108 of 255 = 42%
G 87 of 255 = 34%
B 90 of 255 = 35%

108
87
90

R + G + B ~ 37%. #6C575A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 87 + 90 = 285 (100%)
R 108 of 285 ~ 37.89%
G 87 of 285 ~ 30.53%
B 90 of 285 ~ 31.58'%

%37.89
%30.53
%31.58

CMYK color model

#6C575A color CMYK value is (0,19,17,58).

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

CMYK: (0,19,17,58)
C0M19Y17K58 (0%, 19%, 17%, 58%)
(0.00 / 0.19 / 0.17 / 0.58)

CMYK percentages

%0
%19.44
%16.67
%57.65

Codes

Color #6C575A in popluar color models

6C 57 5A
RGB 108 87 90
HSL 351° 10.77% 38.24%
HSB/HSV 351° 19.44% 42.35%
CMYK 0.00% 19.44% 16.67%
57.65%

Color #6C575A in popluar number systems.

HEX 6C 57 5A
Decimal 108 87 90
Binary 1101100 1010111 1011010
Octal 154 127 132

Shades and tints

Shades of #6C575A

#6C575A
(108,87,90)
#635052
(99,80,82)
#5A494A
(90,73,74)
#514242
(81,66,66)
#483B3A
(72,59,58)
#3F3432
(63,52,50)
#362D2A
(54,45,42)
#2D2622
(45,38,34)
#241F1A
(36,31,26)
#1B1812
(27,24,18)
#12110A
(18,17,10)
#000000
(0,0,0)

Tints of #6C575A

#6C575A
(108,87,90)
#796669
(121,102,105)
#867578
(134,117,120)
#938487
(147,132,135)
#A09396
(160,147,150)
#ADA2A5
(173,162,165)
#BAB1B4
(186,177,180)
#C7C0C3
(199,192,195)
#D4CFD2
(212,207,210)
#E1DEE1
(225,222,225)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C575A; }

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

This text font color is #6C575A.

Background Color

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

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

This div background color is #6C575A.

Border color

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

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

This div border color is #6C575A.

Opacity

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

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

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

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

This text has shadow with #6C575A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C575A.

Preview

Color preview on black background

This text has color #6C575A on black background.


Color preview on white background

This text has color #6C575A on white background.


Black color preview on #6C575A background

This text has black color on #6C575A background.


White color preview on #6C575A background

This text has white color on #6C575A background.


Related colors

Complementary color

Complementary color for #hex is #93A8A5.


I love getcolorcode.com

Triadic colors

1 #5A6C57 and #575A6C with #6C575A are triadic colors.

2 #5A576C and #576C5A with #6C575A are triadic colors.