#895675

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

Shades of Strikemaster #895675

Tints of Strikemaster #895675

Color information

#895675 (or 0x895675) is unknown color: approx Strikemaster. HEX triplet: 89, 56 and 75. RGB value is (137,86,117). Sum of RGB (Red+Green+Blue) = 137+86+117=340 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.29% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 137 - color contains mainly: red. Hex color #895675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895675 is #76A98A. Grayscale: #686868. Windows color (decimal): -7776651 or 7689865. OLE color: 7689865.

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

Color convert

RGB13786117-
CMYK00.370.150.46
HSL323.53º22.87%43.73%-
HSV(B)323.53º37.23%53.73%-
XYZ16.8613.2618.5-
YUV104.78134.9150.98-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.29%
GREEN value IS 86 (33.98% from 255) = 25.29%
BLUE value IS 117 (46.09% from 255) = 34.41%
R=40.29%
G=25.29%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378611700.370.150.46323.5322.8743.73
Hex895675025F2E144172c
Octal21112616504517565042754
Binary10001001101011011101010100101111110111010100010010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895675; }

 p { color: rgb(137,86,117); }

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

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

 a { background-color: rgb(137,86,117); }

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

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

 span { border-color: rgb(137,86,117); }

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