#86627A

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

Shades of Strikemaster #86627A

Tints of Strikemaster #86627A

Color information

#86627A (or 0x86627A) is unknown color: approx Strikemaster. HEX triplet: 86, 62 and 7A. RGB value is (134,98,122). Sum of RGB (Red+Green+Blue) = 134+98+122=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 134 - color contains mainly: red. Hex color #86627A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86627A is #799D85. Grayscale: #6F6F6F. Windows color (decimal): -7970182 or 8020614. OLE color: 8020614.

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

Color convert

RGB13498122-
CMYK00.270.090.47
HSL320º15.52%45.49%-
HSV(B)320º26.87%52.55%-
XYZ17.7115.2120.41-
YUV111.5133.93144.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.85%
GREEN value IS 98 (38.67% from 255) = 27.68%
BLUE value IS 122 (48.05% from 255) = 34.46%
R=37.85%
G=27.68%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349812200.270.090.4732015.5245.49
Hex86627A01B92F140102d
Octal20614217203311575002055
Binary1000011011000101111010011011100110111110100000010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86627A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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