Color Hex Logo

#6c1505 Color Hex

#6C1505
(108,21,5)
0 Favorites   0 Comments

Color spaces of #6c1505

RGB 108215
HSL0.030.910.22
HSV95°42°
CMYK 0.000.810.95   0.58
XYZ6.47993.73540.5231
Yxy3.73540.60340.3479
Hunter Lab19.327226.023811.9243
CIE-Lab22.776737.117731.7880

#6c1505 color RGB value is (108,21,5).

#6c1505 hex color red value is 108, green value is 21 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #6c1505 hue: 0.03 , saturation: 0.91 and the lightness value of 6c1505 is 0.22.

The process color (four color CMYK) of #6c1505 color hex is 0.00, 0.81, 0.95, 0.58. Web safe color of #6c1505 is #660000. Color #6c1505 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 00010101 00000101
Octal 154 25 5
Decimal 108 21 5
Hex 6C 15 5

RGB Percentages of Color #6c1505

%80.60
%15.67
%3.73

CMYK Percentages of Color #6c1505

%0
%81
%95
%58

Triadic Colors of #6c1505

#6c1505 #056c15 #15056c

Analogous Colors of #6c1505

#6c1505 #6c4905 #6c0529

Monochromatic Colors of #6c1505

#6c1505

Complementary Color

#6c1505 #055c6c

#6c1505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c1505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c1505 Color CSS Codes

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

#6c1505 Text Font Color

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

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


#6c1505 Background Color

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

This div background color is #6c1505


#6c1505 Border Color

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

This div border color is #6c1505


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,21,5, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6c1505; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6c1505;
  -webkit-box-shadow: 1px 1px 3px 2px #6c1505;
  box-shadow:         1px 1px 3px 2px #6c1505; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c1505


Comments

No comments written yet.

Please login to write comment.