Color Hex Logo

#996630 Color Hex

#996630
(153,102,48)
0 Favorites   0 Comments

Color spaces of #996630

RGB 15310248
HSL0.090.520.39
HSV31°69°60°
CMYK 0.000.330.69   0.40
XYZ18.421716.48845.0080
Yxy16.48840.46150.4131
Hunter Lab40.60599.919821.1118
CIE-Lab47.608815.180838.0124

#996630 color RGB value is (153,102,48).

#996630 hex color red value is 153, green value is 102 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #996630 hue: 0.09 , saturation: 0.52 and the lightness value of 996630 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100110 00110000
Octal 231 146 60
Decimal 153 102 48
Hex 99 66 30

RGB Percentages of Color #996630

%50.50
%33.66
%15.84

CMYK Percentages of Color #996630

%0
%33
%69
%40

Triadic Colors of #996630

#996630 #309966 #663099

Analogous Colors of #996630

#996630 #989930 #993230

Monochromatic Colors of #996630

#996630

Complementary Color

#996630 #306399

#996630 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996630 Color Preview on White Background

Lorem ipsum dolor sit amet.

#996630 Color CSS Codes

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

#996630 Text Font Color

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

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


#996630 Background Color

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

This div background color is #996630


#996630 Border Color

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

This div border color is #996630


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996630


Comments

No comments written yet.

Please login to write comment.