Color Hex Logo

#561506 Color Hex

#561506
(86,21,6)
0 Favorites   0 Comments

Color spaces of #561506

RGB 86216
HSL0.030.870.18
HSV11°93°34°
CMYK 0.000.760.93   0.66
XYZ4.13882.52790.4421
Yxy2.52790.58220.3556
Hunter Lab15.899418.64189.4809
CIE-Lab18.044329.163824.7873

#561506 color RGB value is (86,21,6).

#561506 hex color red value is 86, green value is 21 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #561506 hue: 0.03 , saturation: 0.87 and the lightness value of 561506 is 0.18.

The process color (four color CMYK) of #561506 color hex is 0.00, 0.76, 0.93, 0.66. Web safe color of #561506 is #660000. Color #561506 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00010101 00000110
Octal 126 25 6
Decimal 86 21 6
Hex 56 15 6

RGB Percentages of Color #561506

%76.11
%18.58
%5.31

CMYK Percentages of Color #561506

%0
%76
%93
%66

Triadic Colors of #561506

#561506 #065615 #150656

Analogous Colors of #561506

#561506 #563d06 #56061f

Monochromatic Colors of #561506

#561506

Complementary Color

#561506 #064756

#561506 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#561506 Color Preview on White Background

Lorem ipsum dolor sit amet.

#561506 Color CSS Codes

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

#561506 Text Font Color

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

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


#561506 Background Color

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

This div background color is #561506


#561506 Border Color

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

This div border color is #561506


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #561506


Comments

No comments written yet.

Please login to write comment.