COLOR #6C6561

HEX: #6C6561 RGB: (108,101,97)

Color info

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

RGB color model

#6C6561 color RGB value is (108,101,97).

RGB: (108,101,97) (42%, 40%, 38%)

RGB channels and saturation

R 108 of 255 = 42%
G 101 of 255 = 40%
B 97 of 255 = 38%

108
101
97

R + G + B ~ 40%. #6C6561 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 108 + 101 + 97 = 306 (100%)
R 108 of 306 ~ 35.29%
G 101 of 306 ~ 33.01%
B 97 of 306 ~ 31.7'%

%35.29
%33.01
%31.7

CMYK color model

#6C6561 color CMYK value is (0,6,10,58).

  • cyan value is 0.00%
  • magenta value is 6.48%
  • yellow value is 10.19%
  • key color value is 57.65%

CMYK: (0,6,10,58)
C0M6Y10K58 (0%, 6%, 10%, 58%)
(0.00 / 0.06 / 0.10 / 0.58)

CMYK percentages

%0
%6.48
%10.19
%57.65

Codes

Color #6C6561 in popluar color models

6C 65 61
RGB 108 101 97
HSL 22° 5.37% 40.20%
HSB/HSV 22° 10.19% 42.35%
CMYK 0.00% 6.48% 10.19%
57.65%

Color #6C6561 in popluar number systems.

HEX 6C 65 61
Decimal 108 101 97
Binary 1101100 1100101 1100001
Octal 154 145 141

Shades and tints

Shades of #6C6561

#6C6561
(108,101,97)
#635C59
(99,92,89)
#5A5351
(90,83,81)
#514A49
(81,74,73)
#484141
(72,65,65)
#3F3839
(63,56,57)
#362F31
(54,47,49)
#2D2629
(45,38,41)
#241D21
(36,29,33)
#1B1419
(27,20,25)
#120B11
(18,11,17)
#000000
(0,0,0)

Tints of #6C6561

#6C6561
(108,101,97)
#79736F
(121,115,111)
#86817D
(134,129,125)
#938F8B
(147,143,139)
#A09D99
(160,157,153)
#ADABA7
(173,171,167)
#BAB9B5
(186,185,181)
#C7C7C3
(199,199,195)
#D4D5D1
(212,213,209)
#E1E3DF
(225,227,223)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6561 color. Also use rgb(108,101,97) instead hex code.

Text Font Color

.myTextColor { color: #6C6561; }

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

This text font color is #6C6561.

Background Color

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

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

This div background color is #6C6561.

Border color

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

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

This div border color is #6C6561.

Opacity

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

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

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

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

This text has shadow with #6C6561 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C6561.

Preview

Color preview on black background

This text has color #6C6561 on black background.


Color preview on white background

This text has color #6C6561 on white background.


Black color preview on #6C6561 background

This text has black color on #6C6561 background.


White color preview on #6C6561 background

This text has white color on #6C6561 background.


Related colors

Complementary color

Complementary color for #hex is #939A9E.


I love getcolorcode.com

Triadic colors

1 #616C65 and #65616C with #6C6561 are triadic colors.

2 #61656C and #656C61 with #6C6561 are triadic colors.