Color Hex Logo

#660913 Color Hex

#660913
(102,9,19)
0 Favorites   0 Comments

Color spaces of #660913

RGB 102919
HSL0.980.840.22
HSV354°91°40°
CMYK 0.000.910.81   0.60
XYZ5.69473.06720.9080
Yxy3.06720.58890.3172
Hunter Lab17.513427.39299.1855
CIE-Lab20.311039.137322.0315

#660913 color RGB value is (102,9,19).

#660913 hex color red value is 102, green value is 9 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #660913 hue: 0.98 , saturation: 0.84 and the lightness value of 660913 is 0.22.

The process color (four color CMYK) of #660913 color hex is 0.00, 0.91, 0.81, 0.60. Web safe color of #660913 is #660000. Color #660913 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00001001 00010011
Octal 146 11 23
Decimal 102 9 19
Hex 66 9 13

RGB Percentages of Color #660913

%78.46
%6.92
%14.62

CMYK Percentages of Color #660913

%0
%91
%81
%60

Triadic Colors of #660913

#660913 #136609 #091366

Analogous Colors of #660913

#660913 #662e09 #660941

Monochromatic Colors of #660913

#660913

Complementary Color

#660913 #09665c

#660913 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#660913 Color Preview on White Background

Lorem ipsum dolor sit amet.

#660913 Color CSS Codes

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

#660913 Text Font Color

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

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


#660913 Background Color

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

This div background color is #660913


#660913 Border Color

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

This div border color is #660913


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,9,19, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #660913; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #660913;
  -webkit-box-shadow: 1px 1px 3px 2px #660913;
  box-shadow:         1px 1px 3px 2px #660913; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,9,19, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #660913


Comments

No comments written yet.

Please login to write comment.