Color Hex Logo

#966562 Color Hex

#966562
(150,101,98)
1 Favorites   0 Comments

Color spaces of #966562

RGB 15010198
HSL0.010.210.49
HSV35°59°
CMYK 0.000.330.35   0.41
XYZ19.436016.673213.7491
Yxy16.67320.38980.3344
Hunter Lab40.832813.50678.6190
CIE-Lab47.845619.37649.7400

#966562 color RGB value is (150,101,98).

#966562 hex color red value is 150, green value is 101 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #966562 hue: 0.01 , saturation: 0.21 and the lightness value of 966562 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01100101 01100010
Octal 226 145 142
Decimal 150 101 98
Hex 96 65 62

RGB Percentages of Color #966562

%42.98
%28.94
%28.08

CMYK Percentages of Color #966562

%0
%33
%35
%41

Triadic Colors of #966562

#966562 #629665 #656296

Analogous Colors of #966562

#966562 #967f62 #966279

Monochromatic Colors of #966562

#966562

Complementary Color

#966562 #629396

#966562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#966562 Color CSS Codes

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

#966562 Text Font Color

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

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


#966562 Background Color

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

This div background color is #966562


#966562 Border Color

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

This div border color is #966562


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966562

#966562 Color Palettes


Comments

No comments written yet.

Please login to write comment.