COLOR #6C6961

HEX: #6C6961 RGB: (108,105,97)

Color info

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

RGB color model

#6C6961 color RGB value is (108,105,97).

RGB: (108,105,97) (42%, 41%, 38%)

RGB channels and saturation

R 108 of 255 = 42%
G 105 of 255 = 41%
B 97 of 255 = 38%

108
105
97

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

Portions of RGB colors in percentages

R + G + B = 108 + 105 + 97 = 310 (100%)
R 108 of 310 ~ 34.84%
G 105 of 310 ~ 33.87%
B 97 of 310 ~ 31.29'%

%34.84
%33.87
%31.29

CMYK color model

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

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

CMYK: (0,3,10,58)
C0M3Y10K58 (0%, 3%, 10%, 58%)
(0.00 / 0.03 / 0.10 / 0.58)

CMYK percentages

%0
%2.78
%10.19
%57.65

Codes

Color #6C6961 in popluar color models

6C 69 61
RGB 108 105 97
HSL 44° 5.37% 40.20%
HSB/HSV 44° 10.19% 42.35%
CMYK 0.00% 2.78% 10.19%
57.65%

Color #6C6961 in popluar number systems.

HEX 6C 69 61
Decimal 108 105 97
Binary 1101100 1101001 1100001
Octal 154 151 141

Shades and tints

Shades of #6C6961

#6C6961
(108,105,97)
#636059
(99,96,89)
#5A5751
(90,87,81)
#514E49
(81,78,73)
#484541
(72,69,65)
#3F3C39
(63,60,57)
#363331
(54,51,49)
#2D2A29
(45,42,41)
#242121
(36,33,33)
#1B1819
(27,24,25)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #6C6961

#6C6961
(108,105,97)
#79766F
(121,118,111)
#86837D
(134,131,125)
#93908B
(147,144,139)
#A09D99
(160,157,153)
#ADAAA7
(173,170,167)
#BAB7B5
(186,183,181)
#C7C4C3
(199,196,195)
#D4D1D1
(212,209,209)
#E1DEDF
(225,222,223)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6961; }

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

This text font color is #6C6961.

Background Color

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

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

This div background color is #6C6961.

Border color

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

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

This div border color is #6C6961.

Opacity

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

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

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

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

This text has shadow with #6C6961 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C6961.

Preview

Color preview on black background

This text has color #6C6961 on black background.


Color preview on white background

This text has color #6C6961 on white background.


Black color preview on #6C6961 background

This text has black color on #6C6961 background.


White color preview on #6C6961 background

This text has white color on #6C6961 background.


Related colors

Complementary color

Complementary color for #hex is #93969E.


I love getcolorcode.com

Triadic colors

1 #616C69 and #69616C with #6C6961 are triadic colors.

2 #61696C and #696C61 with #6C6961 are triadic colors.