Color Hex Logo

#655550 Color Hex

#655550
(101,85,80)
0 Favorites   0 Comments

Color spaces of #655550

RGB 1018580
HSL0.040.120.35
HSV14°21°40°
CMYK 0.000.160.21   0.60
XYZ10.06339.84298.9589
Yxy9.84290.34860.3410
Hunter Lab31.37342.35205.0307
CIE-Lab37.55905.68205.3546

#655550 color RGB value is (101,85,80).

#655550 hex color red value is 101, green value is 85 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #655550 hue: 0.04 , saturation: 0.12 and the lightness value of 655550 is 0.35.

The process color (four color CMYK) of #655550 color hex is 0.00, 0.16, 0.21, 0.60. Web safe color of #655550 is #666666. Color #655550 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01010101 01010000
Octal 145 125 120
Decimal 101 85 80
Hex 65 55 50

RGB Percentages of Color #655550

%37.97
%31.95
%30.08

CMYK Percentages of Color #655550

%0
%16
%21
%60

Triadic Colors of #655550

#655550 #506555 #555065

Analogous Colors of #655550

#655550 #656050 #655056

Monochromatic Colors of #655550

#655550

Complementary Color

#655550 #506065

#655550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#655550 Color CSS Codes

.mybgcolor {background-color:#655550; } 
.myforecolor {color:#655550; }
.mybordercolor {border:3px solid #655550; }

#655550 Text Font Color

<p style="color:#655550">Text here</p>

This sample text font color is #655550
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#655550 Background Color

<div style="background-color:#655550">
Div content here</div>

This div background color is #655550


#655550 Border Color

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

This div border color is #655550


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,85,80, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #655550; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #655550;
  -webkit-box-shadow: 1px 1px 3px 2px #655550;
  box-shadow:         1px 1px 3px 2px #655550; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,85,80, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #655550">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #655550;
  -webkit-box-shadow: 1px 1px 3px 2px #655550;
  box-shadow:         1px 1px 3px 2px #655550;">
Div content here</div>

This div box has shadow with color #655550


Comments

No comments written yet.

Please login to write comment.