COLOR #6C655F

HEX: #6C655F
RGB: (108,101,95)

Color info

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

RGB color model

#6C655F color RGB value is (108,101,95).

  • red value is 108;
  • green value is 101;
  • blue value is 95.
RGB:
(108,101,95)
(42%,40%,37%)

RGB channels and saturation

R 108 of 255 = 42%
G 101 of 255 = 40%
B 95 of 255 = 37%

108
101
95

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

Portions of RGB colors in percentages

R + G + B =
108 + 101 + 95 = 304 (100%)
R 108 of 304 ~ 35.53%
G 101 of 304 ~ 33.22%
B 95 of 304 ~ 31.25%

%35.53
%33.22
%31.25

CMYK color model

#6C655F color CMYK value is (0,6,12,58).

  • cyan value is 0.00%
  • magenta value is 6.48%
  • yellow value is 12.04%
  • key color value is 57.65%
CMYK:
(0,6,12,58)
C0M6Y12K58 
(0%,6%,12%,58%)
(0.00/0.06/0.12/0.58)	

CMYK percentages

%0
%6.48
%12.04
%57.65

Codes

Color #6C655F in popluar color models

6C655F
RGB10810195
HSL28°6.40%39.80%
HSB/HSV28°12.04%42.35%
CMYK0.00%6.48%12.04%
57.65%

Color #6C655F in popluar number systems.

HEX6C655F
Decimal10810195
Binary110110011001011011111
Octal154145137

Shades and tints

Shades of #6C655F

#6C655F
(108,101,95)
#635C57
(99,92,87)
#5A534F
(90,83,79)
#514A47
(81,74,71)
#48413F
(72,65,63)
#3F3837
(63,56,55)
#362F2F
(54,47,47)
#2D2627
(45,38,39)
#241D1F
(36,29,31)
#1B1417
(27,20,23)
#120B0F
(18,11,15)
#000000
(0,0,0)

Tints of #6C655F

#6C655F
(108,101,95)
#79736D
(121,115,109)
#86817B
(134,129,123)
#938F89
(147,143,137)
#A09D97
(160,157,151)
#ADABA5
(173,171,165)
#BAB9B3
(186,185,179)
#C7C7C1
(199,199,193)
#D4D5CF
(212,213,207)
#E1E3DD
(225,227,221)
#EEF1EB
(238,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C655F; }

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

This text font color is #6C655F.


Background Color

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

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

This div background color is #6C655F.


Border color

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

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

This div border color is #6C655F.


Opacity

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

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

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

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

This text has shadow with #6C655F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C655F on black background.


Color preview on white background

This text has color #6C655F on white background.



Black color preview on #6C655F background

This text has black color on #6C655F background.


White color preview on #6C655F background

This text has white color on #6C655F background.