Color Hex Logo

#661514 Color Hex

#661514
(102,21,20)
0 Favorites   0 Comments

Color spaces of #661514

RGB 1022120
HSL0.000.670.24
HSV80°40°
CMYK 0.000.790.80   0.60
XYZ5.87393.41161.0107
Yxy3.41160.57050.3313
Hunter Lab18.470524.44239.6850
CIE-Lab21.622235.516922.8335

#661514 color RGB value is (102,21,20).

#661514 hex color red value is 102, green value is 21 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #661514 hue: 0.00 , saturation: 0.67 and the lightness value of 661514 is 0.24.

The process color (four color CMYK) of #661514 color hex is 0.00, 0.79, 0.80, 0.60. Web safe color of #661514 is #660000. Color #661514 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00010101 00010100
Octal 146 25 24
Decimal 102 21 20
Hex 66 15 14

RGB Percentages of Color #661514

%71.33
%14.69
%13.99

CMYK Percentages of Color #661514

%0
%79
%80
%60

Triadic Colors of #661514

#661514 #146615 #151466

Analogous Colors of #661514

#661514 #663e14 #66143c

Monochromatic Colors of #661514

#661514

Complementary Color

#661514 #146566

#661514 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#661514 Color Preview on White Background

Lorem ipsum dolor sit amet.

#661514 Color CSS Codes

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

#661514 Text Font Color

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

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


#661514 Background Color

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

This div background color is #661514


#661514 Border Color

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

This div border color is #661514


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,21,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 #661514">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #661514


Comments

No comments written yet.

Please login to write comment.