Color Hex Logo

#601911 Color Hex

#601911
(96,25,17)
0 Favorites   0 Comments

Color spaces of #601911

RGB 962517
HSL0.020.700.22
HSV82°38°
CMYK 0.000.740.82   0.62
XYZ5.27273.22250.8744
Yxy3.22250.56270.3439
Hunter Lab17.951321.01469.6779
CIE-Lab20.913831.581823.5514

#601911 color RGB value is (96,25,17).

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

The process color (four color CMYK) of #601911 color hex is 0.00, 0.74, 0.82, 0.62. Web safe color of #601911 is #660000. Color #601911 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011001 00010001
Octal 140 31 21
Decimal 96 25 17
Hex 60 19 11

RGB Percentages of Color #601911

%69.57
%18.12
%12.32

CMYK Percentages of Color #601911

%0
%74
%82
%62

Triadic Colors of #601911

#601911 #116019 #191160

Analogous Colors of #601911

#601911 #604111 #601130

Monochromatic Colors of #601911

#601911

Complementary Color

#601911 #115860

#601911 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601911 Color Preview on White Background

Lorem ipsum dolor sit amet.

#601911 Color CSS Codes

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

#601911 Text Font Color

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

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


#601911 Background Color

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

This div background color is #601911


#601911 Border Color

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

This div border color is #601911


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601911

#601911 Color Palettes


Comments

No comments written yet.

Please login to write comment.