Color Hex Logo

#965633 Color Hex

#965633
(150,86,51)
0 Favorites   0 Comments

Color spaces of #965633

RGB 1508651
HSL0.060.490.39
HSV21°66°59°
CMYK 0.000.430.66   0.41
XYZ16.503013.37864.8445
Yxy13.37860.47520.3853
Hunter Lab36.576816.527717.7509
CIE-Lab43.328323.215231.4205

#965633 color RGB value is (150,86,51).

#965633 hex color red value is 150, green value is 86 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #965633 hue: 0.06 , saturation: 0.49 and the lightness value of 965633 is 0.39.

The process color (four color CMYK) of #965633 color hex is 0.00, 0.43, 0.66, 0.41. Web safe color of #965633 is #996633. Color #965633 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01010110 00110011
Octal 226 126 63
Decimal 150 86 51
Hex 96 56 33

RGB Percentages of Color #965633

%52.26
%29.97
%17.77

CMYK Percentages of Color #965633

%0
%43
%66
%41

Triadic Colors of #965633

#965633 #339656 #563396

Analogous Colors of #965633

#965633 #968833 #963342

Monochromatic Colors of #965633

#965633

Complementary Color

#965633 #337396

#965633 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965633 Color Preview on White Background

Lorem ipsum dolor sit amet.

#965633 Color CSS Codes

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

#965633 Text Font Color

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

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


#965633 Background Color

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

This div background color is #965633


#965633 Border Color

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

This div border color is #965633


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965633


Comments

No comments written yet.

Please login to write comment.