#886679

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

Shades of Strikemaster #886679

Tints of Strikemaster #886679

Color information

#886679 (or 0x886679) is unknown color: approx Strikemaster. HEX triplet: 88, 66 and 79. RGB value is (136,102,121). Sum of RGB (Red+Green+Blue) = 136+102+121=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 136 - color contains mainly: red. Hex color #886679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886679 is #779986. Grayscale: #727272. Windows color (decimal): -7838087 or 7956104. OLE color: 7956104.

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

Color convert

RGB136102121-
CMYK00.250.110.47
HSL326.47º14.29%46.67%-
HSV(B)326.47º25%53.33%-
XYZ18.3616.1220.23-
YUV114.33131.76143.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.88%
GREEN value IS 102 (40.23% from 255) = 28.41%
BLUE value IS 121 (47.66% from 255) = 33.70%
R=37.88%
G=28.41%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610212100.250.110.47326.4714.2946.67
Hex886679019B2F146e2f
Octal21014617103113575061657
Binary100010001100110111100101100110111011111010001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886679; }

 p { color: rgb(136,102,121); }

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

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

 a { background-color: rgb(136,102,121); }

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

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

 span { border-color: rgb(136,102,121); }

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