COLOR #655E55

HEX: #655E55 RGB: (101,94,85)

Color info

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

RGB color model

#655E55 color RGB value is (101,94,85).

RGB: (101,94,85) (40%, 37%, 33%)

RGB channels and saturation

R 101 of 255 = 40%
G 94 of 255 = 37%
B 85 of 255 = 33%

101
94
85

R + G + B ~ 37%. #655E55 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 101 + 94 + 85 = 280 (100%)
R 101 of 280 ~ 36.07%
G 94 of 280 ~ 33.57%
B 85 of 280 ~ 30.36'%

%36.07
%33.57
%30.36

CMYK color model

#655E55 color CMYK value is (0,7,16,60).

  • cyan value is 0.00%
  • magenta value is 6.93%
  • yellow value is 15.84%
  • key color value is 60.39%

CMYK: (0,7,16,60)
C0M7Y16K60 (0%, 7%, 16%, 60%)
(0.00 / 0.07 / 0.16 / 0.60)

CMYK percentages

%0
%6.93
%15.84
%60.39

Codes

Color #655E55 in popluar color models

65 5E 55
RGB 101 94 85
HSL 34° 8.60% 36.47%
HSB/HSV 34° 15.84% 39.61%
CMYK 0.00% 6.93% 15.84%
60.39%

Color #655E55 in popluar number systems.

HEX 65 5E 55
Decimal 101 94 85
Binary 1100101 1011110 1010101
Octal 145 136 125

Shades and tints

Shades of #655E55

#655E55
(101,94,85)
#5C564E
(92,86,78)
#534E47
(83,78,71)
#4A4640
(74,70,64)
#413E39
(65,62,57)
#383632
(56,54,50)
#2F2E2B
(47,46,43)
#262624
(38,38,36)
#1D1E1D
(29,30,29)
#141616
(20,22,22)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #655E55

#655E55
(101,94,85)
#736C64
(115,108,100)
#817A73
(129,122,115)
#8F8882
(143,136,130)
#9D9691
(157,150,145)
#ABA4A0
(171,164,160)
#B9B2AF
(185,178,175)
#C7C0BE
(199,192,190)
#D5CECD
(213,206,205)
#E3DCDC
(227,220,220)
#F1EAEB
(241,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #655E55 color. Also use rgb(101,94,85) instead hex code.

Text Font Color

.myTextColor { color: #655E55; }

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

This text font color is #655E55.

Background Color

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

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

This div background color is #655E55.

Border color

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

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

This div border color is #655E55.

Opacity

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

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

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

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

This text has shadow with #655E55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #655E55.

Preview

Color preview on black background

This text has color #655E55 on black background.


Color preview on white background

This text has color #655E55 on white background.


Black color preview on #655E55 background

This text has black color on #655E55 background.


White color preview on #655E55 background

This text has white color on #655E55 background.


Related colors

Complementary color

Complementary color for #hex is #9AA1AA.


I love getcolorcode.com

Triadic colors

1 #55655E and #5E5565 with #655E55 are triadic colors.

2 #555E65 and #5E6555 with #655E55 are triadic colors.