Color Hex Logo

#996022 Color Hex

#996022
(153,96,34)
0 Favorites   0 Comments

Color spaces of #996022

RGB 1539634
HSL0.090.640.37
HSV31°78°60°
CMYK 0.000.370.78   0.40
XYZ17.608515.25353.5295
Yxy15.25350.48390.4192
Hunter Lab39.055712.130221.9809
CIE-Lab45.979517.882043.0914

#996022 color RGB value is (153,96,34).

#996022 hex color red value is 153, green value is 96 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #996022 hue: 0.09 , saturation: 0.64 and the lightness value of 996022 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100000 00100010
Octal 231 140 42
Decimal 153 96 34
Hex 99 60 22

RGB Percentages of Color #996022

%54.06
%33.92
%12.01

CMYK Percentages of Color #996022

%0
%37
%78
%40

Triadic Colors of #996022

#996022 #229960 #602299

Analogous Colors of #996022

#996022 #979922 #992522

Monochromatic Colors of #996022

#996022

Complementary Color

#996022 #225b99

#996022 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996022 Color Preview on White Background

Lorem ipsum dolor sit amet.

#996022 Color CSS Codes

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

#996022 Text Font Color

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

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


#996022 Background Color

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

This div background color is #996022


#996022 Border Color

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

This div border color is #996022


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996022


Comments

No comments written yet.

Please login to write comment.