#96688A

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

Shades of Strikemaster #96688A

Tints of Strikemaster #96688A

Color information

#96688A (or 0x96688A) is unknown color: approx Strikemaster. HEX triplet: 96, 68 and 8A. RGB value is (150,104,138). Sum of RGB (Red+Green+Blue) = 150+104+138=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 150 - color contains mainly: red. Hex color #96688A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96688A is #699775. Grayscale: #797979. Windows color (decimal): -6920054 or 9070742. OLE color: 9070742.

HSL color Cylindrical-coordinate representation of color #96688A: hue angle of 315.65º 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 #96688A is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB150104138-
CMYK00.310.080.41
HSL315.65º18.11%49.8%-
HSV(B)315.65º30.67%58.82%-
XYZ22.1218.2226.4-
YUV121.63137.24148.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.27%
GREEN value IS 104 (41.02% from 255) = 26.53%
BLUE value IS 138 (54.30% from 255) = 35.20%
R=38.27%
G=26.53%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010413800.310.080.41315.6518.1149.8
Hex96688A01F82913c1232
Octal22615021203710514742262
Binary10010110110100010001010011111100010100110011110010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96688A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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