Color Hex Logo

#995506 Color Hex

#995506
(153,85,6)
0 Favorites   0 Comments

Color spaces of #995506

RGB 153856
HSL0.090.920.31
HSV32°96°60°
CMYK 0.000.440.96   0.40
XYZ16.418213.28251.8707
Yxy13.28250.52000.4207
Hunter Lab36.445216.633522.4683
CIE-Lab43.185923.350450.4373

#995506 color RGB value is (153,85,6).

#995506 hex color red value is 153, green value is 85 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #995506 hue: 0.09 , saturation: 0.92 and the lightness value of 995506 is 0.31.

The process color (four color CMYK) of #995506 color hex is 0.00, 0.44, 0.96, 0.40. Web safe color of #995506 is #996600. Color #995506 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01010101 00000110
Octal 231 125 6
Decimal 153 85 6
Hex 99 55 6

RGB Percentages of Color #995506

%62.70
%34.84
%2.46

CMYK Percentages of Color #995506

%0
%44
%96
%40

Triadic Colors of #995506

#995506 #069955 #550699

Analogous Colors of #995506

#995506 #949906 #990c06

Monochromatic Colors of #995506

#995506

Complementary Color

#995506 #064a99

#995506 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995506 Color Preview on White Background

Lorem ipsum dolor sit amet.

#995506 Color CSS Codes

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

#995506 Text Font Color

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

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


#995506 Background Color

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

This div background color is #995506


#995506 Border Color

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

This div border color is #995506


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995506


Comments

No comments written yet.

Please login to write comment.