Color Hex Logo

#96685b Color Hex

#96685B
(150,104,91)
0 Favorites   0 Comments

Color spaces of #96685b

RGB 15010491
HSL0.040.240.47
HSV13°39°59°
CMYK 0.000.310.39   0.41
XYZ19.416317.140012.1825
Yxy17.14000.39840.3517
Hunter Lab41.400511.263411.5337
CIE-Lab48.436016.732214.7235

#96685b color RGB value is (150,104,91).

#96685b hex color red value is 150, green value is 104 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #96685b hue: 0.04 , saturation: 0.24 and the lightness value of 96685b is 0.47.

The process color (four color CMYK) of #96685b color hex is 0.00, 0.31, 0.39, 0.41. Web safe color of #96685b is #996666. Color #96685b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101000 01011011
Octal 226 150 133
Decimal 150 104 91
Hex 96 68 5B

RGB Percentages of Color #96685b

%43.48
%30.14
%26.38

CMYK Percentages of Color #96685b

%0
%31
%39
%41

Triadic Colors of #96685b

#96685b #5b9668 #685b96

Analogous Colors of #96685b

#96685b #96865b #965b6c

Monochromatic Colors of #96685b

#96685b

Complementary Color

#96685b #5b8996

#96685b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96685b Color Preview on White Background

Lorem ipsum dolor sit amet.

#96685b Color CSS Codes

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

#96685b Text Font Color

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

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


#96685b Background Color

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

This div background color is #96685b


#96685b Border Color

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

This div border color is #96685b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96685b


Comments

No comments written yet.

Please login to write comment.