Color Hex Logo

#961709 Color Hex

#961709
(150,23,9)
0 Favorites   0 Comments

Color spaces of #961709

RGB 150239
HSL0.020.890.31
HSV94°59°
CMYK 0.000.850.94   0.41
XYZ12.93347.11650.9504
Yxy7.11650.61590.3389
Hunter Lab26.676839.855816.5614
CIE-Lab32.070749.973541.7003

#961709 color RGB value is (150,23,9).

#961709 hex color red value is 150, green value is 23 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #961709 hue: 0.02 , saturation: 0.89 and the lightness value of 961709 is 0.31.

The process color (four color CMYK) of #961709 color hex is 0.00, 0.85, 0.94, 0.41. Web safe color of #961709 is #990000. Color #961709 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00010111 00001001
Octal 226 27 11
Decimal 150 23 9
Hex 96 17 9

RGB Percentages of Color #961709

%82.42
%12.64
%4.95

CMYK Percentages of Color #961709

%0
%85
%94
%41

Triadic Colors of #961709

#961709 #099617 #170996

Analogous Colors of #961709

#961709 #965e09 #960941

Monochromatic Colors of #961709

#961709

Complementary Color

#961709 #098896

#961709 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#961709 Color Preview on White Background

Lorem ipsum dolor sit amet.

#961709 Color CSS Codes

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

#961709 Text Font Color

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

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


#961709 Background Color

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

This div background color is #961709


#961709 Border Color

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

This div border color is #961709


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,23,9, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #961709; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #961709;
  -webkit-box-shadow: 1px 1px 3px 2px #961709;
  box-shadow:         1px 1px 3px 2px #961709; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #961709


Comments

No comments written yet.

Please login to write comment.