Color Hex Logo

#966812 Color Hex

#966812
(150,104,18)
0 Favorites   0 Comments

Color spaces of #966812

RGB 15010418
HSL0.110.790.33
HSV39°88°59°
CMYK 0.000.310.88   0.41
XYZ17.637216.42832.8137
Yxy16.42830.47820.4455
Hunter Lab40.53186.742524.2564
CIE-Lab47.531511.347150.4077

#966812 color RGB value is (150,104,18).

#966812 hex color red value is 150, green value is 104 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #966812 hue: 0.11 , saturation: 0.79 and the lightness value of 966812 is 0.33.

The process color (four color CMYK) of #966812 color hex is 0.00, 0.31, 0.88, 0.41. Web safe color of #966812 is #996600. Color #966812 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101000 00010010
Octal 226 150 22
Decimal 150 104 18
Hex 96 68 12

RGB Percentages of Color #966812

%55.15
%38.24
%6.62

CMYK Percentages of Color #966812

%0
%31
%88
%41

Triadic Colors of #966812

#966812 #129668 #681296

Analogous Colors of #966812

#966812 #829612 #962612

Monochromatic Colors of #966812

#966812

Complementary Color

#966812 #124096

#966812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#966812 Color CSS Codes

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

#966812 Text Font Color

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

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


#966812 Background Color

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

This div background color is #966812


#966812 Border Color

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

This div border color is #966812


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966812


Comments

No comments written yet.

Please login to write comment.