COLOR #6C5056

HEX: #6C5056
RGB: (108,80,86)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

108
80
86

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

Portions of RGB colors in percentages

R + G + B =
108 + 80 + 86 = 274 (100%)
R 108 of 274 ~ 39.42%
G 80 of 274 ~ 29.2%
B 86 of 274 ~ 31.39%

%39.42
%29.2
%31.39

CMYK color model

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

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

CMYK percentages

%0
%25.93
%20.37
%57.65

Codes

Color #6C5056 in popluar color models

6C5056
RGB1088086
HSL347°14.89%36.86%
HSB/HSV347°25.93%42.35%
CMYK0.00%25.93%20.37%
57.65%

Color #6C5056 in popluar number systems.

HEX6C5056
Decimal1088086
Binary110110010100001010110
Octal154120126

Shades and tints

Shades of #6C5056

#6C5056
(108,80,86)
#63494F
(99,73,79)
#5A4248
(90,66,72)
#513B41
(81,59,65)
#48343A
(72,52,58)
#3F2D33
(63,45,51)
#36262C
(54,38,44)
#2D1F25
(45,31,37)
#24181E
(36,24,30)
#1B1117
(27,17,23)
#120A10
(18,10,16)
#000000
(0,0,0)

Tints of #6C5056

#6C5056
(108,80,86)
#795F65
(121,95,101)
#866E74
(134,110,116)
#937D83
(147,125,131)
#A08C92
(160,140,146)
#AD9BA1
(173,155,161)
#BAAAB0
(186,170,176)
#C7B9BF
(199,185,191)
#D4C8CE
(212,200,206)
#E1D7DD
(225,215,221)
#EEE6EC
(238,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5056; }

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

This text font color is #6C5056.


Background Color

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

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

This div background color is #6C5056.


Border color

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

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

This div border color is #6C5056.


Opacity

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

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

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

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

This text has shadow with #6C5056 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5056 on black background.


Color preview on white background

This text has color #6C5056 on white background.



Black color preview on #6C5056 background

This text has black color on #6C5056 background.


White color preview on #6C5056 background

This text has white color on #6C5056 background.