Color Hex Logo

#601615 Color Hex

#601615
(96,22,21)
0 Favorites   0 Comments

Color spaces of #601615

RGB 962221
HSL0.000.640.23
HSV78°38°
CMYK 0.000.770.78   0.62
XYZ5.24613.11481.0342
Yxy3.11480.55840.3315
Hunter Lab17.648822.17378.8798
CIE-Lab20.497933.053320.5718

#601615 color RGB value is (96,22,21).

#601615 hex color red value is 96, green value is 22 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #601615 hue: 0.00 , saturation: 0.64 and the lightness value of 601615 is 0.23.

The process color (four color CMYK) of #601615 color hex is 0.00, 0.77, 0.78, 0.62. Web safe color of #601615 is #660000. Color #601615 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00010110 00010101
Octal 140 26 25
Decimal 96 22 21
Hex 60 16 15

RGB Percentages of Color #601615

%69.06
%15.83
%15.11

CMYK Percentages of Color #601615

%0
%77
%78
%62

Triadic Colors of #601615

#601615 #156016 #161560

Analogous Colors of #601615

#601615 #603c15 #60153a

Monochromatic Colors of #601615

#601615

Complementary Color

#601615 #155f60

#601615 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601615 Color Preview on White Background

Lorem ipsum dolor sit amet.

#601615 Color CSS Codes

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

#601615 Text Font Color

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

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


#601615 Background Color

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

This div background color is #601615


#601615 Border Color

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

This div border color is #601615


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,22,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #601615; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #601615;
  -webkit-box-shadow: 1px 1px 3px 2px #601615;
  box-shadow:         1px 1px 3px 2px #601615; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601615


Comments

No comments written yet.

Please login to write comment.