Color Hex Logo

#99601d Color Hex

#99601D
(153,96,29)
0 Favorites   0 Comments

Color spaces of #99601d

RGB 1539629
HSL0.090.680.36
HSV32°81°60°
CMYK 0.000.370.81   0.40
XYZ17.541515.22683.1769
Yxy15.22680.48800.4236
Hunter Lab39.021511.954122.4880
CIE-Lab45.943317.676045.2275

#99601d color RGB value is (153,96,29).

#99601d hex color red value is 153, green value is 96 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #99601d hue: 0.09 , saturation: 0.68 and the lightness value of 99601d is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100000 00011101
Octal 231 140 35
Decimal 153 96 29
Hex 99 60 1D

RGB Percentages of Color #99601d

%55.04
%34.53
%10.43

CMYK Percentages of Color #99601d

%0
%37
%81
%40

Triadic Colors of #99601d

#99601d #1d9960 #601d99

Analogous Colors of #99601d

#99601d #94991d #99221d

Monochromatic Colors of #99601d

#99601d

Complementary Color

#99601d #1d5699

#99601d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99601d Color Preview on White Background

Lorem ipsum dolor sit amet.

#99601d Color CSS Codes

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

#99601d Text Font Color

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

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


#99601d Background Color

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

This div background color is #99601d


#99601d Border Color

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

This div border color is #99601d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99601d


Comments

No comments written yet.

Please login to write comment.