Color Hex Logo

#996518 Color Hex

#996518
(153,101,24)
0 Favorites   0 Comments

Color spaces of #996518

RGB 15310124
HSL0.100.730.35
HSV36°84°60°
CMYK 0.000.340.84   0.40
XYZ17.955416.14563.0342
Yxy16.14560.48350.4348
Hunter Lab40.18169.446123.6500
CIE-Lab47.164914.631948.2699

#996518 color RGB value is (153,101,24).

#996518 hex color red value is 153, green value is 101 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #996518 hue: 0.10 , saturation: 0.73 and the lightness value of 996518 is 0.35.

The process color (four color CMYK) of #996518 color hex is 0.00, 0.34, 0.84, 0.40. Web safe color of #996518 is #996600. Color #996518 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100101 00011000
Octal 231 145 30
Decimal 153 101 24
Hex 99 65 18

RGB Percentages of Color #996518

%55.04
%36.33
%8.63

CMYK Percentages of Color #996518

%0
%34
%84
%40

Triadic Colors of #996518

#996518 #189965 #651899

Analogous Colors of #996518

#996518 #8d9918 #992518

Monochromatic Colors of #996518

#996518

Complementary Color

#996518 #184c99

#996518 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996518 Color Preview on White Background

Lorem ipsum dolor sit amet.

#996518 Color CSS Codes

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

#996518 Text Font Color

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

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


#996518 Background Color

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

This div background color is #996518


#996518 Border Color

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

This div border color is #996518


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996518


Comments

No comments written yet.

Please login to write comment.