Color Hex Logo

#996440 Color Hex

#996440
(153,100,64)
0 Favorites   0 Comments

Color spaces of #996440

RGB 15310064
HSL0.070.410.43
HSV24°58°60°
CMYK 0.000.350.58   0.40
XYZ18.619516.25687.0070
Yxy16.25680.44460.3881
Hunter Lab40.319711.871117.9200
CIE-Lab47.309617.502529.0075

#996440 color RGB value is (153,100,64).

#996440 hex color red value is 153, green value is 100 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #996440 hue: 0.07 , saturation: 0.41 and the lightness value of 996440 is 0.43.

The process color (four color CMYK) of #996440 color hex is 0.00, 0.35, 0.58, 0.40. Web safe color of #996440 is #996633. Color #996440 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100100 01000000
Octal 231 144 100
Decimal 153 100 64
Hex 99 64 40

RGB Percentages of Color #996440

%48.26
%31.55
%20.19

CMYK Percentages of Color #996440

%0
%35
%58
%40

Triadic Colors of #996440

#996440 #409964 #644099

Analogous Colors of #996440

#996440 #999140 #994049

Monochromatic Colors of #996440

#996440

Complementary Color

#996440 #407599

#996440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#996440 Color CSS Codes

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

#996440 Text Font Color

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

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


#996440 Background Color

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

This div background color is #996440


#996440 Border Color

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

This div border color is #996440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996440


Comments

No comments written yet.

Please login to write comment.