Color Hex Logo

#966622 Color Hex

#966622
(150,102,34)
0 Favorites   0 Comments

Color spaces of #966622

RGB 15010234
HSL0.100.630.36
HSV35°77°59°
CMYK 0.000.320.77   0.41
XYZ17.617816.10233.6929
Yxy16.10230.47090.4304
Hunter Lab40.12778.145922.6330
CIE-Lab47.108413.066044.0686

#966622 color RGB value is (150,102,34).

#966622 hex color red value is 150, green value is 102 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #966622 hue: 0.10 , saturation: 0.63 and the lightness value of 966622 is 0.36.

The process color (four color CMYK) of #966622 color hex is 0.00, 0.32, 0.77, 0.41. Web safe color of #966622 is #996633. Color #966622 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01100110 00100010
Octal 226 146 42
Decimal 150 102 34
Hex 96 66 22

RGB Percentages of Color #966622

%52.45
%35.66
%11.89

CMYK Percentages of Color #966622

%0
%32
%77
%41

Triadic Colors of #966622

#966622 #229666 #662296

Analogous Colors of #966622

#966622 #8c9622 #962c22

Monochromatic Colors of #966622

#966622

Complementary Color

#966622 #225296

#966622 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966622 Color Preview on White Background

Lorem ipsum dolor sit amet.

#966622 Color CSS Codes

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

#966622 Text Font Color

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

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


#966622 Background Color

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

This div background color is #966622


#966622 Border Color

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

This div border color is #966622


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966622


Comments

No comments written yet.

Please login to write comment.