Color Hex Logo

#996153 Color Hex

#996153
(153,97,83)
0 Favorites   0 Comments

Color spaces of #996153

RGB 1539783
HSL0.030.300.46
HSV12°46°60°
CMYK 0.000.370.46   0.40
XYZ18.972915.946210.2616
Yxy15.94620.41990.3529
Hunter Lab39.932714.927112.7170
CIE-Lab46.903821.077317.4394

#996153 color RGB value is (153,97,83).

#996153 hex color red value is 153, green value is 97 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #996153 hue: 0.03 , saturation: 0.30 and the lightness value of 996153 is 0.46.

The process color (four color CMYK) of #996153 color hex is 0.00, 0.37, 0.46, 0.40. Web safe color of #996153 is #996666. Color #996153 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100001 01010011
Octal 231 141 123
Decimal 153 97 83
Hex 99 61 53

RGB Percentages of Color #996153

%45.95
%29.13
%24.92

CMYK Percentages of Color #996153

%0
%37
%46
%40

Triadic Colors of #996153

#996153 #539961 #615399

Analogous Colors of #996153

#996153 #998453 #995368

Monochromatic Colors of #996153

#996153

Complementary Color

#996153 #538b99

#996153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#996153 Color CSS Codes

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

#996153 Text Font Color

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

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


#996153 Background Color

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

This div background color is #996153


#996153 Border Color

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

This div border color is #996153


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996153

#996153 Color Palettes


Comments

No comments written yet.

Please login to write comment.