Color Hex Logo

#996918 Color Hex

#996918
(153,105,24)
0 Favorites   0 Comments

Color spaces of #996918

RGB 15310524
HSL0.100.730.35
HSV38°84°60°
CMYK 0.000.310.84   0.40
XYZ18.353316.94143.1668
Yxy16.94140.47720.4405
Hunter Lab41.15997.563624.2502
CIE-Lab48.186112.334049.1598

#996918 color RGB value is (153,105,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01101001 00011000
Octal 231 151 30
Decimal 153 105 24
Hex 99 69 18

RGB Percentages of Color #996918

%54.26
%37.23
%8.51

CMYK Percentages of Color #996918

%0
%31
%84
%40

Triadic Colors of #996918

#996918 #189969 #691899

Analogous Colors of #996918

#996918 #899918 #992918

Monochromatic Colors of #996918

#996918

Complementary Color

#996918 #184899

#996918 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996918 Color Preview on White Background

Lorem ipsum dolor sit amet.

#996918 Color CSS Codes

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

#996918 Text Font Color

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

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


#996918 Background Color

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

This div background color is #996918


#996918 Border Color

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

This div border color is #996918


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996918


Comments

No comments written yet.

Please login to write comment.