COLOR #6C6661

HEX: #6C6661 RGB: (108,102,97)

Color info

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

RGB color model

#6C6661 color RGB value is (108,102,97).

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

RGB channels and saturation

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

108
102
97

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

Portions of RGB colors in percentages

R + G + B = 108 + 102 + 97 = 307 (100%)
R 108 of 307 ~ 35.18%
G 102 of 307 ~ 33.22%
B 97 of 307 ~ 31.6'%

%35.18
%33.22
%31.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.56%
  • 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
%5.56
%10.19
%57.65

Codes

Color #6C6661 in popluar color models

6C 66 61
RGB 108 102 97
HSL 27° 5.37% 40.20%
HSB/HSV 27° 10.19% 42.35%
CMYK 0.00% 5.56% 10.19%
57.65%

Color #6C6661 in popluar number systems.

HEX 6C 66 61
Decimal 108 102 97
Binary 1101100 1100110 1100001
Octal 154 146 141

Shades and tints

Shades of #6C6661

#6C6661
(108,102,97)
#635D59
(99,93,89)
#5A5451
(90,84,81)
#514B49
(81,75,73)
#484241
(72,66,65)
#3F3939
(63,57,57)
#363031
(54,48,49)
#2D2729
(45,39,41)
#241E21
(36,30,33)
#1B1519
(27,21,25)
#120C11
(18,12,17)
#000000
(0,0,0)

Tints of #6C6661

#6C6661
(108,102,97)
#79736F
(121,115,111)
#86807D
(134,128,125)
#938D8B
(147,141,139)
#A09A99
(160,154,153)
#ADA7A7
(173,167,167)
#BAB4B5
(186,180,181)
#C7C1C3
(199,193,195)
#D4CED1
(212,206,209)
#E1DBDF
(225,219,223)
#EEE8ED
(238,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6661; }

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

This text font color is #6C6661.

Background Color

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

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

This div background color is #6C6661.

Border color

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

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

This div border color is #6C6661.

Opacity

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

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

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

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

This text has shadow with #6C6661 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C6661.

Preview

Color preview on black background

This text has color #6C6661 on black background.


Color preview on white background

This text has color #6C6661 on white background.


Black color preview on #6C6661 background

This text has black color on #6C6661 background.


White color preview on #6C6661 background

This text has white color on #6C6661 background.


Related colors

Complementary color

Complementary color for #hex is #93999E.


I love getcolorcode.com

Triadic colors

1 #616C66 and #66616C with #6C6661 are triadic colors.

2 #61666C and #666C61 with #6C6661 are triadic colors.