Color Hex Logo

#968566 Color Hex

#968566
(150,133,102)
0 Favorites   0 Comments

Color spaces of #968566

RGB 150133102
HSL0.110.190.49
HSV39°32°59°
CMYK 0.000.110.32   0.41
XYZ23.363524.218416.0136
Yxy24.21840.36740.3808
Hunter Lab49.2122-1.378415.1556
CIE-Lab56.30581.547719.0954

#968566 color RGB value is (150,133,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000101 01100110
Octal 226 205 146
Decimal 150 133 102
Hex 96 85 66

RGB Percentages of Color #968566

%38.96
%34.55
%26.49

CMYK Percentages of Color #968566

%0
%11
%32
%41

Triadic Colors of #968566

#968566 #669685 #856696

Analogous Colors of #968566

#968566 #8f9666 #966d66

Monochromatic Colors of #968566

#968566

Complementary Color

#968566 #667796

#968566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968566 Color CSS Codes

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

#968566 Text Font Color

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

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


#968566 Background Color

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

This div background color is #968566


#968566 Border Color

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

This div border color is #968566


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,133,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968566


Comments

No comments written yet.

Please login to write comment.