Color Hex Logo

#601810 Color Hex

#601810
(96,24,16)
0 Favorites   0 Comments

Color spaces of #601810

RGB 962416
HSL0.020.710.22
HSV83°38°
CMYK 0.000.750.83   0.62
XYZ5.24403.17750.8271
Yxy3.17750.56700.3436
Hunter Lab17.825521.31729.7268
CIE-Lab20.741231.979323.9303

#601810 color RGB value is (96,24,16).

#601810 hex color red value is 96, green value is 24 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #601810 hue: 0.02 , saturation: 0.71 and the lightness value of 601810 is 0.22.

The process color (four color CMYK) of #601810 color hex is 0.00, 0.75, 0.83, 0.62. Web safe color of #601810 is #660000. Color #601810 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011000 00010000
Octal 140 30 20
Decimal 96 24 16
Hex 60 18 10

RGB Percentages of Color #601810

%70.59
%17.65
%11.76

CMYK Percentages of Color #601810

%0
%75
%83
%62

Triadic Colors of #601810

#601810 #106018 #181060

Analogous Colors of #601810

#601810 #604010 #601030

Monochromatic Colors of #601810

#601810

Complementary Color

#601810 #105860

#601810 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601810 Color Preview on White Background

Lorem ipsum dolor sit amet.

#601810 Color CSS Codes

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

#601810 Text Font Color

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

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


#601810 Background Color

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

This div background color is #601810


#601810 Border Color

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

This div border color is #601810


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601810


Comments

No comments written yet.

Please login to write comment.