Color Hex Logo

#96606b Color Hex

#96606B
(150,96,107)
0 Favorites   0 Comments

Color spaces of #96606b

RGB 15096107
HSL0.970.220.48
HSV348°36°59°
CMYK 0.000.360.29   0.41
XYZ19.414415.911315.9579
Yxy15.91130.37860.3103
Hunter Lab39.889017.07224.2028
CIE-Lab46.857923.52452.9285

#96606b color RGB value is (150,96,107).

#96606b hex color red value is 150, green value is 96 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #96606b hue: 0.97 , saturation: 0.22 and the lightness value of 96606b is 0.48.

The process color (four color CMYK) of #96606b color hex is 0.00, 0.36, 0.29, 0.41. Web safe color of #96606b is #996666. Color #96606b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01100000 01101011
Octal 226 140 153
Decimal 150 96 107
Hex 96 60 6B

RGB Percentages of Color #96606b

%42.49
%27.20
%30.31

CMYK Percentages of Color #96606b

%0
%36
%29
%41

Triadic Colors of #96606b

#96606b #6b9660 #606b96

Analogous Colors of #96606b

#96606b #967060 #966086

Monochromatic Colors of #96606b

#96606b

Complementary Color

#96606b #60968b

#96606b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96606b Color Preview on White Background

Lorem ipsum dolor sit amet.

#96606b Color CSS Codes

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

#96606b Text Font Color

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

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


#96606b Background Color

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

This div background color is #96606b


#96606b Border Color

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

This div border color is #96606b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,96,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96606b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96606b;
  -webkit-box-shadow: 1px 1px 3px 2px #96606b;
  box-shadow:         1px 1px 3px 2px #96606b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96606b


Comments

No comments written yet.

Please login to write comment.