COLOR #6C6156

HEX: #6C6156
RGB: (108,97,86)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

108
97
86

R + G + B ~ 38%. #6C6156 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 97 + 86 = 291 (100%)
R 108 of 291 ~ 37.11%
G 97 of 291 ~ 33.33%
B 86 of 291 ~ 29.55%

%37.11
%33.33
%29.55

CMYK color model

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

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

CMYK percentages

%0
%10.19
%20.37
%57.65

Codes

Color #6C6156 in popluar color models

6C6156
RGB1089786
HSL30°11.34%38.04%
HSB/HSV30°20.37%42.35%
CMYK0.00%10.19%20.37%
57.65%

Color #6C6156 in popluar number systems.

HEX6C6156
Decimal1089786
Binary110110011000011010110
Octal154141126

Shades and tints

Shades of #6C6156

#6C6156
(108,97,86)
#63594F
(99,89,79)
#5A5148
(90,81,72)
#514941
(81,73,65)
#48413A
(72,65,58)
#3F3933
(63,57,51)
#36312C
(54,49,44)
#2D2925
(45,41,37)
#24211E
(36,33,30)
#1B1917
(27,25,23)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #6C6156

#6C6156
(108,97,86)
#796F65
(121,111,101)
#867D74
(134,125,116)
#938B83
(147,139,131)
#A09992
(160,153,146)
#ADA7A1
(173,167,161)
#BAB5B0
(186,181,176)
#C7C3BF
(199,195,191)
#D4D1CE
(212,209,206)
#E1DFDD
(225,223,221)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6156; }

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

This text font color is #6C6156.


Background Color

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

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

This div background color is #6C6156.


Border color

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

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

This div border color is #6C6156.


Opacity

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

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

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

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

This text has shadow with #6C6156 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6156 on black background.


Color preview on white background

This text has color #6C6156 on white background.



Black color preview on #6C6156 background

This text has black color on #6C6156 background.


White color preview on #6C6156 background

This text has white color on #6C6156 background.