COLOR #6C6660

HEX: #6C6660 RGB: (108,102,96)

Color info

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

RGB color model

#6C6660 color RGB value is (108,102,96).

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

RGB channels and saturation

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

108
102
96

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

Portions of RGB colors in percentages

R + G + B = 108 + 102 + 96 = 306 (100%)
R 108 of 306 ~ 35.29%
G 102 of 306 ~ 33.33%
B 96 of 306 ~ 31.37'%

%35.29
%33.33
%31.37

CMYK color model

#6C6660 color CMYK value is (0,6,11,58).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 11.11%
  • key color value is 57.65%

CMYK: (0,6,11,58)
C0M6Y11K58 (0%, 6%, 11%, 58%)
(0.00 / 0.06 / 0.11 / 0.58)

CMYK percentages

%0
%5.56
%11.11
%57.65

Codes

Color #6C6660 in popluar color models

6C 66 60
RGB 108 102 96
HSL 30° 5.88% 40.00%
HSB/HSV 30° 11.11% 42.35%
CMYK 0.00% 5.56% 11.11%
57.65%

Color #6C6660 in popluar number systems.

HEX 6C 66 60
Decimal 108 102 96
Binary 1101100 1100110 1100000
Octal 154 146 140

Shades and tints

Shades of #6C6660

#6C6660
(108,102,96)
#635D58
(99,93,88)
#5A5450
(90,84,80)
#514B48
(81,75,72)
#484240
(72,66,64)
#3F3938
(63,57,56)
#363030
(54,48,48)
#2D2728
(45,39,40)
#241E20
(36,30,32)
#1B1518
(27,21,24)
#120C10
(18,12,16)
#000000
(0,0,0)

Tints of #6C6660

#6C6660
(108,102,96)
#79736E
(121,115,110)
#86807C
(134,128,124)
#938D8A
(147,141,138)
#A09A98
(160,154,152)
#ADA7A6
(173,167,166)
#BAB4B4
(186,180,180)
#C7C1C2
(199,193,194)
#D4CED0
(212,206,208)
#E1DBDE
(225,219,222)
#EEE8EC
(238,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6660; }

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

This text font color is #6C6660.

Background Color

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

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

This div background color is #6C6660.

Border color

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

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

This div border color is #6C6660.

Opacity

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

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

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

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

This text has shadow with #6C6660 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C6660.

Preview

Color preview on black background

This text has color #6C6660 on black background.


Color preview on white background

This text has color #6C6660 on white background.


Black color preview on #6C6660 background

This text has black color on #6C6660 background.


White color preview on #6C6660 background

This text has white color on #6C6660 background.


Related colors

Complementary color

Complementary color for #hex is #93999F.


I love getcolorcode.com

Triadic colors

1 #606C66 and #66606C with #6C6660 are triadic colors.

2 #60666C and #666C60 with #6C6660 are triadic colors.