COLOR #655A51

HEX: #655A51 RGB: (101,90,81)

Color info

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

RGB color model

#655A51 color RGB value is (101,90,81).

RGB: (101,90,81) (40%, 35%, 32%)

RGB channels and saturation

R 101 of 255 = 40%
G 90 of 255 = 35%
B 81 of 255 = 32%

101
90
81

R + G + B ~ 36%. #655A51 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 101 + 90 + 81 = 272 (100%)
R 101 of 272 ~ 37.13%
G 90 of 272 ~ 33.09%
B 81 of 272 ~ 29.78'%

%37.13
%33.09
%29.78

CMYK color model

#655A51 color CMYK value is (0,11,20,60).

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

CMYK: (0,11,20,60)
C0M11Y20K60 (0%, 11%, 20%, 60%)
(0.00 / 0.11 / 0.20 / 0.60)

CMYK percentages

%0
%10.89
%19.8
%60.39

Codes

Color #655A51 in popluar color models

65 5A 51
RGB 101 90 81
HSL 27° 10.99% 35.69%
HSB/HSV 27° 19.80% 39.61%
CMYK 0.00% 10.89% 19.80%
60.39%

Color #655A51 in popluar number systems.

HEX 65 5A 51
Decimal 101 90 81
Binary 1100101 1011010 1010001
Octal 145 132 121

Shades and tints

Shades of #655A51

#655A51
(101,90,81)
#5C524A
(92,82,74)
#534A43
(83,74,67)
#4A423C
(74,66,60)
#413A35
(65,58,53)
#38322E
(56,50,46)
#2F2A27
(47,42,39)
#262220
(38,34,32)
#1D1A19
(29,26,25)
#141212
(20,18,18)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #655A51

#655A51
(101,90,81)
#736960
(115,105,96)
#81786F
(129,120,111)
#8F877E
(143,135,126)
#9D968D
(157,150,141)
#ABA59C
(171,165,156)
#B9B4AB
(185,180,171)
#C7C3BA
(199,195,186)
#D5D2C9
(213,210,201)
#E3E1D8
(227,225,216)
#F1F0E7
(241,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655A51; }

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

This text font color is #655A51.

Background Color

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

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

This div background color is #655A51.

Border color

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

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

This div border color is #655A51.

Opacity

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

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

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

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

This text has shadow with #655A51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #655A51.

Preview

Color preview on black background

This text has color #655A51 on black background.


Color preview on white background

This text has color #655A51 on white background.


Black color preview on #655A51 background

This text has black color on #655A51 background.


White color preview on #655A51 background

This text has white color on #655A51 background.


Related colors

Complementary color

Complementary color for #hex is #9AA5AE.


I love getcolorcode.com

Triadic colors

1 #51655A and #5A5165 with #655A51 are triadic colors.

2 #515A65 and #5A6551 with #655A51 are triadic colors.