Color Hex Logo

#966061 Color Hex

#966061
(150,96,97)
0 Favorites   0 Comments

Color spaces of #966061

RGB 1509697
HSL1.000.220.48
HSV359°36°59°
CMYK 0.000.360.35   0.41
XYZ18.918215.712813.3450
Yxy15.71280.39430.3275
Hunter Lab39.639415.82167.7870
CIE-Lab46.595422.12568.5773

#966061 color RGB value is (150,96,97).

#966061 hex color red value is 150, green value is 96 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #966061 hue: 1.00 , saturation: 0.22 and the lightness value of 966061 is 0.48.

The process color (four color CMYK) of #966061 color hex is 0.00, 0.36, 0.35, 0.41. Web safe color of #966061 is #996666. Color #966061 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01100000 01100001
Octal 226 140 141
Decimal 150 96 97
Hex 96 60 61

RGB Percentages of Color #966061

%43.73
%27.99
%28.28

CMYK Percentages of Color #966061

%0
%36
%35
%41

Triadic Colors of #966061

#966061 #619660 #606196

Analogous Colors of #966061

#966061 #967a60 #96607c

Monochromatic Colors of #966061

#966061

Complementary Color

#966061 #609695

#966061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#966061 Color CSS Codes

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

#966061 Text Font Color

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

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


#966061 Background Color

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

This div background color is #966061


#966061 Border Color

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

This div border color is #966061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966061


Comments

No comments written yet.

Please login to write comment.