#896476

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

Shades of Strikemaster #896476

Tints of Strikemaster #896476

Color information

#896476 (or 0x896476) is unknown color: approx Strikemaster. HEX triplet: 89, 64 and 76. RGB value is (137,100,118). Sum of RGB (Red+Green+Blue) = 137+100+118=355 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.59% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 137 - color contains mainly: red. Hex color #896476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896476 is #769B89. Grayscale: #717171. Windows color (decimal): -7773066 or 7758985. OLE color: 7758985.

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

Color convert

RGB137100118-
CMYK00.270.140.46
HSL330.81º15.61%46.47%-
HSV(B)330.81º27.01%53.73%-
XYZ18.1415.7419.22-
YUV113.12130.76145.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.59%
GREEN value IS 100 (39.45% from 255) = 28.17%
BLUE value IS 118 (46.48% from 255) = 33.24%
R=38.59%
G=28.17%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710011800.270.140.46330.8115.6146.47
Hex89647601BE2E14b102e
Octal21114416603316565132056
Binary1000100111001001110110011011111010111010100101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896476; }

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

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

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

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

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

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

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

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