Color Hex Logo

#966410 Color Hex

#966410
(150,100,16)
0 Favorites   0 Comments

Color spaces of #966410

RGB 15010016
HSL0.100.810.33
HSV38°89°59°
CMYK 0.000.330.89   0.41
XYZ17.228415.63582.6002
Yxy15.63580.48580.4409
Hunter Lab39.54218.573223.7807
CIE-Lab46.493013.602650.1523

#966410 color RGB value is (150,100,16).

#966410 hex color red value is 150, green value is 100 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #966410 hue: 0.10 , saturation: 0.81 and the lightness value of 966410 is 0.33.

The process color (four color CMYK) of #966410 color hex is 0.00, 0.33, 0.89, 0.41. Web safe color of #966410 is #996600. Color #966410 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01100100 00010000
Octal 226 144 20
Decimal 150 100 16
Hex 96 64 10

RGB Percentages of Color #966410

%56.39
%37.59
%6.02

CMYK Percentages of Color #966410

%0
%33
%89
%41

Triadic Colors of #966410

#966410 #109664 #641096

Analogous Colors of #966410

#966410 #859610 #962110

Monochromatic Colors of #966410

#966410

Complementary Color

#966410 #104296

#966410 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966410 Color Preview on White Background

Lorem ipsum dolor sit amet.

#966410 Color CSS Codes

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

#966410 Text Font Color

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

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


#966410 Background Color

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

This div background color is #966410


#966410 Border Color

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

This div border color is #966410


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966410


Comments

No comments written yet.

Please login to write comment.