Color Hex Logo

#996031 Color Hex

#996031
(153,96,49)
0 Favorites   0 Comments

Color spaces of #996031

RGB 1539649
HSL0.080.510.40
HSV27°68°60°
CMYK 0.000.370.68   0.40
XYZ17.874115.35984.9284
Yxy15.35980.46840.4025
Hunter Lab39.191612.823219.9783
CIE-Lab46.123118.688835.8325

#996031 color RGB value is (153,96,49).

#996031 hex color red value is 153, green value is 96 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #996031 hue: 0.08 , saturation: 0.51 and the lightness value of 996031 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100000 00110001
Octal 231 140 61
Decimal 153 96 49
Hex 99 60 31

RGB Percentages of Color #996031

%51.34
%32.21
%16.44

CMYK Percentages of Color #996031

%0
%37
%68
%40

Triadic Colors of #996031

#996031 #319960 #603199

Analogous Colors of #996031

#996031 #999431 #993136

Monochromatic Colors of #996031

#996031

Complementary Color

#996031 #316a99

#996031 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996031 Color Preview on White Background

Lorem ipsum dolor sit amet.

#996031 Color CSS Codes

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

#996031 Text Font Color

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

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


#996031 Background Color

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

This div background color is #996031


#996031 Border Color

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

This div border color is #996031


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996031


Comments

No comments written yet.

Please login to write comment.