COLOR #655C60

HEX: #655C60 RGB: (101,92,96)

Color info

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

RGB color model

#655C60 color RGB value is (101,92,96).

RGB: (101,92,96) (40%, 36%, 38%)

RGB channels and saturation

R 101 of 255 = 40%
G 92 of 255 = 36%
B 96 of 255 = 38%

101
92
96

R + G + B ~ 38%. #655C60 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 101 + 92 + 96 = 289 (100%)
R 101 of 289 ~ 34.95%
G 92 of 289 ~ 31.83%
B 96 of 289 ~ 33.22'%

%34.95
%31.83
%33.22

CMYK color model

#655C60 color CMYK value is (0,9,5,60).

  • cyan value is 0.00%
  • magenta value is 8.91%
  • yellow value is 4.95%
  • key color value is 60.39%

CMYK: (0,9,5,60)
C0M9Y5K60 (0%, 9%, 5%, 60%)
(0.00 / 0.09 / 0.05 / 0.60)

CMYK percentages

%0
%8.91
%4.95
%60.39

Codes

Color #655C60 in popluar color models

65 5C 60
RGB 101 92 96
HSL 333° 4.66% 37.84%
HSB/HSV 333° 8.91% 39.61%
CMYK 0.00% 8.91% 4.95%
60.39%

Color #655C60 in popluar number systems.

HEX 65 5C 60
Decimal 101 92 96
Binary 1100101 1011100 1100000
Octal 145 134 140

Shades and tints

Shades of #655C60

#655C60
(101,92,96)
#5C5458
(92,84,88)
#534C50
(83,76,80)
#4A4448
(74,68,72)
#413C40
(65,60,64)
#383438
(56,52,56)
#2F2C30
(47,44,48)
#262428
(38,36,40)
#1D1C20
(29,28,32)
#141418
(20,20,24)
#0B0C10
(11,12,16)
#000000
(0,0,0)

Tints of #655C60

#655C60
(101,92,96)
#736A6E
(115,106,110)
#81787C
(129,120,124)
#8F868A
(143,134,138)
#9D9498
(157,148,152)
#ABA2A6
(171,162,166)
#B9B0B4
(185,176,180)
#C7BEC2
(199,190,194)
#D5CCD0
(213,204,208)
#E3DADE
(227,218,222)
#F1E8EC
(241,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #655C60 color. Also use rgb(101,92,96) instead hex code.

Text Font Color

.myTextColor { color: #655C60; }

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

This text font color is #655C60.

Background Color

.myBgColor { background-color: #655C60; }

<div style="background-color:#655C60">Inner text</div>

This div background color is #655C60.

Border color

.myBorderColor { border: 1px solid #655C60; }

<div style="border:3px solid #655C60">Div</div>

This div border color is #655C60.

Opacity

.myOpacity80 { color: #655C60; opacity: 0.8; }

<p style="color:#655C60;opacity:0.8;">80%</p>

Text with #655C60 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 #655C60;}

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

This text has shadow with #655C60 color.


.textShadow {text-shadow: 3px 3px 1px #655C60', 3px 3px 1px red;}

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

This text has shadow with #655C60 primary color and red secondary color.


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

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

This text has shadow with #655C60 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #655C60; -webkit-box-shadow: 1px 1px 3px 2px #655C60; box-shadow:1px 1px 3px 2px #655C60;">
Div content here
</div>

This div box has shadow with color #655C60.

Preview

Color preview on black background

This text has color #655C60 on black background.


Color preview on white background

This text has color #655C60 on white background.


Black color preview on #655C60 background

This text has black color on #655C60 background.


White color preview on #655C60 background

This text has white color on #655C60 background.


Related colors

Complementary color

Complementary color for #hex is #9AA39F.


I love getcolorcode.com

Triadic colors

1 #60655C and #5C6065 with #655C60 are triadic colors.

2 #605C65 and #5C6560 with #655C60 are triadic colors.