Color Hex Logo

#966556 Color Hex

#966556
(150,101,86)
0 Favorites   0 Comments

Color spaces of #966556

RGB 15010186
HSL0.040.270.46
HSV14°43°59°
CMYK 0.000.330.43   0.41
XYZ18.911116.463310.9851
Yxy16.46330.40790.3551
Hunter Lab40.575012.188612.3506
CIE-Lab47.576517.860016.5087

#966556 color RGB value is (150,101,86).

#966556 hex color red value is 150, green value is 101 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #966556 hue: 0.04 , saturation: 0.27 and the lightness value of 966556 is 0.46.

The process color (four color CMYK) of #966556 color hex is 0.00, 0.33, 0.43, 0.41. Web safe color of #966556 is #996666. Color #966556 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01100101 01010110
Octal 226 145 126
Decimal 150 101 86
Hex 96 65 56

RGB Percentages of Color #966556

%44.51
%29.97
%25.52

CMYK Percentages of Color #966556

%0
%33
%43
%41

Triadic Colors of #966556

#966556 #569665 #655696

Analogous Colors of #966556

#966556 #968556 #965667

Monochromatic Colors of #966556

#966556

Complementary Color

#966556 #568796

#966556 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966556 Color Preview on White Background

Lorem ipsum dolor sit amet.

#966556 Color CSS Codes

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

#966556 Text Font Color

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

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


#966556 Background Color

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

This div background color is #966556


#966556 Border Color

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

This div border color is #966556


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966556


Comments

No comments written yet.

Please login to write comment.