Color Hex Logo

#96511c Color Hex

#96511C
(150,81,28)
0 Favorites   0 Comments

Color spaces of #96511c

RGB 1508128
HSL0.070.690.35
HSV26°81°59°
CMYK 0.000.460.81   0.41
XYZ15.729712.45272.6732
Yxy12.45270.50980.4036
Hunter Lab35.288417.811220.2105
CIE-Lab41.926824.829441.7455

#96511c color RGB value is (150,81,28).

#96511c hex color red value is 150, green value is 81 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #96511c hue: 0.07 , saturation: 0.69 and the lightness value of 96511c is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01010001 00011100
Octal 226 121 34
Decimal 150 81 28
Hex 96 51 1C

RGB Percentages of Color #96511c

%57.92
%31.27
%10.81

CMYK Percentages of Color #96511c

%0
%46
%81
%41

Triadic Colors of #96511c

#96511c #1c9651 #511c96

Analogous Colors of #96511c

#96511c #968e1c #961c24

Monochromatic Colors of #96511c

#96511c

Complementary Color

#96511c #1c6196

#96511c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96511c Color Preview on White Background

Lorem ipsum dolor sit amet.

#96511c Color CSS Codes

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

#96511c Text Font Color

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

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


#96511c Background Color

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

This div background color is #96511c


#96511c Border Color

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

This div border color is #96511c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96511c


Comments

No comments written yet.

Please login to write comment.