#996079

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

Shades of Strikemaster #996079

Tints of Strikemaster #996079

Color information

#996079 (or 0x996079) is unknown color: approx Strikemaster. HEX triplet: 99, 60 and 79. RGB value is (153,96,121). Sum of RGB (Red+Green+Blue) = 153+96+121=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 153 - color contains mainly: red. Hex color #996079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996079 is #669F86. Grayscale: #737373. Windows color (decimal): -6725511 or 7954585. OLE color: 7954585.

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

Color convert

RGB15396121-
CMYK00.370.210.4
HSL333.68º22.89%48.82%-
HSV(B)333.68º37.25%60%-
XYZ20.7716.5220.18-
YUV115.89130.88154.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.35%
GREEN value IS 96 (37.89% from 255) = 25.95%
BLUE value IS 121 (47.66% from 255) = 32.70%
R=41.35%
G=25.95%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539612100.370.210.4333.6822.8948.82
Hex996079025152814e1731
Octal23114017104525505162761
Binary100110011100000111100101001011010110100010100111010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996079; }

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

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

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

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

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

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

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

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