Color Hex Logo

#96513c Color Hex

#96513C
(150,81,60)
0 Favorites   0 Comments

Color spaces of #96513c

RGB 1508160
HSL0.040.430.41
HSV14°60°59°
CMYK 0.000.460.60   0.41
XYZ16.335712.69515.8644
Yxy12.69510.46810.3638
Hunter Lab35.630219.485715.1825
CIE-Lab42.300226.700724.9879

#96513c color RGB value is (150,81,60).

#96513c hex color red value is 150, green value is 81 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #96513c hue: 0.04 , saturation: 0.43 and the lightness value of 96513c is 0.41.

The process color (four color CMYK) of #96513c color hex is 0.00, 0.46, 0.60, 0.41. Web safe color of #96513c is #996633. Color #96513c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01010001 00111100
Octal 226 121 74
Decimal 150 81 60
Hex 96 51 3C

RGB Percentages of Color #96513c

%51.55
%27.84
%20.62

CMYK Percentages of Color #96513c

%0
%46
%60
%41

Triadic Colors of #96513c

#96513c #3c9651 #513c96

Analogous Colors of #96513c

#96513c #967e3c #963c54

Monochromatic Colors of #96513c

#96513c

Complementary Color

#96513c #3c8196

#96513c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96513c Color Preview on White Background

Lorem ipsum dolor sit amet.

#96513c Color CSS Codes

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

#96513c Text Font Color

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

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


#96513c Background Color

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

This div background color is #96513c


#96513c Border Color

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

This div border color is #96513c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96513c


Comments

No comments written yet.

Please login to write comment.