Color Hex Logo

#996502 Color Hex

#996502
(153,101,2)
0 Favorites   0 Comments

Color spaces of #996502

RGB 1531012
HSL0.110.970.30
HSV39°99°60°
CMYK 0.000.340.99   0.40
XYZ17.801516.08402.2237
Yxy16.08400.49300.4454
Hunter Lab40.10499.048024.7859
CIE-Lab47.084514.156554.0981

#996502 color RGB value is (153,101,2).

#996502 hex color red value is 153, green value is 101 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #996502 hue: 0.11 , saturation: 0.97 and the lightness value of 996502 is 0.30.

The process color (four color CMYK) of #996502 color hex is 0.00, 0.34, 0.99, 0.40. Web safe color of #996502 is #996600. Color #996502 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100101 00000010
Octal 231 145 2
Decimal 153 101 2
Hex 99 65 2

RGB Percentages of Color #996502

%59.77
%39.45
%0.78

CMYK Percentages of Color #996502

%0
%34
%99
%40

Triadic Colors of #996502

#996502 #029965 #650299

Analogous Colors of #996502

#996502 #829902 #991a02

Monochromatic Colors of #996502

#996502

Complementary Color

#996502 #023699

#996502 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996502 Color Preview on White Background

Lorem ipsum dolor sit amet.

#996502 Color CSS Codes

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

#996502 Text Font Color

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

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


#996502 Background Color

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

This div background color is #996502


#996502 Border Color

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

This div border color is #996502


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996502


Comments

No comments written yet.

Please login to write comment.