#86637A

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

Shades of Strikemaster #86637A

Tints of Strikemaster #86637A

Color information

#86637A (or 0x86637A) is unknown color: approx Strikemaster. HEX triplet: 86, 63 and 7A. RGB value is (134,99,122). Sum of RGB (Red+Green+Blue) = 134+99+122=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 134 - color contains mainly: red. Hex color #86637A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86637A is #799C85. Grayscale: #707070. Windows color (decimal): -7969926 or 8020870. OLE color: 8020870.

HSL color Cylindrical-coordinate representation of color #86637A: hue angle of 320.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 #86637A is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB13499122-
CMYK00.260.090.47
HSL320.57º15.02%45.69%-
HSV(B)320.57º26.12%52.55%-
XYZ17.8115.420.45-
YUV112.09133.6143.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.75%
GREEN value IS 99 (39.06% from 255) = 27.89%
BLUE value IS 122 (48.05% from 255) = 34.37%
R=37.75%
G=27.89%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349912200.260.090.47320.5715.0245.69
Hex86637A01A92F141f2e
Octal20614317203211575011756
Binary100001101100011111101001101010011011111010000011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86637A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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