#896576

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

Shades of Strikemaster #896576

Tints of Strikemaster #896576

Color information

#896576 (or 0x896576) is unknown color: approx Strikemaster. HEX triplet: 89, 65 and 76. RGB value is (137,101,118). Sum of RGB (Red+Green+Blue) = 137+101+118=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 137 - color contains mainly: red. Hex color #896576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896576 is #769A89. Grayscale: #717171. Windows color (decimal): -7772810 or 7759241. OLE color: 7759241.

HSL color Cylindrical-coordinate representation of color #896576: hue angle of 331.67º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #896576 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB137101118-
CMYK00.260.140.46
HSL331.67º15.13%46.67%-
HSV(B)331.67º26.28%53.73%-
XYZ18.2415.9319.25-
YUV113.7130.43144.62-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.48%
GREEN value IS 101 (39.84% from 255) = 28.37%
BLUE value IS 118 (46.48% from 255) = 33.15%
R=38.48%
G=28.37%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710111800.260.140.46331.6715.1346.67
Hex89657601AE2E14cf2f
Octal21114516603216565141757
Binary100010011100101111011001101011101011101010011001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896576; }

 p { color: rgb(137,101,118); }

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

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

 a { background-color: rgb(137,101,118); }

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

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

 span { border-color: rgb(137,101,118); }

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