Color Hex Logo

#996219 Color Hex

#996219
(153,98,25)
0 Favorites   0 Comments

Color spaces of #996219

RGB 1539825
HSL0.100.720.35
HSV34°84°60°
CMYK 0.000.360.84   0.40
XYZ17.680015.57792.9947
Yxy15.57790.48770.4297
Hunter Lab39.468810.888323.1296
CIE-Lab46.415816.386747.2425

#996219 color RGB value is (153,98,25).

#996219 hex color red value is 153, green value is 98 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #996219 hue: 0.10 , saturation: 0.72 and the lightness value of 996219 is 0.35.

The process color (four color CMYK) of #996219 color hex is 0.00, 0.36, 0.84, 0.40. Web safe color of #996219 is #996600. Color #996219 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100010 00011001
Octal 231 142 31
Decimal 153 98 25
Hex 99 62 19

RGB Percentages of Color #996219

%55.43
%35.51
%9.06

CMYK Percentages of Color #996219

%0
%36
%84
%40

Triadic Colors of #996219

#996219 #199962 #621999

Analogous Colors of #996219

#996219 #909919 #992219

Monochromatic Colors of #996219

#996219

Complementary Color

#996219 #195099

#996219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#996219 Color CSS Codes

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

#996219 Text Font Color

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

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


#996219 Background Color

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

This div background color is #996219


#996219 Border Color

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

This div border color is #996219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996219


Comments

No comments written yet.

Please login to write comment.