COLOR #6C5455

HEX: #6C5455
RGB: (108,84,85)

Color info

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

RGB color model

#6C5455 color RGB value is (108,84,85).

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

RGB channels and saturation

R 108 of 255 = 42%
G 84 of 255 = 33%
B 85 of 255 = 33%

108
84
85

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

Portions of RGB colors in percentages

R + G + B =
108 + 84 + 85 = 277 (100%)
R 108 of 277 ~ 38.99%
G 84 of 277 ~ 30.32%
B 85 of 277 ~ 30.69%

%38.99
%30.32
%30.69

CMYK color model

#6C5455 color CMYK value is (0,22,21,58).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 21.30%
  • key color value is 57.65%
CMYK:
(0,22,21,58)
C0M22Y21K58 
(0%,22%,21%,58%)
(0.00/0.22/0.21/0.58)	

CMYK percentages

%0
%22.22
%21.3
%57.65

Codes

Color #6C5455 in popluar color models

6C5455
RGB1088485
HSL358°12.50%37.65%
HSB/HSV358°22.22%42.35%
CMYK0.00%22.22%21.30%
57.65%

Color #6C5455 in popluar number systems.

HEX6C5455
Decimal1088485
Binary110110010101001010101
Octal154124125

Shades and tints

Shades of #6C5455

#6C5455
(108,84,85)
#634D4E
(99,77,78)
#5A4647
(90,70,71)
#513F40
(81,63,64)
#483839
(72,56,57)
#3F3132
(63,49,50)
#362A2B
(54,42,43)
#2D2324
(45,35,36)
#241C1D
(36,28,29)
#1B1516
(27,21,22)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #6C5455

#6C5455
(108,84,85)
#796364
(121,99,100)
#867273
(134,114,115)
#938182
(147,129,130)
#A09091
(160,144,145)
#AD9FA0
(173,159,160)
#BAAEAF
(186,174,175)
#C7BDBE
(199,189,190)
#D4CCCD
(212,204,205)
#E1DBDC
(225,219,220)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5455; }

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

This text font color is #6C5455.


Background Color

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

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

This div background color is #6C5455.


Border color

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

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

This div border color is #6C5455.


Opacity

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

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

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

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

This text has shadow with #6C5455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5455 on black background.


Color preview on white background

This text has color #6C5455 on white background.



Black color preview on #6C5455 background

This text has black color on #6C5455 background.


White color preview on #6C5455 background

This text has white color on #6C5455 background.