COLOR #6C6C56

HEX: #6C6C56
RGB: (108,108,86)

Color info

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

RGB color model

#6C6C56 color RGB value is (108,108,86).

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

RGB channels and saturation

R 108 of 255 = 42%
G 108 of 255 = 42%
B 86 of 255 = 34%

108
108
86

R + G + B ~ 39%. #6C6C56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 108 + 86 = 302 (100%)
R 108 of 302 ~ 35.76%
G 108 of 302 ~ 35.76%
B 86 of 302 ~ 28.48%

%35.76
%35.76
%28.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 20.37%
  • key color value is 57.65%
CMYK:
(0,0,20,58)
C0M0Y20K58 
(0%,0%,20%,58%)
(0.00/0.00/0.20/0.58)	

CMYK percentages

%0
%0
%20.37
%57.65

Codes

Color #6C6C56 in popluar color models

6C6C56
RGB10810886
HSL60°11.34%38.04%
HSB/HSV60°20.37%42.35%
CMYK0.00%0.00%20.37%
57.65%

Color #6C6C56 in popluar number systems.

HEX6C6C56
Decimal10810886
Binary110110011011001010110
Octal154154126

Shades and tints

Shades of #6C6C56

#6C6C56
(108,108,86)
#63634F
(99,99,79)
#5A5A48
(90,90,72)
#515141
(81,81,65)
#48483A
(72,72,58)
#3F3F33
(63,63,51)
#36362C
(54,54,44)
#2D2D25
(45,45,37)
#24241E
(36,36,30)
#1B1B17
(27,27,23)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #6C6C56

#6C6C56
(108,108,86)
#797965
(121,121,101)
#868674
(134,134,116)
#939383
(147,147,131)
#A0A092
(160,160,146)
#ADADA1
(173,173,161)
#BABAB0
(186,186,176)
#C7C7BF
(199,199,191)
#D4D4CE
(212,212,206)
#E1E1DD
(225,225,221)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6C56; }

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

This text font color is #6C6C56.


Background Color

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

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

This div background color is #6C6C56.


Border color

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

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

This div border color is #6C6C56.


Opacity

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

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

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

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

This text has shadow with #6C6C56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6C56 on black background.


Color preview on white background

This text has color #6C6C56 on white background.



Black color preview on #6C6C56 background

This text has black color on #6C6C56 background.


White color preview on #6C6C56 background

This text has white color on #6C6C56 background.