#96627A

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

Shades of Strikemaster #96627A

Tints of Strikemaster #96627A

Color information

#96627A (or 0x96627A) is unknown color: approx Strikemaster. HEX triplet: 96, 62 and 7A. RGB value is (150,98,122). Sum of RGB (Red+Green+Blue) = 150+98+122=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #96627A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96627A is #699D85. Grayscale: #747474. Windows color (decimal): -6921606 or 8020630. OLE color: 8020630.

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

Color convert

RGB15098122-
CMYK00.350.190.41
HSL332.31º20.97%48.63%-
HSV(B)332.31º34.67%58.82%-
XYZ20.4616.6220.54-
YUV116.28131.23152.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.54%
GREEN value IS 98 (38.67% from 255) = 26.49%
BLUE value IS 122 (48.05% from 255) = 32.97%
R=40.54%
G=26.49%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509812200.350.190.41332.3120.9748.63
Hex96627A023132914c1531
Octal22614217204323515142561
Binary100101101100010111101001000111001110100110100110010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96627A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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