COLOR #655551

HEX: #655551 RGB: (101,85,81)

Color info

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

RGB color model

#655551 color RGB value is (101,85,81).

RGB: (101,85,81) (40%, 33%, 32%)

RGB channels and saturation

R 101 of 255 = 40%
G 85 of 255 = 33%
B 81 of 255 = 32%

101
85
81

R + G + B ~ 35%. #655551 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 101 + 85 + 81 = 267 (100%)
R 101 of 267 ~ 37.83%
G 85 of 267 ~ 31.84%
B 81 of 267 ~ 30.34'%

%37.83
%31.84
%30.34

CMYK color model

#655551 color CMYK value is (0,16,20,60).

  • cyan value is 0.00%
  • magenta value is 15.84%
  • yellow value is 19.80%
  • key color value is 60.39%

CMYK: (0,16,20,60)
C0M16Y20K60 (0%, 16%, 20%, 60%)
(0.00 / 0.16 / 0.20 / 0.60)

CMYK percentages

%0
%15.84
%19.8
%60.39

Codes

Color #655551 in popluar color models

65 55 51
RGB 101 85 81
HSL 12° 10.99% 35.69%
HSB/HSV 12° 19.80% 39.61%
CMYK 0.00% 15.84% 19.80%
60.39%

Color #655551 in popluar number systems.

HEX 65 55 51
Decimal 101 85 81
Binary 1100101 1010101 1010001
Octal 145 125 121

Shades and tints

Shades of #655551

#655551
(101,85,81)
#5C4E4A
(92,78,74)
#534743
(83,71,67)
#4A403C
(74,64,60)
#413935
(65,57,53)
#38322E
(56,50,46)
#2F2B27
(47,43,39)
#262420
(38,36,32)
#1D1D19
(29,29,25)
#141612
(20,22,18)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #655551

#655551
(101,85,81)
#736460
(115,100,96)
#81736F
(129,115,111)
#8F827E
(143,130,126)
#9D918D
(157,145,141)
#ABA09C
(171,160,156)
#B9AFAB
(185,175,171)
#C7BEBA
(199,190,186)
#D5CDC9
(213,205,201)
#E3DCD8
(227,220,216)
#F1EBE7
(241,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655551; }

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

This text font color is #655551.

Background Color

.myBgColor { background-color: #655551; }

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

This div background color is #655551.

Border color

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

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

This div border color is #655551.

Opacity

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

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

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

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

This text has shadow with #655551 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #655551.

Preview

Color preview on black background

This text has color #655551 on black background.


Color preview on white background

This text has color #655551 on white background.


Black color preview on #655551 background

This text has black color on #655551 background.


White color preview on #655551 background

This text has white color on #655551 background.


Related colors

Complementary color

Complementary color for #hex is #9AAAAE.


I love getcolorcode.com

Triadic colors

1 #516555 and #555165 with #655551 are triadic colors.

2 #515565 and #556551 with #655551 are triadic colors.