COLOR #655B64

HEX: #655B64
RGB: (101,91,100)

Color info

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

RGB color model

#655B64 color RGB value is (101,91,100).

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

RGB channels and saturation

R 101 of 255 = 40%
G 91 of 255 = 36%
B 100 of 255 = 39%

101
91
100

R + G + B ~ 38%. #655B64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 91 + 100 = 292 (100%)
R 101 of 292 ~ 34.59%
G 91 of 292 ~ 31.16%
B 100 of 292 ~ 34.25%

%34.59
%31.16
%34.25

CMYK color model

#655B64 color CMYK value is (0,10,1,60).

  • cyan value is 0.00%
  • magenta value is 9.90%
  • yellow value is 0.99%
  • key color value is 60.39%
CMYK:
(0,10,1,60)
C0M10Y1K60 
(0%,10%,1%,60%)
(0.00/0.10/0.01/0.60)	

CMYK percentages

%0
%9.9
%0.99
%60.39

Codes

Color #655B64 in popluar color models

655B64
RGB10191100
HSL306°5.21%37.65%
HSB/HSV306°9.90%39.61%
CMYK0.00%9.90%0.99%
60.39%

Color #655B64 in popluar number systems.

HEX655B64
Decimal10191100
Binary110010110110111100100
Octal145133144

Shades and tints

Shades of #655B64

#655B64
(101,91,100)
#5C535B
(92,83,91)
#534B52
(83,75,82)
#4A4349
(74,67,73)
#413B40
(65,59,64)
#383337
(56,51,55)
#2F2B2E
(47,43,46)
#262325
(38,35,37)
#1D1B1C
(29,27,28)
#141313
(20,19,19)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #655B64

#655B64
(101,91,100)
#736972
(115,105,114)
#817780
(129,119,128)
#8F858E
(143,133,142)
#9D939C
(157,147,156)
#ABA1AA
(171,161,170)
#B9AFB8
(185,175,184)
#C7BDC6
(199,189,198)
#D5CBD4
(213,203,212)
#E3D9E2
(227,217,226)
#F1E7F0
(241,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655B64; }

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

This text font color is #655B64.


Background Color

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

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

This div background color is #655B64.


Border color

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

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

This div border color is #655B64.


Opacity

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

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

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

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

This text has shadow with #655B64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655B64 on black background.


Color preview on white background

This text has color #655B64 on white background.



Black color preview on #655B64 background

This text has black color on #655B64 background.


White color preview on #655B64 background

This text has white color on #655B64 background.