#886575

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

Shades of Strikemaster #886575

Tints of Strikemaster #886575

Color information

#886575 (or 0x886575) is unknown color: approx Strikemaster. HEX triplet: 88, 65 and 75. RGB value is (136,101,117). Sum of RGB (Red+Green+Blue) = 136+101+117=354 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.42% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 136 - color contains mainly: red. Hex color #886575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886575 is #779A8A. Grayscale: #717171. Windows color (decimal): -7838347 or 7693704. OLE color: 7693704.

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

Color convert

RGB136101117-
CMYK00.260.140.47
HSL332.57º14.77%46.47%-
HSV(B)332.57º25.74%53.33%-
XYZ18.0215.8318.93-
YUV113.29130.1144.2-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.42%
GREEN value IS 101 (39.84% from 255) = 28.53%
BLUE value IS 117 (46.09% from 255) = 33.05%
R=38.42%
G=28.53%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610111700.260.140.47332.5714.7746.47
Hex88657501AE2F14df2e
Octal21014516503216575151756
Binary100010001100101111010101101011101011111010011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886575; }

 p { color: rgb(136,101,117); }

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

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

 a { background-color: rgb(136,101,117); }

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

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

 span { border-color: rgb(136,101,117); }

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