#99607A

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

Shades of Strikemaster #99607A

Tints of Strikemaster #99607A

Color information

#99607A (or 0x99607A) is unknown color: approx Strikemaster. HEX triplet: 99, 60 and 7A. RGB value is (153,96,122). Sum of RGB (Red+Green+Blue) = 153+96+122=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #99607A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99607A is #669F85. Grayscale: #737373. Windows color (decimal): -6725510 or 8020121. OLE color: 8020121.

HSL color Cylindrical-coordinate representation of color #99607A: hue angle of 332.63º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99607A is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB15396122-
CMYK00.370.200.4
HSL332.63º22.89%48.82%-
HSV(B)332.63º37.25%60%-
XYZ20.8316.5420.51-
YUV116.01131.38154.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.24%
GREEN value IS 96 (37.89% from 255) = 25.88%
BLUE value IS 122 (48.05% from 255) = 32.88%
R=41.24%
G=25.88%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539612200.370.200.4332.6322.8948.82
Hex99607A025142814d1731
Octal23114017204524505152761
Binary100110011100000111101001001011010010100010100110110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99607A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,96,122); }

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

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

 a { background-color: rgb(153,96,122); }

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

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

 span { border-color: rgb(153,96,122); }

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