#86617A

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

Shades of Strikemaster #86617A

Tints of Strikemaster #86617A

Color information

#86617A (or 0x86617A) is unknown color: approx Strikemaster. HEX triplet: 86, 61 and 7A. RGB value is (134,97,122). Sum of RGB (Red+Green+Blue) = 134+97+122=353 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.96% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 134 - color contains mainly: red. Hex color #86617A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86617A is #799E85. Grayscale: #6E6E6E. Windows color (decimal): -7970438 or 8020358. OLE color: 8020358.

HSL color Cylindrical-coordinate representation of color #86617A: hue angle of 319.46º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #86617A is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB13497122-
CMYK00.280.090.47
HSL319.46º16.02%45.29%-
HSV(B)319.46º27.61%52.55%-
XYZ17.6215.0220.38-
YUV110.91134.26144.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.96%
GREEN value IS 97 (38.28% from 255) = 27.48%
BLUE value IS 122 (48.05% from 255) = 34.56%
R=37.96%
G=27.48%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349712200.280.090.47319.4616.0245.29
Hex86617A01C92F13f102d
Octal20614117203411574772055
Binary1000011011000011111010011100100110111110011111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86617A; }

 p { color: rgb(134,97,122); }

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

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

 a { background-color: rgb(134,97,122); }

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

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

 span { border-color: rgb(134,97,122); }

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