#964754

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

Shades of Night Shadz #964754

Tints of Night Shadz #964754

Color information

#964754 (or 0x964754) is unknown color: approx Night Shadz. HEX triplet: 96, 47 and 54. RGB value is (150,71,84). Sum of RGB (Red+Green+Blue) = 150+71+84=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 84 (33.20% from 255 or 27.54% from 305); Max value from RGB is 150 - color contains mainly: red. Hex color #964754 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964754 is #69B8AB. Grayscale: #606060. Windows color (decimal): -6928556 or 5523350. OLE color: 5523350.

HSL color Cylindrical-coordinate representation of color #964754: hue angle of 350.13º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #964754 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.41.

Color convert

RGB1507184-
CMYK00.530.440.41
HSL350.13º35.75%43.33%-
HSV(B)350.13º52.67%58.82%-
XYZ16.4311.639.77-
YUV96.1121.17166.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.18%
GREEN value IS 71 (28.12% from 255) = 23.28%
BLUE value IS 84 (33.20% from 255) = 27.54%
R=49.18%
G=23.28%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150718400.530.440.41350.1335.7543.33
Hex9647540352C2915e242b
Octal22610712406554515364453
Binary10010110100011110101000110101101100101001101011110100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964754; }

 p { color: rgb(150,71,84); }

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

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

 a { background-color: rgb(150,71,84); }

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

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

 span { border-color: rgb(150,71,84); }

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