Color Hex Logo

#655149 Color Hex

#655149
(101,81,73)
0 Favorites   0 Comments

Color spaces of #655149

RGB 1018173
HSL0.050.160.34
HSV17°28°40°
CMYK 0.000.200.28   0.60
XYZ9.51199.13267.5648
Yxy9.13260.36290.3484
Hunter Lab30.22023.29816.3125
CIE-Lab36.23846.97277.8464

#655149 color RGB value is (101,81,73).

#655149 hex color red value is 101, green value is 81 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #655149 hue: 0.05 , saturation: 0.16 and the lightness value of 655149 is 0.34.

The process color (four color CMYK) of #655149 color hex is 0.00, 0.20, 0.28, 0.60. Web safe color of #655149 is #666633. Color #655149 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01010001 01001001
Octal 145 121 111
Decimal 101 81 73
Hex 65 51 49

RGB Percentages of Color #655149

%39.61
%31.76
%28.63

CMYK Percentages of Color #655149

%0
%20
%28
%60

Triadic Colors of #655149

#655149 #496551 #514965

Analogous Colors of #655149

#655149 #655f49 #65494f

Monochromatic Colors of #655149

#655149

Complementary Color

#655149 #495d65

#655149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#655149 Color CSS Codes

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

#655149 Text Font Color

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

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


#655149 Background Color

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

This div background color is #655149


#655149 Border Color

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

This div border color is #655149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655149

#655149 Color Palettes


Comments

No comments written yet.

Please login to write comment.