#86657C

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

Shades of Strikemaster #86657C

Tints of Strikemaster #86657C

Color information

#86657C (or 0x86657C) is unknown color: approx Strikemaster. HEX triplet: 86, 65 and 7C. RGB value is (134,101,124). Sum of RGB (Red+Green+Blue) = 134+101+124=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 134 - color contains mainly: red. Hex color #86657C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86657C is #799A83. Grayscale: #717171. Windows color (decimal): -7969412 or 8152454. OLE color: 8152454.

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

Color convert

RGB134101124-
CMYK00.250.070.47
HSL318.18º14.04%46.08%-
HSV(B)318.18º24.63%52.55%-
XYZ18.1215.8321.17-
YUV113.49133.93142.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.33%
GREEN value IS 101 (39.84% from 255) = 28.13%
BLUE value IS 124 (48.83% from 255) = 34.54%
R=37.33%
G=28.13%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410112400.250.070.47318.1814.0446.08
Hex86657C01972F13ee2e
Octal2061451740317574761656
Binary10000110110010111111000110011111011111001111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86657C; }

 p { color: rgb(134,101,124); }

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

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

 a { background-color: rgb(134,101,124); }

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

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

 span { border-color: rgb(134,101,124); }

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