COLOR #6C5456

HEX: #6C5456
RGB: (108,84,86)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

108
84
86

R + G + B ~ 36%. #6C5456 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 84 + 86 = 278 (100%)
R 108 of 278 ~ 38.85%
G 84 of 278 ~ 30.22%
B 86 of 278 ~ 30.94%

%38.85
%30.22
%30.94

CMYK color model

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

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

CMYK percentages

%0
%22.22
%20.37
%57.65

Codes

Color #6C5456 in popluar color models

6C5456
RGB1088486
HSL355°12.50%37.65%
HSB/HSV355°22.22%42.35%
CMYK0.00%22.22%20.37%
57.65%

Color #6C5456 in popluar number systems.

HEX6C5456
Decimal1088486
Binary110110010101001010110
Octal154124126

Shades and tints

Shades of #6C5456

#6C5456
(108,84,86)
#634D4F
(99,77,79)
#5A4648
(90,70,72)
#513F41
(81,63,65)
#48383A
(72,56,58)
#3F3133
(63,49,51)
#362A2C
(54,42,44)
#2D2325
(45,35,37)
#241C1E
(36,28,30)
#1B1517
(27,21,23)
#120E10
(18,14,16)
#000000
(0,0,0)

Tints of #6C5456

#6C5456
(108,84,86)
#796365
(121,99,101)
#867274
(134,114,116)
#938183
(147,129,131)
#A09092
(160,144,146)
#AD9FA1
(173,159,161)
#BAAEB0
(186,174,176)
#C7BDBF
(199,189,191)
#D4CCCE
(212,204,206)
#E1DBDD
(225,219,221)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5456; }

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

This text font color is #6C5456.


Background Color

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

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

This div background color is #6C5456.


Border color

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

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

This div border color is #6C5456.


Opacity

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

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

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

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

This text has shadow with #6C5456 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5456 on black background.


Color preview on white background

This text has color #6C5456 on white background.



Black color preview on #6C5456 background

This text has black color on #6C5456 background.


White color preview on #6C5456 background

This text has white color on #6C5456 background.