#965576

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

Shades of Strikemaster #965576

Tints of Strikemaster #965576

Color information

#965576 (or 0x965576) is unknown color: approx Strikemaster. HEX triplet: 96, 55 and 76. RGB value is (150,85,118). Sum of RGB (Red+Green+Blue) = 150+85+118=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #965576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965576 is #69AA89. Grayscale: #6C6C6C. Windows color (decimal): -6924938 or 7755158. OLE color: 7755158.

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

Color convert

RGB15085118-
CMYK00.430.210.41
HSL329.54º27.66%46.08%-
HSV(B)329.54º43.33%58.82%-
XYZ19.114.2918.89-
YUV108.2133.53157.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.49%
GREEN value IS 85 (33.59% from 255) = 24.08%
BLUE value IS 118 (46.48% from 255) = 33.43%
R=42.49%
G=24.08%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508511800.430.210.41329.5427.6646.08
Hex96557602B152914a1c2e
Octal22612516605325515123456
Binary100101101010101111011001010111010110100110100101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965576; }

 p { color: rgb(150,85,118); }

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

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

 a { background-color: rgb(150,85,118); }

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

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

 span { border-color: rgb(150,85,118); }

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