Color Hex Logo

#995621 Color Hex

#995621
(153,86,33)
0 Favorites   0 Comments

Color spaces of #995621

RGB 1538633
HSL0.070.650.36
HSV27°78°60°
CMYK 0.000.440.78   0.40
XYZ16.739213.53773.1696
Yxy13.53770.50050.4048
Hunter Lab36.793616.819520.6480
CIE-Lab43.562523.530041.1699

#995621 color RGB value is (153,86,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01010110 00100001
Octal 231 126 41
Decimal 153 86 33
Hex 99 56 21

RGB Percentages of Color #995621

%56.25
%31.62
%12.13

CMYK Percentages of Color #995621

%0
%44
%78
%40

Triadic Colors of #995621

#995621 #219956 #562199

Analogous Colors of #995621

#995621 #999221 #992128

Monochromatic Colors of #995621

#995621

Complementary Color

#995621 #216499

#995621 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995621 Color Preview on White Background

Lorem ipsum dolor sit amet.

#995621 Color CSS Codes

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

#995621 Text Font Color

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

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


#995621 Background Color

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

This div background color is #995621


#995621 Border Color

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

This div border color is #995621


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,86,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 #995621">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995621


Comments

No comments written yet.

Please login to write comment.