Color Hex Logo

#661015 Color Hex

#661015
(102,16,21)
0 Favorites   0 Comments

Color spaces of #661015

RGB 1021621
HSL0.990.730.23
HSV357°84°40°
CMYK 0.000.840.79   0.60
XYZ5.80013.24951.0310
Yxy3.24950.57540.3224
Hunter Lab18.026425.88749.2274
CIE-Lab21.016637.295721.5098

#661015 color RGB value is (102,16,21).

#661015 hex color red value is 102, green value is 16 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #661015 hue: 0.99 , saturation: 0.73 and the lightness value of 661015 is 0.23.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00010000 00010101
Octal 146 20 25
Decimal 102 16 21
Hex 66 10 15

RGB Percentages of Color #661015

%73.38
%11.51
%15.11

CMYK Percentages of Color #661015

%0
%84
%79
%60

Triadic Colors of #661015

#661015 #156610 #101566

Analogous Colors of #661015

#661015 #663610 #661040

Monochromatic Colors of #661015

#661015

Complementary Color

#661015 #106661

#661015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#661015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#661015 Color CSS Codes

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

#661015 Text Font Color

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

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


#661015 Background Color

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

This div background color is #661015


#661015 Border Color

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

This div border color is #661015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #661015


Comments

No comments written yet.

Please login to write comment.