Color Hex Logo

#968664 Color Hex

#968664
(150,134,100)
0 Favorites   0 Comments

Color spaces of #968664

RGB 150134100
HSL0.110.200.49
HSV41°33°59°
CMYK 0.000.110.33   0.41
XYZ23.403024.454315.5433
Yxy24.45430.36910.3857
Hunter Lab49.4513-2.064015.9801
CIE-Lab56.53980.715520.5426

#968664 color RGB value is (150,134,100).

#968664 hex color red value is 150, green value is 134 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #968664 hue: 0.11 , saturation: 0.20 and the lightness value of 968664 is 0.49.

The process color (four color CMYK) of #968664 color hex is 0.00, 0.11, 0.33, 0.41. Web safe color of #968664 is #999966. Color #968664 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000110 01100100
Octal 226 206 144
Decimal 150 134 100
Hex 96 86 64

RGB Percentages of Color #968664

%39.06
%34.90
%26.04

CMYK Percentages of Color #968664

%0
%11
%33
%41

Triadic Colors of #968664

#968664 #649686 #866496

Analogous Colors of #968664

#968664 #8d9664 #966d64

Monochromatic Colors of #968664

#968664

Complementary Color

#968664 #647496

#968664 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968664 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968664 Color CSS Codes

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

#968664 Text Font Color

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

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


#968664 Background Color

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

This div background color is #968664


#968664 Border Color

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

This div border color is #968664


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,134,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 #968664">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968664


Comments

No comments written yet.

Please login to write comment.