Color Hex Logo

#806559 Color Hex

#806559
(128,101,89)
0 Favorites   0 Comments

Color spaces of #806559

RGB 12810189
HSL0.050.180.43
HSV18°30°50°
CMYK 0.000.210.30   0.50
XYZ15.358914.617811.4632
Yxy14.61780.37060.3527
Hunter Lab38.23324.79818.9868
CIE-Lab45.10628.950610.9179

#806559 color RGB value is (128,101,89).

#806559 hex color red value is 128, green value is 101 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #806559 hue: 0.05 , saturation: 0.18 and the lightness value of 806559 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01100101 01011001
Octal 200 145 131
Decimal 128 101 89
Hex 80 65 59

RGB Percentages of Color #806559

%40.25
%31.76
%27.99

CMYK Percentages of Color #806559

%0
%21
%30
%50

Triadic Colors of #806559

#806559 #598065 #655980

Analogous Colors of #806559

#806559 #807959 #805961

Monochromatic Colors of #806559

#806559

Complementary Color

#806559 #597480

#806559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#806559 Color CSS Codes

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

#806559 Text Font Color

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

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


#806559 Background Color

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

This div background color is #806559


#806559 Border Color

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

This div border color is #806559


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806559


Comments

No comments written yet.

Please login to write comment.