COLOR #655556

HEX: #655556
RGB: (101,85,86)

Color info

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

RGB color model

#655556 color RGB value is (101,85,86).

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

RGB channels and saturation

R 101 of 255 = 40%
G 85 of 255 = 33%
B 86 of 255 = 34%

101
85
86

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

Portions of RGB colors in percentages

R + G + B =
101 + 85 + 86 = 272 (100%)
R 101 of 272 ~ 37.13%
G 85 of 272 ~ 31.25%
B 86 of 272 ~ 31.62%

%37.13
%31.25
%31.62

CMYK color model

#655556 color CMYK value is (0,16,15,60).

  • cyan value is 0.00%
  • magenta value is 15.84%
  • yellow value is 14.85%
  • key color value is 60.39%
CMYK:
(0,16,15,60)
C0M16Y15K60 
(0%,16%,15%,60%)
(0.00/0.16/0.15/0.60)	

CMYK percentages

%0
%15.84
%14.85
%60.39

Codes

Color #655556 in popluar color models

655556
RGB1018586
HSL356°8.60%36.47%
HSB/HSV356°15.84%39.61%
CMYK0.00%15.84%14.85%
60.39%

Color #655556 in popluar number systems.

HEX655556
Decimal1018586
Binary110010110101011010110
Octal145125126

Shades and tints

Shades of #655556

#655556
(101,85,86)
#5C4E4F
(92,78,79)
#534748
(83,71,72)
#4A4041
(74,64,65)
#41393A
(65,57,58)
#383233
(56,50,51)
#2F2B2C
(47,43,44)
#262425
(38,36,37)
#1D1D1E
(29,29,30)
#141617
(20,22,23)
#0B0F10
(11,15,16)
#000000
(0,0,0)

Tints of #655556

#655556
(101,85,86)
#736465
(115,100,101)
#817374
(129,115,116)
#8F8283
(143,130,131)
#9D9192
(157,145,146)
#ABA0A1
(171,160,161)
#B9AFB0
(185,175,176)
#C7BEBF
(199,190,191)
#D5CDCE
(213,205,206)
#E3DCDD
(227,220,221)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655556; }

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

This text font color is #655556.


Background Color

.myBgColor { background-color: #655556; }

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

This div background color is #655556.


Border color

.myBorderColor { border: 1px solid #655556; }

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

This div border color is #655556.


Opacity

.myOpacity80 { color: #655556; opacity: 0.8; }

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

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

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

This text has shadow with #655556 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655556 on black background.


Color preview on white background

This text has color #655556 on white background.



Black color preview on #655556 background

This text has black color on #655556 background.


White color preview on #655556 background

This text has white color on #655556 background.