color codes Logo

#96656f color codes

#96656F
(150,101,111)
0 Favorites   0 Comments

Color spaces of #96656f

RGB 150101111
HSL0.970.200.49
HSV348°33°59°
CMYK 0.000.330.26   0.41
XYZ20.100616.939117.2491
Yxy16.93910.37030.3120
Hunter Lab41.157115.15203.9614
CIE-Lab48.183221.24122.4429

#96656f color RGB value is (150,101,111).

#96656f hex color red value is 150, green value is 101 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #96656f hue: 0.97 , saturation: 0.20 and the lightness value of 96656f is 0.49.

The process color (four color CMYK) of #96656f color code is 0.00, 0.33, 0.26, 0.41. Web safe color of #96656f is #996666. Color #96656f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01100101 01101111
Octal 226 145 157
Decimal 150 101 111
Hex 96 65 6F

RGB Percentages of Color #96656f

%41.44
%27.90
%30.66

CMYK Percentages of Color #96656f

%0
%33
%26
%41

Triadic Colors of #96656f

#96656f #6f9665 #656f96

Analogous Colors of #96656f

#96656f #967465 #966588

Monochromatic Colors of #96656f

#96656f

Complementary Color

#96656f #65968c

#96656f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96656f Color Preview on White Background

Lorem ipsum dolor sit amet.

#96656f Color CSS Codes

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

#96656f Text Font Color

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

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


#96656f Background Color

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

This div background color is #96656f


#96656f Border Color

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

This div border color is #96656f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,101,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 #96656f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96656f


Comments

No comments written yet.

Please login to write comment.