#96628C

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

Shades of Strikemaster #96628C

Tints of Strikemaster #96628C

Color information

#96628C (or 0x96628C) is unknown color: approx Strikemaster. HEX triplet: 96, 62 and 8C. RGB value is (150,98,140). Sum of RGB (Red+Green+Blue) = 150+98+140=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 98 (38.67% from 255 or 25.26% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 150 - color contains mainly: red. Hex color #96628C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96628C is #699D73. Grayscale: #767676. Windows color (decimal): -6921588 or 9200278. OLE color: 9200278.

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

Color convert

RGB15098140-
CMYK00.350.070.41
HSL311.54º20.97%48.63%-
HSV(B)311.54º34.67%58.82%-
XYZ21.6817.1126.97-
YUV118.34140.23150.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.66%
GREEN value IS 98 (38.67% from 255) = 25.26%
BLUE value IS 140 (55.08% from 255) = 36.08%
R=38.66%
G=25.26%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509814000.350.070.41311.5420.9748.63
Hex96628C0237291381531
Octal2261422140437514702561
Binary10010110110001010001100010001111110100110011100010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96628C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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