Color Hex Logo

#968865 Color Hex

#968865
(150,136,101)
0 Favorites   0 Comments

Color spaces of #968865

RGB 150136101
HSL0.120.200.49
HSV43°33°59°
CMYK 0.000.090.33   0.41
XYZ23.730825.031915.8928
Yxy25.03190.36700.3872
Hunter Lab50.0319-2.890916.1887
CIE-Lab57.1065-0.270720.7420

#968865 color RGB value is (150,136,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001000 01100101
Octal 226 210 145
Decimal 150 136 101
Hex 96 88 65

RGB Percentages of Color #968865

%38.76
%35.14
%26.10

CMYK Percentages of Color #968865

%0
%9
%33
%41

Triadic Colors of #968865

#968865 #659688 #886596

Analogous Colors of #968865

#968865 #8c9665 #967065

Monochromatic Colors of #968865

#968865

Complementary Color

#968865 #657396

#968865 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968865 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968865 Color CSS Codes

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

#968865 Text Font Color

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

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


#968865 Background Color

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

This div background color is #968865


#968865 Border Color

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

This div border color is #968865


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968865


Comments

No comments written yet.

Please login to write comment.