Color Hex Logo

#996b55 Color Hex

#996B55
(153,107,85)
0 Favorites   0 Comments

Color spaces of #996b55

RGB 15310785
HSL0.050.290.47
HSV19°44°60°
CMYK 0.000.300.44   0.40
XYZ20.034317.943611.0019
Yxy17.94360.40900.3663
Hunter Lab42.359910.292614.2529
CIE-Lab49.427615.549419.6528

#996b55 color RGB value is (153,107,85).

#996b55 hex color red value is 153, green value is 107 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #996b55 hue: 0.05 , saturation: 0.29 and the lightness value of 996b55 is 0.47.

The process color (four color CMYK) of #996b55 color hex is 0.00, 0.30, 0.44, 0.40. Web safe color of #996b55 is #996666. Color #996b55 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01101011 01010101
Octal 231 153 125
Decimal 153 107 85
Hex 99 6B 55

RGB Percentages of Color #996b55

%44.35
%31.01
%24.64

CMYK Percentages of Color #996b55

%0
%30
%44
%40

Triadic Colors of #996b55

#996b55 #55996b #6b5599

Analogous Colors of #996b55

#996b55 #998d55 #995561

Monochromatic Colors of #996b55

#996b55

Complementary Color

#996b55 #558399

#996b55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996b55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#996b55 Color CSS Codes

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

#996b55 Text Font Color

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

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


#996b55 Background Color

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

This div background color is #996b55


#996b55 Border Color

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

This div border color is #996b55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996b55


Comments

No comments written yet.

Please login to write comment.