Color Hex Logo

#655555 Color Hex

#655555
(101,85,85)
0 Favorites   0 Comments

Color spaces of #655555

RGB 1018585
HSL0.000.090.36
HSV16°40°
CMYK 0.000.160.16   0.60
XYZ10.25509.91969.9685
Yxy9.91960.34020.3291
Hunter Lab31.49543.00323.2811
CIE-Lab37.69776.57642.4418

#655555 color RGB value is (101,85,85).

#655555 hex color red value is 101, green value is 85 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #655555 hue: 0.00 , saturation: 0.09 and the lightness value of 655555 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01010101 01010101
Octal 145 125 125
Decimal 101 85 85
Hex 65 55 55

RGB Percentages of Color #655555

%37.27
%31.37
%31.37

CMYK Percentages of Color #655555

%0
%16
%16
%60

Triadic Colors of #655555

#655555 #556555 #555565

Analogous Colors of #655555

#655555 #655d55 #65555d

Monochromatic Colors of #655555

#655555

Complementary Color

#655555 #556565

#655555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#655555 Color CSS Codes

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

#655555 Text Font Color

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

This sample text font color is #655555
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.


#655555 Background Color

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

This div background color is #655555


#655555 Border Color

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

This div border color is #655555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655555

#655555 Color Palettes


Comments

No comments written yet.

Please login to write comment.