Color Hex Logo

#960906 Color Hex

#960906
(150,9,6)
0 Favorites   0 Comments

Color spaces of #960906

RGB 15096
HSL0.000.920.31
HSV96°59°
CMYK 0.000.940.96   0.41
XYZ12.70826.69260.7943
Yxy6.69260.62930.3314
Hunter Lab25.870142.412316.2886
CIE-Lab31.096652.670642.2536

#960906 color RGB value is (150,9,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00001001 00000110
Octal 226 11 6
Decimal 150 9 6
Hex 96 9 6

RGB Percentages of Color #960906

%90.91
%5.45
%3.64

CMYK Percentages of Color #960906

%0
%94
%96
%41

Triadic Colors of #960906

#960906 #069609 #090696

Analogous Colors of #960906

#960906 #965106 #96064b

Monochromatic Colors of #960906

#960906

Complementary Color

#960906 #069396

#960906 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#960906 Color Preview on White Background

Lorem ipsum dolor sit amet.

#960906 Color CSS Codes

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

#960906 Text Font Color

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

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


#960906 Background Color

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

This div background color is #960906


#960906 Border Color

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

This div border color is #960906


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #960906


Comments

No comments written yet.

Please login to write comment.