Color Hex Logo

#996942 Color Hex

#996942
(153,105,66)
0 Favorites   0 Comments

Color spaces of #996942

RGB 15310566
HSL0.070.400.43
HSV27°57°60°
CMYK 0.000.310.57   0.40
XYZ19.171817.26887.4770
Yxy17.26880.43650.3932
Hunter Lab41.55579.628718.4212
CIE-Lab48.597014.796929.4737

#996942 color RGB value is (153,105,66).

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

The process color (four color CMYK) of #996942 color hex is 0.00, 0.31, 0.57, 0.40. Web safe color of #996942 is #996633. Color #996942 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01101001 01000010
Octal 231 151 102
Decimal 153 105 66
Hex 99 69 42

RGB Percentages of Color #996942

%47.22
%32.41
%20.37

CMYK Percentages of Color #996942

%0
%31
%57
%40

Triadic Colors of #996942

#996942 #429969 #694299

Analogous Colors of #996942

#996942 #999542 #994247

Monochromatic Colors of #996942

#996942

Complementary Color

#996942 #427299

#996942 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996942 Color Preview on White Background

Lorem ipsum dolor sit amet.

#996942 Color CSS Codes

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

#996942 Text Font Color

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

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


#996942 Background Color

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

This div background color is #996942


#996942 Border Color

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

This div border color is #996942


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996942


Comments

No comments written yet.

Please login to write comment.