Color Hex Logo

#96511a Color Hex

#96511A
(150,81,26)
0 Favorites   0 Comments

Color spaces of #96511a

RGB 1508126
HSL0.070.700.35
HSV27°83°59°
CMYK 0.000.460.83   0.41
XYZ15.706612.44352.5513
Yxy12.44350.51160.4053
Hunter Lab35.275317.746520.4046
CIE-Lab41.912524.756542.6182

#96511a color RGB value is (150,81,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01010001 00011010
Octal 226 121 32
Decimal 150 81 26
Hex 96 51 1A

RGB Percentages of Color #96511a

%58.37
%31.52
%10.12

CMYK Percentages of Color #96511a

%0
%46
%83
%41

Triadic Colors of #96511a

#96511a #1a9651 #511a96

Analogous Colors of #96511a

#96511a #968f1a #961a21

Monochromatic Colors of #96511a

#96511a

Complementary Color

#96511a #1a5f96

#96511a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96511a Color Preview on White Background

Lorem ipsum dolor sit amet.

#96511a Color CSS Codes

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

#96511a Text Font Color

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

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


#96511a Background Color

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

This div background color is #96511a


#96511a Border Color

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

This div border color is #96511a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96511a


Comments

No comments written yet.

Please login to write comment.