Color Hex Logo

#601716 Color Hex

#601716
(96,23,22)
0 Favorites   0 Comments

Color spaces of #601716

RGB 962322
HSL0.000.630.23
HSV77°38°
CMYK 0.000.760.77   0.62
XYZ5.27513.15751.0905
Yxy3.15750.55390.3316
Hunter Lab17.769421.89408.7999
CIE-Lab20.663932.687820.1030

#601716 color RGB value is (96,23,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00010111 00010110
Octal 140 27 26
Decimal 96 23 22
Hex 60 17 16

RGB Percentages of Color #601716

%68.09
%16.31
%15.60

CMYK Percentages of Color #601716

%0
%76
%77
%62

Triadic Colors of #601716

#601716 #166017 #171660

Analogous Colors of #601716

#601716 #603c16 #60163a

Monochromatic Colors of #601716

#601716

Complementary Color

#601716 #165f60

#601716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#601716 Color CSS Codes

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

#601716 Text Font Color

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

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


#601716 Background Color

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

This div background color is #601716


#601716 Border Color

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

This div border color is #601716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601716


Comments

No comments written yet.

Please login to write comment.