#963648

Color #963648 Night Shadz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Night Shadz #963648

Tints of Night Shadz #963648

Color information

#963648 (or 0x963648) is unknown color: approx Night Shadz. HEX triplet: 96, 36 and 48. RGB value is (150,54,72). Sum of RGB (Red+Green+Blue) = 150+54+72=276 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.35% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 150 - color contains mainly: red. Hex color #963648 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963648 is #69C9B7. Grayscale: #545454. Windows color (decimal): -6932920 or 4732566. OLE color: 4732566.

HSL color Cylindrical-coordinate representation of color #963648: hue angle of 348.75º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #963648 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB1505472-
CMYK00.640.520.41
HSL348.75º47.06%40%-
HSV(B)348.75º64%58.82%-
XYZ15.079.597.19-
YUV84.76120.8174.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 54.35%
GREEN value IS 54 (21.48% from 255) = 19.57%
BLUE value IS 72 (28.52% from 255) = 26.09%
R=54.35%
G=19.57%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150547200.640.520.41348.7547.0640
Hex963648040342915d2f28
Octal22666110010064515355750
Binary10010110110110100100001000000110100101001101011101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963648; }

 p { color: rgb(150,54,72); }

 H1.HeaderClassName
 {
   color: #963648;
 }
 .AnyTagClassName
 {
   color: #963648;
 }
</style>
background-color css

<style>
 a { background-color: #963648; }

 a { background-color: rgb(150,54,72); }

 div.DivClassName
 {
   background-color: #963648;
 }
 .BgClassName
 {
   background-color: #963648;
 }
</style>
border-color css

<style>
 span { border-color: #963648; }

 span { border-color: rgb(150,54,72); }

 td.TdClassName
 {
   border-color: #963648;
 }
 .TagClassName
 {
   border-color: #963648;
 }
</style>