COLOR #6C5565

HEX: #6C5565
RGB: (108,85,101)

Color info

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

RGB color model

#6C5565 color RGB value is (108,85,101).

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

RGB channels and saturation

R 108 of 255 = 42%
G 85 of 255 = 33%
B 101 of 255 = 40%

108
85
101

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

Portions of RGB colors in percentages

R + G + B =
108 + 85 + 101 = 294 (100%)
R 108 of 294 ~ 36.73%
G 85 of 294 ~ 28.91%
B 101 of 294 ~ 34.35%

%36.73
%28.91
%34.35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.30%
  • yellow value is 6.48%
  • key color value is 57.65%
CMYK:
(0,21,6,58)
C0M21Y6K58 
(0%,21%,6%,58%)
(0.00/0.21/0.06/0.58)	

CMYK percentages

%0
%21.3
%6.48
%57.65

Codes

Color #6C5565 in popluar color models

6C5565
RGB10885101
HSL318°11.92%37.84%
HSB/HSV318°21.30%42.35%
CMYK0.00%21.30%6.48%
57.65%

Color #6C5565 in popluar number systems.

HEX6C5565
Decimal10885101
Binary110110010101011100101
Octal154125145

Shades and tints

Shades of #6C5565

#6C5565
(108,85,101)
#634E5C
(99,78,92)
#5A4753
(90,71,83)
#51404A
(81,64,74)
#483941
(72,57,65)
#3F3238
(63,50,56)
#362B2F
(54,43,47)
#2D2426
(45,36,38)
#241D1D
(36,29,29)
#1B1614
(27,22,20)
#120F0B
(18,15,11)
#000000
(0,0,0)

Tints of #6C5565

#6C5565
(108,85,101)
#796473
(121,100,115)
#867381
(134,115,129)
#93828F
(147,130,143)
#A0919D
(160,145,157)
#ADA0AB
(173,160,171)
#BAAFB9
(186,175,185)
#C7BEC7
(199,190,199)
#D4CDD5
(212,205,213)
#E1DCE3
(225,220,227)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5565; }

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

This text font color is #6C5565.


Background Color

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

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

This div background color is #6C5565.


Border color

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

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

This div border color is #6C5565.


Opacity

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

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

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

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

This text has shadow with #6C5565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5565 on black background.


Color preview on white background

This text has color #6C5565 on white background.



Black color preview on #6C5565 background

This text has black color on #6C5565 background.


White color preview on #6C5565 background

This text has white color on #6C5565 background.