#996179

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

Shades of Strikemaster #996179

Tints of Strikemaster #996179

Color information

#996179 (or 0x996179) is unknown color: approx Strikemaster. HEX triplet: 99, 61 and 79. RGB value is (153,97,121). Sum of RGB (Red+Green+Blue) = 153+97+121=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #996179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996179 is #669E86. Grayscale: #747474. Windows color (decimal): -6725255 or 7954841. OLE color: 7954841.

HSL color Cylindrical-coordinate representation of color #996179: hue angle of 334.29º degrees, saturation: 0.22, 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 #996179 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB15397121-
CMYK00.370.210.4
HSL334.29º22.4%49.02%-
HSV(B)334.29º36.6%60%-
XYZ20.8616.720.21-
YUV116.48130.55154.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.24%
GREEN value IS 97 (38.28% from 255) = 26.15%
BLUE value IS 121 (47.66% from 255) = 32.61%
R=41.24%
G=26.15%
B=32.61%

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
Decimal1539712100.370.210.4334.2922.449.02
Hex996179025152814e1631
Octal23114117104525505162661
Binary100110011100001111100101001011010110100010100111010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996179; }

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

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

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

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

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

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

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

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