#997084

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

Shades of Strikemaster #997084

Tints of Strikemaster #997084

Color information

#997084 (or 0x997084) is unknown color: approx Strikemaster. HEX triplet: 99, 70 and 84. RGB value is (153,112,132). Sum of RGB (Red+Green+Blue) = 153+112+132=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 153 - color contains mainly: red. Hex color #997084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997084 is #668F7B. Grayscale: #7E7E7E. Windows color (decimal): -6721404 or 8679577. OLE color: 8679577.

HSL color Cylindrical-coordinate representation of color #997084: hue angle of 330.73º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #997084 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB153112132-
CMYK00.270.140.4
HSL330.73º16.73%51.96%-
HSV(B)330.73º26.8%60%-
XYZ23.120.0324.48-
YUV126.54131.08146.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.54%
GREEN value IS 112 (44.14% from 255) = 28.21%
BLUE value IS 132 (51.95% from 255) = 33.25%
R=38.54%
G=28.21%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311213200.270.140.4330.7316.7351.96
Hex99708401BE2814b1134
Octal23116020403316505132164
Binary10011001111000010000100011011111010100010100101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997084; }

 p { color: rgb(153,112,132); }

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

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

 a { background-color: rgb(153,112,132); }

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

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

 span { border-color: rgb(153,112,132); }

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