COLOR #6C6C65

HEX: #6C6C65
RGB: (108,108,101)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

108
108
101

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

Portions of RGB colors in percentages

R + G + B =
108 + 108 + 101 = 317 (100%)
R 108 of 317 ~ 34.07%
G 108 of 317 ~ 34.07%
B 101 of 317 ~ 31.86%

%34.07
%34.07
%31.86

CMYK color model

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

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

CMYK percentages

%0
%0
%6.48
%57.65

Codes

Color #6C6C65 in popluar color models

6C6C65
RGB108108101
HSL60°3.35%40.98%
HSB/HSV60°6.48%42.35%
CMYK0.00%0.00%6.48%
57.65%

Color #6C6C65 in popluar number systems.

HEX6C6C65
Decimal108108101
Binary110110011011001100101
Octal154154145

Shades and tints

Shades of #6C6C65

#6C6C65
(108,108,101)
#63635C
(99,99,92)
#5A5A53
(90,90,83)
#51514A
(81,81,74)
#484841
(72,72,65)
#3F3F38
(63,63,56)
#36362F
(54,54,47)
#2D2D26
(45,45,38)
#24241D
(36,36,29)
#1B1B14
(27,27,20)
#12120B
(18,18,11)
#000000
(0,0,0)

Tints of #6C6C65

#6C6C65
(108,108,101)
#797973
(121,121,115)
#868681
(134,134,129)
#93938F
(147,147,143)
#A0A09D
(160,160,157)
#ADADAB
(173,173,171)
#BABAB9
(186,186,185)
#C7C7C7
(199,199,199)
#D4D4D5
(212,212,213)
#E1E1E3
(225,225,227)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6C65; }

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

This text font color is #6C6C65.


Background Color

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

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

This div background color is #6C6C65.


Border color

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

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

This div border color is #6C6C65.


Opacity

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

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

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

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

This text has shadow with #6C6C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6C65 on black background.


Color preview on white background

This text has color #6C6C65 on white background.



Black color preview on #6C6C65 background

This text has black color on #6C6C65 background.


White color preview on #6C6C65 background

This text has white color on #6C6C65 background.