Color Hex Logo

#655040 Color Hex

#655040
(101,80,64)
0 Favorites   0 Comments

Color spaces of #655040

RGB 1018064
HSL0.070.220.32
HSV26°37°40°
CMYK 0.000.210.37   0.60
XYZ9.16098.87426.0805
Yxy8.87420.37990.3680
Hunter Lab29.78962.76058.7507
CIE-Lab35.74096.225412.7622

#655040 color RGB value is (101,80,64).

#655040 hex color red value is 101, green value is 80 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #655040 hue: 0.07 , saturation: 0.22 and the lightness value of 655040 is 0.32.

The process color (four color CMYK) of #655040 color hex is 0.00, 0.21, 0.37, 0.60. Web safe color of #655040 is #666633. Color #655040 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01010000 01000000
Octal 145 120 100
Decimal 101 80 64
Hex 65 50 40

RGB Percentages of Color #655040

%41.22
%32.65
%26.12

CMYK Percentages of Color #655040

%0
%21
%37
%60

Triadic Colors of #655040

#655040 #406550 #504065

Analogous Colors of #655040

#655040 #656340 #654043

Monochromatic Colors of #655040

#655040

Complementary Color

#655040 #405565

#655040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#655040 Color CSS Codes

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

#655040 Text Font Color

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

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


#655040 Background Color

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

This div background color is #655040


#655040 Border Color

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

This div border color is #655040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655040


Comments

No comments written yet.

Please login to write comment.