#996D7C

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

Shades of Strikemaster #996D7C

Tints of Strikemaster #996D7C

Color information

#996D7C (or 0x996D7C) is unknown color: approx Strikemaster. HEX triplet: 99, 6D and 7C. RGB value is (153,109,124). Sum of RGB (Red+Green+Blue) = 153+109+124=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 153 - color contains mainly: red. Hex color #996D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996D7C is #669283. Grayscale: #7B7B7B. Windows color (decimal): -6722180 or 8154521. OLE color: 8154521.

HSL color Cylindrical-coordinate representation of color #996D7C: hue angle of 339.55º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #996D7C is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB153109124-
CMYK00.290.190.4
HSL339.55º17.74%51.37%-
HSV(B)339.55º28.76%60%-
XYZ22.2419.1621.6-
YUV123.87128.08148.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.64%
GREEN value IS 109 (42.97% from 255) = 28.24%
BLUE value IS 124 (48.83% from 255) = 32.12%
R=39.64%
G=28.24%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310912400.290.190.4339.5517.7451.37
Hex996D7C01D13281541233
Octal23115517403523505242263
Binary10011001110110111111000111011001110100010101010010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996D7C; }

 p { color: rgb(153,109,124); }

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

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

 a { background-color: rgb(153,109,124); }

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

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

 span { border-color: rgb(153,109,124); }

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