Color Hex Logo

#96652c Color Hex

#96652C
(150,101,44)
0 Favorites   0 Comments

Color spaces of #96652c

RGB 15010144
HSL0.090.550.38
HSV32°71°59°
CMYK 0.000.330.71   0.41
XYZ17.686015.97324.5339
Yxy15.97320.46310.4182
Hunter Lab39.96659.048621.2505
CIE-Lab46.939314.162339.1947

#96652c color RGB value is (150,101,44).

#96652c hex color red value is 150, green value is 101 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #96652c hue: 0.09 , saturation: 0.55 and the lightness value of 96652c is 0.38.

The process color (four color CMYK) of #96652c color hex is 0.00, 0.33, 0.71, 0.41. Web safe color of #96652c is #996633. Color #96652c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01100101 00101100
Octal 226 145 54
Decimal 150 101 44
Hex 96 65 2C

RGB Percentages of Color #96652c

%50.85
%34.24
%14.92

CMYK Percentages of Color #96652c

%0
%33
%71
%41

Triadic Colors of #96652c

#96652c #2c9665 #652c96

Analogous Colors of #96652c

#96652c #92962c #96302c

Monochromatic Colors of #96652c

#96652c

Complementary Color

#96652c #2c5d96

#96652c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96652c Color Preview on White Background

Lorem ipsum dolor sit amet.

#96652c Color CSS Codes

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

#96652c Text Font Color

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

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


#96652c Background Color

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

This div background color is #96652c


#96652c Border Color

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

This div border color is #96652c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96652c


Comments

No comments written yet.

Please login to write comment.