Color Hex Logo

#966414 Color Hex

#966414
(150,100,20)
0 Favorites   0 Comments

Color spaces of #966414

RGB 15010020
HSL0.100.760.33
HSV37°87°59°
CMYK 0.000.330.87   0.41
XYZ17.261115.64892.7726
Yxy15.64890.48370.4386
Hunter Lab39.55878.659323.5356
CIE-Lab46.510413.706348.9367

#966414 color RGB value is (150,100,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01100100 00010100
Octal 226 144 24
Decimal 150 100 20
Hex 96 64 14

RGB Percentages of Color #966414

%55.56
%37.04
%7.41

CMYK Percentages of Color #966414

%0
%33
%87
%41

Triadic Colors of #966414

#966414 #149664 #641496

Analogous Colors of #966414

#966414 #879614 #962314

Monochromatic Colors of #966414

#966414

Complementary Color

#966414 #144696

#966414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#966414 Color CSS Codes

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

#966414 Text Font Color

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

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


#966414 Background Color

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

This div background color is #966414


#966414 Border Color

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

This div border color is #966414


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966414


Comments

No comments written yet.

Please login to write comment.