Color Hex Logo

#601614 Color Hex

#601614
(96,22,20)
0 Favorites   0 Comments

Color spaces of #601614

RGB 962220
HSL0.000.660.23
HSV79°38°
CMYK 0.000.770.79   0.62
XYZ5.23703.11110.9863
Yxy3.11110.56100.3333
Hunter Lab17.638322.13159.0314
CIE-Lab20.483533.005421.2111

#601614 color RGB value is (96,22,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00010110 00010100
Octal 140 26 24
Decimal 96 22 20
Hex 60 16 14

RGB Percentages of Color #601614

%69.57
%15.94
%14.49

CMYK Percentages of Color #601614

%0
%77
%79
%62

Triadic Colors of #601614

#601614 #146016 #161460

Analogous Colors of #601614

#601614 #603c14 #601438

Monochromatic Colors of #601614

#601614

Complementary Color

#601614 #145e60

#601614 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601614 Color Preview on White Background

Lorem ipsum dolor sit amet.

#601614 Color CSS Codes

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

#601614 Text Font Color

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

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


#601614 Background Color

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

This div background color is #601614


#601614 Border Color

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

This div border color is #601614


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601614


Comments

No comments written yet.

Please login to write comment.