Color Hex Logo

#655256 Color Hex

#655256
(101,82,86)
0 Favorites   0 Comments

Color spaces of #655256

RGB 1018286
HSL0.960.100.36
HSV347°19°40°
CMYK 0.000.190.15   0.60
XYZ10.06389.473210.1022
Yxy9.47320.33950.3196
Hunter Lab30.77864.50242.0847
CIE-Lab36.87998.61320.6305

#655256 color RGB value is (101,82,86).

#655256 hex color red value is 101, green value is 82 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #655256 hue: 0.96 , saturation: 0.10 and the lightness value of 655256 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01010010 01010110
Octal 145 122 126
Decimal 101 82 86
Hex 65 52 56

RGB Percentages of Color #655256

%37.55
%30.48
%31.97

CMYK Percentages of Color #655256

%0
%19
%15
%60

Triadic Colors of #655256

#655256 #566552 #525665

Analogous Colors of #655256

#655256 #655852 #655260

Monochromatic Colors of #655256

#655256

Complementary Color

#655256 #526561

#655256 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655256 Color Preview on White Background

Lorem ipsum dolor sit amet.

#655256 Color CSS Codes

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

#655256 Text Font Color

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

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


#655256 Background Color

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

This div background color is #655256


#655256 Border Color

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

This div border color is #655256


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655256


Comments

No comments written yet.

Please login to write comment.