#996479

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

Shades of Strikemaster #996479

Tints of Strikemaster #996479

Color information

#996479 (or 0x996479) is unknown color: approx Strikemaster. HEX triplet: 99, 64 and 79. RGB value is (153,100,121). Sum of RGB (Red+Green+Blue) = 153+100+121=374 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.91% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 153 - color contains mainly: red. Hex color #996479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996479 is #669B86. Grayscale: #767676. Windows color (decimal): -6724487 or 7955609. OLE color: 7955609.

HSL color Cylindrical-coordinate representation of color #996479: hue angle of 336.23º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #996479 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB153100121-
CMYK00.350.210.4
HSL336.23º20.95%49.61%-
HSV(B)336.23º34.64%60%-
XYZ21.1517.2720.31-
YUV118.24129.56152.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.91%
GREEN value IS 100 (39.45% from 255) = 26.74%
BLUE value IS 121 (47.66% from 255) = 32.35%
R=40.91%
G=26.74%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310012100.350.210.4336.2320.9549.61
Hex99647902315281501532
Octal23114417104325505202562
Binary100110011100100111100101000111010110100010101000010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996479; }

 p { color: rgb(153,100,121); }

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

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

 a { background-color: rgb(153,100,121); }

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

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

 span { border-color: rgb(153,100,121); }

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