Color Hex Logo

#655413 Color Hex

#655413
(101,84,19)
0 Favorites   0 Comments

Color spaces of #655413

RGB 1018419
HSL0.130.680.24
HSV48°81°40°
CMYK 0.000.170.81   0.60
XYZ8.65479.15441.9269
Yxy9.15440.43850.4638
Hunter Lab30.2562-1.889117.4034
CIE-Lab36.2799-0.400338.0187

#655413 color RGB value is (101,84,19).

#655413 hex color red value is 101, green value is 84 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #655413 hue: 0.13 , saturation: 0.68 and the lightness value of 655413 is 0.24.

The process color (four color CMYK) of #655413 color hex is 0.00, 0.17, 0.81, 0.60. Web safe color of #655413 is #666600. Color #655413 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01010100 00010011
Octal 145 124 23
Decimal 101 84 19
Hex 65 54 13

RGB Percentages of Color #655413

%49.51
%41.18
%9.31

CMYK Percentages of Color #655413

%0
%17
%81
%60

Triadic Colors of #655413

#655413 #136554 #541365

Analogous Colors of #655413

#655413 #4d6513 #652b13

Monochromatic Colors of #655413

#655413

Complementary Color

#655413 #132465

#655413 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655413 Color Preview on White Background

Lorem ipsum dolor sit amet.

#655413 Color CSS Codes

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

#655413 Text Font Color

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

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


#655413 Background Color

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

This div background color is #655413


#655413 Border Color

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

This div border color is #655413


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655413


Comments

No comments written yet.

Please login to write comment.