#96637A

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

Shades of Strikemaster #96637A

Tints of Strikemaster #96637A

Color information

#96637A (or 0x96637A) is unknown color: approx Strikemaster. HEX triplet: 96, 63 and 7A. RGB value is (150,99,122). Sum of RGB (Red+Green+Blue) = 150+99+122=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #96637A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96637A is #699C85. Grayscale: #747474. Windows color (decimal): -6921350 or 8020886. OLE color: 8020886.

HSL color Cylindrical-coordinate representation of color #96637A: hue angle of 332.94º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96637A is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB15099122-
CMYK00.340.190.41
HSL332.94º20.48%48.82%-
HSV(B)332.94º34%58.82%-
XYZ20.5516.8120.57-
YUV116.87130.9151.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.43%
GREEN value IS 99 (39.06% from 255) = 26.68%
BLUE value IS 122 (48.05% from 255) = 32.88%
R=40.43%
G=26.68%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509912200.340.190.41332.9420.4848.82
Hex96637A022132914d1431
Octal22614317204223515152461
Binary100101101100011111101001000101001110100110100110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96637A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,99,122); }

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

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

 a { background-color: rgb(150,99,122); }

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

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

 span { border-color: rgb(150,99,122); }

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