Color Hex Logo

#805506 Color Hex

#805506
(128,85,6)
0 Favorites   0 Comments

Color spaces of #805506

RGB 128856
HSL0.110.910.26
HSV39°95°50°
CMYK 0.000.340.95   0.50
XYZ12.183511.09931.6725
Yxy11.09930.48820.4448
Hunter Lab33.31566.975020.3445
CIE-Lab39.747211.815146.3996

#805506 color RGB value is (128,85,6).

#805506 hex color red value is 128, green value is 85 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #805506 hue: 0.11 , saturation: 0.91 and the lightness value of 805506 is 0.26.

The process color (four color CMYK) of #805506 color hex is 0.00, 0.34, 0.95, 0.50. Web safe color of #805506 is #996600. Color #805506 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010101 00000110
Octal 200 125 6
Decimal 128 85 6
Hex 80 55 6

RGB Percentages of Color #805506

%58.45
%38.81
%2.74

CMYK Percentages of Color #805506

%0
%34
%95
%50

Triadic Colors of #805506

#805506 #068055 #550680

Analogous Colors of #805506

#805506 #6e8006 #801806

Monochromatic Colors of #805506

#805506

Complementary Color

#805506 #063180

#805506 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805506 Color Preview on White Background

Lorem ipsum dolor sit amet.

#805506 Color CSS Codes

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

#805506 Text Font Color

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

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


#805506 Background Color

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

This div background color is #805506


#805506 Border Color

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

This div border color is #805506


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805506


Comments

No comments written yet.

Please login to write comment.