Color Hex Logo

#996806 Color Hex

#996806
(153,104,6)
0 Favorites   0 Comments

Color spaces of #996806

RGB 1531046
HSL0.110.920.31
HSV40°96°60°
CMYK 0.000.320.96   0.40
XYZ18.120116.68612.4380
Yxy16.68610.48650.4480
Hunter Lab40.84867.696025.0554
CIE-Lab47.862112.501553.7362

#996806 color RGB value is (153,104,6).

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

The process color (four color CMYK) of #996806 color hex is 0.00, 0.32, 0.96, 0.40. Web safe color of #996806 is #996600. Color #996806 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01101000 00000110
Octal 231 150 6
Decimal 153 104 6
Hex 99 68 6

RGB Percentages of Color #996806

%58.17
%39.54
%2.28

CMYK Percentages of Color #996806

%0
%32
%96
%40

Triadic Colors of #996806

#996806 #069968 #680699

Analogous Colors of #996806

#996806 #819906 #991f06

Monochromatic Colors of #996806

#996806

Complementary Color

#996806 #063799

#996806 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996806 Color Preview on White Background

Lorem ipsum dolor sit amet.

#996806 Color CSS Codes

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

#996806 Text Font Color

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

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


#996806 Background Color

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

This div background color is #996806


#996806 Border Color

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

This div border color is #996806


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996806


Comments

No comments written yet.

Please login to write comment.