Color Hex Logo

#806555 Color Hex

#806555
(128,101,85)
0 Favorites   0 Comments

Color spaces of #806555

RGB 12810185
HSL0.060.200.42
HSV22°34°50°
CMYK 0.000.210.34   0.50
XYZ15.195514.552410.6023
Yxy14.55240.37660.3607
Hunter Lab38.14764.344410.2250
CIE-Lab45.01498.374813.1864

#806555 color RGB value is (128,101,85).

#806555 hex color red value is 128, green value is 101 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #806555 hue: 0.06 , saturation: 0.20 and the lightness value of 806555 is 0.42.

The process color (four color CMYK) of #806555 color hex is 0.00, 0.21, 0.34, 0.50. Web safe color of #806555 is #996666. Color #806555 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01100101 01010101
Octal 200 145 125
Decimal 128 101 85
Hex 80 65 55

RGB Percentages of Color #806555

%40.76
%32.17
%27.07

CMYK Percentages of Color #806555

%0
%21
%34
%50

Triadic Colors of #806555

#806555 #558065 #655580

Analogous Colors of #806555

#806555 #807b55 #80555b

Monochromatic Colors of #806555

#806555

Complementary Color

#806555 #557080

#806555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#806555 Color CSS Codes

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

#806555 Text Font Color

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

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


#806555 Background Color

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

This div background color is #806555


#806555 Border Color

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

This div border color is #806555


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,101,85, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806555


Comments

No comments written yet.

Please login to write comment.