Color Hex Logo

#96684c Color Hex

#96684C
(150,104,76)
0 Favorites   0 Comments

Color spaces of #96684c

RGB 15010476
HSL0.060.330.44
HSV23°49°59°
CMYK 0.000.310.49   0.41
XYZ18.832516.90659.1082
Yxy16.90650.41990.3770
Hunter Lab41.11759.800315.6486
CIE-Lab48.142015.017723.1207

#96684c color RGB value is (150,104,76).

#96684c hex color red value is 150, green value is 104 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #96684c hue: 0.06 , saturation: 0.33 and the lightness value of 96684c is 0.44.

The process color (four color CMYK) of #96684c color hex is 0.00, 0.31, 0.49, 0.41. Web safe color of #96684c is #996633. Color #96684c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101000 01001100
Octal 226 150 114
Decimal 150 104 76
Hex 96 68 4C

RGB Percentages of Color #96684c

%45.45
%31.52
%23.03

CMYK Percentages of Color #96684c

%0
%31
%49
%41

Triadic Colors of #96684c

#96684c #4c9668 #684c96

Analogous Colors of #96684c

#96684c #968d4c #964c55

Monochromatic Colors of #96684c

#96684c

Complementary Color

#96684c #4c7a96

#96684c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96684c Color Preview on White Background

Lorem ipsum dolor sit amet.

#96684c Color CSS Codes

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

#96684c Text Font Color

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

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


#96684c Background Color

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

This div background color is #96684c


#96684c Border Color

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

This div border color is #96684c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96684c


Comments

No comments written yet.

Please login to write comment.