Color Hex Logo

#99795a Color Hex

#99795A
(153,121,90)
0 Favorites   0 Comments

Color spaces of #99795a

RGB 15312190
HSL0.080.260.48
HSV30°41°60°
CMYK 0.000.210.41   0.40
XYZ21.819721.185212.6120
Yxy21.18520.39230.3809
Hunter Lab46.02744.071615.9731
CIE-Lab53.15168.086921.7344

#99795a color RGB value is (153,121,90).

#99795a hex color red value is 153, green value is 121 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #99795a hue: 0.08 , saturation: 0.26 and the lightness value of 99795a is 0.48.

The process color (four color CMYK) of #99795a color hex is 0.00, 0.21, 0.41, 0.40. Web safe color of #99795a is #996666. Color #99795a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01111001 01011010
Octal 231 171 132
Decimal 153 121 90
Hex 99 79 5A

RGB Percentages of Color #99795a

%42.03
%33.24
%24.73

CMYK Percentages of Color #99795a

%0
%21
%41
%40

Triadic Colors of #99795a

#99795a #5a9979 #795a99

Analogous Colors of #99795a

#99795a #99995a #995a5b

Monochromatic Colors of #99795a

#99795a

Complementary Color

#99795a #5a7a99

#99795a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99795a Color Preview on White Background

Lorem ipsum dolor sit amet.

#99795a Color CSS Codes

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

#99795a Text Font Color

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

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


#99795a Background Color

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

This div background color is #99795a


#99795a Border Color

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

This div border color is #99795a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,121,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99795a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99795a;
  -webkit-box-shadow: 1px 1px 3px 2px #99795a;
  box-shadow:         1px 1px 3px 2px #99795a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99795a


Comments

No comments written yet.

Please login to write comment.