Color Hex Logo

#996049 Color Hex

#996049
(153,96,73)
0 Favorites   0 Comments

Color spaces of #996049

RGB 1539673
HSL0.050.350.44
HSV17°52°60°
CMYK 0.000.370.52   0.40
XYZ18.522315.61918.3419
Yxy15.61910.43600.3677
Hunter Lab39.521014.495815.1501
CIE-Lab46.470720.612222.7644

#996049 color RGB value is (153,96,73).

#996049 hex color red value is 153, green value is 96 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #996049 hue: 0.05 , saturation: 0.35 and the lightness value of 996049 is 0.44.

The process color (four color CMYK) of #996049 color hex is 0.00, 0.37, 0.52, 0.40. Web safe color of #996049 is #996633. Color #996049 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100000 01001001
Octal 231 140 111
Decimal 153 96 73
Hex 99 60 49

RGB Percentages of Color #996049

%47.52
%29.81
%22.67

CMYK Percentages of Color #996049

%0
%37
%52
%40

Triadic Colors of #996049

#996049 #499960 #604999

Analogous Colors of #996049

#996049 #998849 #99495a

Monochromatic Colors of #996049

#996049

Complementary Color

#996049 #498299

#996049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#996049 Color CSS Codes

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

#996049 Text Font Color

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

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


#996049 Background Color

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

This div background color is #996049


#996049 Border Color

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

This div border color is #996049


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996049


Comments

No comments written yet.

Please login to write comment.