Color Hex Logo

#963609 Color Hex

#963609
(150,54,9)
0 Favorites   0 Comments

Color spaces of #963609

RGB 150549
HSL0.050.890.31
HSV19°94°59°
CMYK 0.000.640.94   0.41
XYZ13.94629.14211.2880
Yxy9.14210.57210.3750
Hunter Lab30.235929.419618.6395
CIE-Lab36.256538.476344.5270

#963609 color RGB value is (150,54,9).

#963609 hex color red value is 150, green value is 54 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #963609 hue: 0.05 , saturation: 0.89 and the lightness value of 963609 is 0.31.

The process color (four color CMYK) of #963609 color hex is 0.00, 0.64, 0.94, 0.41. Web safe color of #963609 is #993300. Color #963609 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00110110 00001001
Octal 226 66 11
Decimal 150 54 9
Hex 96 36 9

RGB Percentages of Color #963609

%70.42
%25.35
%4.23

CMYK Percentages of Color #963609

%0
%64
%94
%41

Triadic Colors of #963609

#963609 #099636 #360996

Analogous Colors of #963609

#963609 #967d09 #960922

Monochromatic Colors of #963609

#963609

Complementary Color

#963609 #096996

#963609 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963609 Color Preview on White Background

Lorem ipsum dolor sit amet.

#963609 Color CSS Codes

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

#963609 Text Font Color

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

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


#963609 Background Color

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

This div background color is #963609


#963609 Border Color

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

This div border color is #963609


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963609


Comments

No comments written yet.

Please login to write comment.