COLOR #655B56

HEX: #655B56
RGB: (101,91,86)

Color info

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

RGB color model

#655B56 color RGB value is (101,91,86).

  • red value is 101;
  • green value is 91;
  • blue value is 86.
RGB:
(101,91,86)
(40%,36%,34%)

RGB channels and saturation

R 101 of 255 = 40%
G 91 of 255 = 36%
B 86 of 255 = 34%

101
91
86

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

Portions of RGB colors in percentages

R + G + B =
101 + 91 + 86 = 278 (100%)
R 101 of 278 ~ 36.33%
G 91 of 278 ~ 32.73%
B 86 of 278 ~ 30.94%

%36.33
%32.73
%30.94

CMYK color model

#655B56 color CMYK value is (0,10,15,60).

  • cyan value is 0.00%
  • magenta value is 9.90%
  • yellow value is 14.85%
  • key color value is 60.39%
CMYK:
(0,10,15,60)
C0M10Y15K60 
(0%,10%,15%,60%)
(0.00/0.10/0.15/0.60)	

CMYK percentages

%0
%9.9
%14.85
%60.39

Codes

Color #655B56 in popluar color models

655B56
RGB1019186
HSL20°8.02%36.67%
HSB/HSV20°14.85%39.61%
CMYK0.00%9.90%14.85%
60.39%

Color #655B56 in popluar number systems.

HEX655B56
Decimal1019186
Binary110010110110111010110
Octal145133126

Shades and tints

Shades of #655B56

#655B56
(101,91,86)
#5C534F
(92,83,79)
#534B48
(83,75,72)
#4A4341
(74,67,65)
#413B3A
(65,59,58)
#383333
(56,51,51)
#2F2B2C
(47,43,44)
#262325
(38,35,37)
#1D1B1E
(29,27,30)
#141317
(20,19,23)
#0B0B10
(11,11,16)
#000000
(0,0,0)

Tints of #655B56

#655B56
(101,91,86)
#736965
(115,105,101)
#817774
(129,119,116)
#8F8583
(143,133,131)
#9D9392
(157,147,146)
#ABA1A1
(171,161,161)
#B9AFB0
(185,175,176)
#C7BDBF
(199,189,191)
#D5CBCE
(213,203,206)
#E3D9DD
(227,217,221)
#F1E7EC
(241,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #655B56 color. Also use rgb(101,91,86) instead hex code.

Text Font Color

.myTextColor { color: #655B56; }

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

This text font color is #655B56.


Background Color

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

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

This div background color is #655B56.


Border color

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

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

This div border color is #655B56.


Opacity

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

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

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

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

This text has shadow with #655B56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655B56 on black background.


Color preview on white background

This text has color #655B56 on white background.



Black color preview on #655B56 background

This text has black color on #655B56 background.


White color preview on #655B56 background

This text has white color on #655B56 background.