COLOR #646655

HEX: #646655
RGB: (100,102,85)

Color info

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

RGB color model

#646655 color RGB value is (100,102,85).

  • red value is 100;
  • green value is 102;
  • blue value is 85.
RGB:
(100,102,85)
(39%,40%,33%)

RGB channels and saturation

R 100 of 255 = 39%
G 102 of 255 = 40%
B 85 of 255 = 33%

100
102
85

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

Portions of RGB colors in percentages

R + G + B =
100 + 102 + 85 = 287 (100%)
R 100 of 287 ~ 34.84%
G 102 of 287 ~ 35.54%
B 85 of 287 ~ 29.62%

%34.84
%35.54
%29.62

CMYK color model

#646655 color CMYK value is (2,0,17,60).

  • cyan value is 1.96%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 60.00%
CMYK:
(2,0,17,60)
C2M0Y17K60 
(2%,0%,17%,60%)
(0.02/0.00/0.17/0.60)	

CMYK percentages

%1.96
%0
%16.67
%60

Codes

Color #646655 in popluar color models

646655
RGB10010285
HSL67°9.09%36.67%
HSB/HSV67°16.67%40.00%
CMYK1.96%0.00%16.67%
60.00%

Color #646655 in popluar number systems.

HEX646655
Decimal10010285
Binary110010011001101010101
Octal144146125

Shades and tints

Shades of #646655

#646655
(100,102,85)
#5B5D4E
(91,93,78)
#525447
(82,84,71)
#494B40
(73,75,64)
#404239
(64,66,57)
#373932
(55,57,50)
#2E302B
(46,48,43)
#252724
(37,39,36)
#1C1E1D
(28,30,29)
#131516
(19,21,22)
#0A0C0F
(10,12,15)
#000000
(0,0,0)

Tints of #646655

#646655
(100,102,85)
#727364
(114,115,100)
#808073
(128,128,115)
#8E8D82
(142,141,130)
#9C9A91
(156,154,145)
#AAA7A0
(170,167,160)
#B8B4AF
(184,180,175)
#C6C1BE
(198,193,190)
#D4CECD
(212,206,205)
#E2DBDC
(226,219,220)
#F0E8EB
(240,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646655 color. Also use rgb(100,102,85) instead hex code.

Text Font Color

.myTextColor { color: #646655; }

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

This text font color is #646655.


Background Color

.myBgColor { background-color: #646655; }

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

This div background color is #646655.


Border color

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

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

This div border color is #646655.


Opacity

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

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

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

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

This text has shadow with #646655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646655 on black background.


Color preview on white background

This text has color #646655 on white background.



Black color preview on #646655 background

This text has black color on #646655 background.


White color preview on #646655 background

This text has white color on #646655 background.