Color Hex Logo

#958666 Color Hex

#958666
(149,134,102)
0 Favorites   0 Comments

Color spaces of #958666

RGB 149134102
HSL0.110.190.49
HSV41°32°58°
CMYK 0.000.100.32   0.42
XYZ23.317824.399116.0509
Yxy24.39910.36570.3826
Hunter Lab49.3954-2.178615.3107
CIE-Lab56.48520.570119.3228

#958666 color RGB value is (149,134,102).

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

The process color (four color CMYK) of #958666 color hex is 0.00, 0.10, 0.32, 0.42. Web safe color of #958666 is #999966. Color #958666 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000110 01100110
Octal 225 206 146
Decimal 149 134 102
Hex 95 86 66

RGB Percentages of Color #958666

%38.70
%34.81
%26.49

CMYK Percentages of Color #958666

%0
%10
%32
%42

Triadic Colors of #958666

#958666 #669586 #866695

Analogous Colors of #958666

#958666 #8d9566 #956f66

Monochromatic Colors of #958666

#958666

Complementary Color

#958666 #667595

#958666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#958666 Color CSS Codes

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

#958666 Text Font Color

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

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


#958666 Background Color

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

This div background color is #958666


#958666 Border Color

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

This div border color is #958666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958666

#958666 Color Palettes


Comments

No comments written yet.

Please login to write comment.