Color Hex Logo

#996621 Color Hex

#996621
(153,102,33)
0 Favorites   0 Comments

Color spaces of #996621

RGB 15310233
HSL0.100.650.36
HSV35°78°60°
CMYK 0.000.330.78   0.40
XYZ18.162816.38493.6442
Yxy16.38490.47560.4290
Hunter Lab40.47839.256922.9970
CIE-Lab47.475514.393744.9873

#996621 color RGB value is (153,102,33).

#996621 hex color red value is 153, green value is 102 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #996621 hue: 0.10 , saturation: 0.65 and the lightness value of 996621 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100110 00100001
Octal 231 146 41
Decimal 153 102 33
Hex 99 66 21

RGB Percentages of Color #996621

%53.13
%35.42
%11.46

CMYK Percentages of Color #996621

%0
%33
%78
%40

Triadic Colors of #996621

#996621 #219966 #662199

Analogous Colors of #996621

#996621 #909921 #992a21

Monochromatic Colors of #996621

#996621

Complementary Color

#996621 #215499

#996621 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996621 Color Preview on White Background

Lorem ipsum dolor sit amet.

#996621 Color CSS Codes

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

#996621 Text Font Color

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

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


#996621 Background Color

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

This div background color is #996621


#996621 Border Color

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

This div border color is #996621


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996621


Comments

No comments written yet.

Please login to write comment.