#997586

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

Shades of Strikemaster #997586

Tints of Strikemaster #997586

Color information

#997586 (or 0x997586) is unknown color: approx Strikemaster. HEX triplet: 99, 75 and 86. RGB value is (153,117,134). Sum of RGB (Red+Green+Blue) = 153+117+134=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 153 - color contains mainly: red. Hex color #997586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997586 is #668A79. Grayscale: #818181. Windows color (decimal): -6720122 or 8811929. OLE color: 8811929.

HSL color Cylindrical-coordinate representation of color #997586: hue angle of 331.67º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #997586 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB153117134-
CMYK00.240.120.4
HSL331.67º15%52.94%-
HSV(B)331.67º23.53%60%-
XYZ23.821.2225.39-
YUV129.7130.43144.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.87%
GREEN value IS 117 (46.09% from 255) = 28.96%
BLUE value IS 134 (52.73% from 255) = 33.17%
R=37.87%
G=28.96%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311713400.240.120.4331.671552.94
Hex997586018C2814cf35
Octal23116520603014505141765
Binary1001100111101011000011001100011001010001010011001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997586; }

 p { color: rgb(153,117,134); }

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

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

 a { background-color: rgb(153,117,134); }

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

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

 span { border-color: rgb(153,117,134); }

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