Color Hex Logo

#997664 Color Hex

#997664
(153,118,100)
0 Favorites   0 Comments

Color spaces of #997664

RGB 153118100
HSL0.060.210.50
HSV20°35°60°
CMYK 0.000.230.35   0.40
XYZ21.915620.649314.8872
Yxy20.64930.38150.3594
Hunter Lab45.44156.564612.3849
CIE-Lab52.563511.069615.1789

#997664 color RGB value is (153,118,100).

#997664 hex color red value is 153, green value is 118 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #997664 hue: 0.06 , saturation: 0.21 and the lightness value of 997664 is 0.50.

The process color (four color CMYK) of #997664 color hex is 0.00, 0.23, 0.35, 0.40. Web safe color of #997664 is #996666. Color #997664 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01110110 01100100
Octal 231 166 144
Decimal 153 118 100
Hex 99 76 64

RGB Percentages of Color #997664

%41.24
%31.81
%26.95

CMYK Percentages of Color #997664

%0
%23
%35
%40

Triadic Colors of #997664

#997664 #649976 #766499

Analogous Colors of #997664

#997664 #999164 #99646d

Monochromatic Colors of #997664

#997664

Complementary Color

#997664 #648799

#997664 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997664 Color Preview on White Background

Lorem ipsum dolor sit amet.

#997664 Color CSS Codes

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

#997664 Text Font Color

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

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


#997664 Background Color

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

This div background color is #997664


#997664 Border Color

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

This div border color is #997664


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997664


Comments

No comments written yet.

Please login to write comment.