Color Hex Logo

#091006 Color Hex

#091006
(9,16,6)
0 Favorites   0 Comments

Color spaces of #091006

RGB 9166
HSL0.280.450.04
HSV102°63°
CMYK 0.440.000.63   0.94
XYZ0.33080.44180.2401
Yxy0.44180.32670.4363
Hunter Lab6.6468-2.74832.5111
CIE-Lab3.9907-3.65063.4463

#091006 color RGB value is (9,16,6).

#091006 hex color red value is 9, green value is 16 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #091006 hue: 0.28 , saturation: 0.45 and the lightness value of 091006 is 0.04.

The process color (four color CMYK) of #091006 color hex is 0.44, 0.00, 0.63, 0.94. Web safe color of #091006 is #000000. Color #091006 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00010000 00000110
Octal 11 20 6
Decimal 9 16 6
Hex 9 10 6

RGB Percentages of Color #091006

%29.03
%51.61
%19.35

CMYK Percentages of Color #091006

%44
%0
%63
%94

Triadic Colors of #091006

#091006 #060910 #100609

Analogous Colors of #091006

#091006 #061008 #0e1006

Monochromatic Colors of #091006

#091006

Complementary Color

#091006 #0d0610

#091006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#091006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#091006 Color CSS Codes

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

#091006 Text Font Color

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

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


#091006 Background Color

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

This div background color is #091006


#091006 Border Color

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

This div border color is #091006


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,16,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 #091006">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #091006


Comments

No comments written yet.

Please login to write comment.