Color Hex Logo

#660612 Color Hex

#660612
(102,6,18)
0 Favorites   0 Comments

Color spaces of #660612

RGB 102618
HSL0.980.890.21
HSV353°94°40°
CMYK 0.000.940.82   0.60
XYZ5.65382.99870.8531
Yxy2.99870.59480.3155
Hunter Lab17.316827.97479.2008
CIE-Lab20.038739.841722.3472

#660612 color RGB value is (102,6,18).

#660612 hex color red value is 102, green value is 6 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #660612 hue: 0.98 , saturation: 0.89 and the lightness value of 660612 is 0.21.

The process color (four color CMYK) of #660612 color hex is 0.00, 0.94, 0.82, 0.60. Web safe color of #660612 is #660000. Color #660612 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00000110 00010010
Octal 146 6 22
Decimal 102 6 18
Hex 66 6 12

RGB Percentages of Color #660612

%80.95
%4.76
%14.29

CMYK Percentages of Color #660612

%0
%94
%82
%60

Triadic Colors of #660612

#660612 #126606 #061266

Analogous Colors of #660612

#660612 #662a06 #660642

Monochromatic Colors of #660612

#660612

Complementary Color

#660612 #06665a

#660612 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#660612 Color Preview on White Background

Lorem ipsum dolor sit amet.

#660612 Color CSS Codes

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

#660612 Text Font Color

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

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


#660612 Background Color

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

This div background color is #660612


#660612 Border Color

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

This div border color is #660612


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #660612


Comments

No comments written yet.

Please login to write comment.