Color Hex Logo

#966104 Color Hex

#966104
(150,97,4)
0 Favorites   0 Comments

Color spaces of #966104

RGB 150974
HSL0.110.950.30
HSV38°97°59°
CMYK 0.000.350.97   0.41
XYZ16.874315.04222.1289
Yxy15.04220.49560.4418
Hunter Lab38.78439.789523.8945
CIE-Lab45.691915.103452.4853

#966104 color RGB value is (150,97,4).

#966104 hex color red value is 150, green value is 97 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #966104 hue: 0.11 , saturation: 0.95 and the lightness value of 966104 is 0.30.

The process color (four color CMYK) of #966104 color hex is 0.00, 0.35, 0.97, 0.41. Web safe color of #966104 is #996600. Color #966104 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01100001 00000100
Octal 226 141 4
Decimal 150 97 4
Hex 96 61 4

RGB Percentages of Color #966104

%59.76
%38.65
%1.59

CMYK Percentages of Color #966104

%0
%35
%97
%41

Triadic Colors of #966104

#966104 #049661 #610496

Analogous Colors of #966104

#966104 #829604 #961804

Monochromatic Colors of #966104

#966104

Complementary Color

#966104 #043996

#966104 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966104 Color Preview on White Background

Lorem ipsum dolor sit amet.

#966104 Color CSS Codes

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

#966104 Text Font Color

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

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


#966104 Background Color

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

This div background color is #966104


#966104 Border Color

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

This div border color is #966104


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966104


Comments

No comments written yet.

Please login to write comment.