#96688C

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

Shades of Strikemaster #96688C

Tints of Strikemaster #96688C

Color information

#96688C (or 0x96688C) is unknown color: approx Strikemaster. HEX triplet: 96, 68 and 8C. RGB value is (150,104,140). Sum of RGB (Red+Green+Blue) = 150+104+140=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 150 - color contains mainly: red. Hex color #96688C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96688C is #699773. Grayscale: #797979. Windows color (decimal): -6920052 or 9201814. OLE color: 9201814.

HSL color Cylindrical-coordinate representation of color #96688C: hue angle of 313.04º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96688C is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB150104140-
CMYK00.310.070.41
HSL313.04º18.11%49.8%-
HSV(B)313.04º30.67%58.82%-
XYZ22.2618.2827.17-
YUV121.86138.24148.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.07%
GREEN value IS 104 (41.02% from 255) = 26.40%
BLUE value IS 140 (55.08% from 255) = 35.53%
R=38.07%
G=26.40%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010414000.310.070.41313.0418.1149.8
Hex96688C01F7291391232
Octal2261502140377514712262
Binary1001011011010001000110001111111110100110011100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96688C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96688C; }

 p { color: rgb(150,104,140); }

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

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

 a { background-color: rgb(150,104,140); }

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

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

 span { border-color: rgb(150,104,140); }

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