COLOR #655A59

HEX: #655A59 RGB: (101,90,89)

Color info

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

RGB color model

#655A59 color RGB value is (101,90,89).

RGB: (101,90,89) (40%, 35%, 35%)

RGB channels and saturation

R 101 of 255 = 40%
G 90 of 255 = 35%
B 89 of 255 = 35%

101
90
89

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

Portions of RGB colors in percentages

R + G + B = 101 + 90 + 89 = 280 (100%)
R 101 of 280 ~ 36.07%
G 90 of 280 ~ 32.14%
B 89 of 280 ~ 31.79'%

%36.07
%32.14
%31.79

CMYK color model

#655A59 color CMYK value is (0,11,12,60).

  • cyan value is 0.00%
  • magenta value is 10.89%
  • yellow value is 11.88%
  • key color value is 60.39%

CMYK: (0,11,12,60)
C0M11Y12K60 (0%, 11%, 12%, 60%)
(0.00 / 0.11 / 0.12 / 0.60)

CMYK percentages

%0
%10.89
%11.88
%60.39

Codes

Color #655A59 in popluar color models

65 5A 59
RGB 101 90 89
HSL 6.32% 37.25%
HSB/HSV 11.88% 39.61%
CMYK 0.00% 10.89% 11.88%
60.39%

Color #655A59 in popluar number systems.

HEX 65 5A 59
Decimal 101 90 89
Binary 1100101 1011010 1011001
Octal 145 132 131

Shades and tints

Shades of #655A59

#655A59
(101,90,89)
#5C5251
(92,82,81)
#534A49
(83,74,73)
#4A4241
(74,66,65)
#413A39
(65,58,57)
#383231
(56,50,49)
#2F2A29
(47,42,41)
#262221
(38,34,33)
#1D1A19
(29,26,25)
#141211
(20,18,17)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #655A59

#655A59
(101,90,89)
#736968
(115,105,104)
#817877
(129,120,119)
#8F8786
(143,135,134)
#9D9695
(157,150,149)
#ABA5A4
(171,165,164)
#B9B4B3
(185,180,179)
#C7C3C2
(199,195,194)
#D5D2D1
(213,210,209)
#E3E1E0
(227,225,224)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #655A59 color. Also use rgb(101,90,89) instead hex code.

Text Font Color

.myTextColor { color: #655A59; }

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

This text font color is #655A59.

Background Color

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

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

This div background color is #655A59.

Border color

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

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

This div border color is #655A59.

Opacity

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

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

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

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

This text has shadow with #655A59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #655A59.

Preview

Color preview on black background

This text has color #655A59 on black background.


Color preview on white background

This text has color #655A59 on white background.


Black color preview on #655A59 background

This text has black color on #655A59 background.


White color preview on #655A59 background

This text has white color on #655A59 background.


Related colors

Complementary color

Complementary color for #hex is #9AA5A6.


I love getcolorcode.com

Triadic colors

1 #59655A and #5A5965 with #655A59 are triadic colors.

2 #595A65 and #5A6559 with #655A59 are triadic colors.