Color Hex Logo

#996610 Color Hex

#996610
(153,102,16)
0 Favorites   0 Comments

Color spaces of #996610

RGB 15310216
HSL0.100.810.33
HSV38°90°60°
CMYK 0.000.330.90   0.40
XYZ17.981816.31252.6911
Yxy16.31250.48620.4411
Hunter Lab40.38878.791224.3216
CIE-Lab47.381813.837551.0213

#996610 color RGB value is (153,102,16).

#996610 hex color red value is 153, green value is 102 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #996610 hue: 0.10 , saturation: 0.81 and the lightness value of 996610 is 0.33.

The process color (four color CMYK) of #996610 color hex is 0.00, 0.33, 0.90, 0.40. Web safe color of #996610 is #996600. Color #996610 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100110 00010000
Octal 231 146 20
Decimal 153 102 16
Hex 99 66 10

RGB Percentages of Color #996610

%56.46
%37.64
%5.90

CMYK Percentages of Color #996610

%0
%33
%90
%40

Triadic Colors of #996610

#996610 #109966 #661099

Analogous Colors of #996610

#996610 #889910 #992210

Monochromatic Colors of #996610

#996610

Complementary Color

#996610 #104399

#996610 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996610 Color Preview on White Background

Lorem ipsum dolor sit amet.

#996610 Color CSS Codes

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

#996610 Text Font Color

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

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


#996610 Background Color

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

This div background color is #996610


#996610 Border Color

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

This div border color is #996610


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,102,16, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996610


Comments

No comments written yet.

Please login to write comment.