COLOR #616655

HEX: #616655 RGB: (97,102,85)

Color info

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

RGB color model

#616655 color RGB value is (97,102,85).

RGB: (97,102,85) (38%, 40%, 33%)

RGB channels and saturation

R 97 of 255 = 38%
G 102 of 255 = 40%
B 85 of 255 = 33%

97
102
85

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

Portions of RGB colors in percentages

R + G + B = 97 + 102 + 85 = 284 (100%)
R 97 of 284 ~ 34.15%
G 102 of 284 ~ 35.92%
B 85 of 284 ~ 29.93'%

%34.15
%35.92
%29.93

CMYK color model

#616655 color CMYK value is (5,0,17,60).

  • cyan value is 4.90%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 60.00%
CMYK: (5,0,17,60) C5M0Y17K60 (5%,0%,17%,60%) (0.05/0.00/0.17/0.60) 

CMYK percentages

%4.9
%0
%16.67
%60

Codes

Color #616655 in popluar color models

61 66 55
RGB 97 102 85
HSL 78° 9.09% 36.67%
HSB/HSV 78° 16.67% 40.00%
CMYK 4.90% 0.00% 16.67%
60.00%

Color #616655 in popluar number systems.

HEX 61 66 55
Decimal 97 102 85
Binary 1100001 1100110 1010101
Octal 141 146 125

Shades and tints

Shades of #616655

#616655
(97,102,85)
#595D4E
(89,93,78)
#515447
(81,84,71)
#494B40
(73,75,64)
#414239
(65,66,57)
#393932
(57,57,50)
#31302B
(49,48,43)
#292724
(41,39,36)
#211E1D
(33,30,29)
#191516
(25,21,22)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #616655

#616655
(97,102,85)
#6F7364
(111,115,100)
#7D8073
(125,128,115)
#8B8D82
(139,141,130)
#999A91
(153,154,145)
#A7A7A0
(167,167,160)
#B5B4AF
(181,180,175)
#C3C1BE
(195,193,190)
#D1CECD
(209,206,205)
#DFDBDC
(223,219,220)
#EDE8EB
(237,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616655; }

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

This text font color is #616655.

Background Color

.myBgColor { background-color: #616655; }

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

This div background color is #616655.

Border color

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

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

This div border color is #616655.

Opacity

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

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

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

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

This text has shadow with #616655 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #616655.

Preview

Color preview on black background

This text has color #616655 on black background.


Color preview on white background

This text has color #616655 on white background.


Black color preview on #616655 background

This text has black color on #616655 background.


White color preview on #616655 background

This text has white color on #616655 background.


Related colors

Complementary color

Complementary color for #hex is #9E99AA.


I love getcolorcode.com

Triadic colors

1 #556166 and #665561 with #616655 are triadic colors.

2 #556661 and #666155 with #616655 are triadic colors.