#996B89

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

Shades of Strikemaster #996B89

Tints of Strikemaster #996B89

Color information

#996B89 (or 0x996B89) is unknown color: approx Strikemaster. HEX triplet: 99, 6B and 89. RGB value is (153,107,137). Sum of RGB (Red+Green+Blue) = 153+107+137=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 153 - color contains mainly: red. Hex color #996B89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996B89 is #669476. Grayscale: #7C7C7C. Windows color (decimal): -6722679 or 9005977. OLE color: 9005977.

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

Color convert

RGB153107137-
CMYK00.300.100.4
HSL320.87º18.4%50.98%-
HSV(B)320.87º30.07%60%-
XYZ22.9119.0926.14-
YUV124.17135.24148.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.54%
GREEN value IS 107 (42.19% from 255) = 26.95%
BLUE value IS 137 (53.91% from 255) = 34.51%
R=38.54%
G=26.95%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310713700.300.100.4320.8718.450.98
Hex996B8901EA281411233
Octal23115321103612505012263
Binary10011001110101110001001011110101010100010100000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,107,137); }

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

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

 a { background-color: rgb(153,107,137); }

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

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

 span { border-color: rgb(153,107,137); }

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