#997386

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

Shades of Strikemaster #997386

Tints of Strikemaster #997386

Color information

#997386 (or 0x997386) is unknown color: approx Strikemaster. HEX triplet: 99, 73 and 86. RGB value is (153,115,134). Sum of RGB (Red+Green+Blue) = 153+115+134=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 153 - color contains mainly: red. Hex color #997386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997386 is #668C79. Grayscale: #808080. Windows color (decimal): -6720634 or 8811417. OLE color: 8811417.

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

Color convert

RGB153115134-
CMYK00.250.120.4
HSL330º15.7%52.55%-
HSV(B)330º24.84%60%-
XYZ23.5720.7625.32-
YUV128.53131.09145.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.06%
GREEN value IS 115 (45.31% from 255) = 28.61%
BLUE value IS 134 (52.73% from 255) = 33.33%
R=38.06%
G=28.61%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311513400.250.120.433015.752.55
Hex997386019C2814a1035
Octal23116320603114505122065
Binary10011001111001110000110011001110010100010100101010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997386; }

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

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

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

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

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

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

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

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