Color Hex Logo

#96616f Color Hex

#96616F
(150,97,111)
0 Favorites   0 Comments

Color spaces of #96616f

RGB 15097111
HSL0.960.210.48
HSV344°35°59°
CMYK 0.000.350.26   0.41
XYZ19.721616.181117.1228
Yxy16.18110.37190.3052
Hunter Lab40.225717.11872.9202
CIE-Lab47.211223.54671.0318

#96616f color RGB value is (150,97,111).

#96616f hex color red value is 150, green value is 97 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #96616f hue: 0.96 , saturation: 0.21 and the lightness value of 96616f is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01100001 01101111
Octal 226 141 157
Decimal 150 97 111
Hex 96 61 6F

RGB Percentages of Color #96616f

%41.90
%27.09
%31.01

CMYK Percentages of Color #96616f

%0
%35
%26
%41

Triadic Colors of #96616f

#96616f #6f9661 #616f96

Analogous Colors of #96616f

#96616f #966e61 #96618a

Monochromatic Colors of #96616f

#96616f

Complementary Color

#96616f #619688

#96616f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96616f Color Preview on White Background

Lorem ipsum dolor sit amet.

#96616f Color CSS Codes

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

#96616f Text Font Color

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

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


#96616f Background Color

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

This div background color is #96616f


#96616f Border Color

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

This div border color is #96616f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,97,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96616f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96616f;
  -webkit-box-shadow: 1px 1px 3px 2px #96616f;
  box-shadow:         1px 1px 3px 2px #96616f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96616f


Comments

No comments written yet.

Please login to write comment.