#86607A

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

Shades of Strikemaster #86607A

Tints of Strikemaster #86607A

Color information

#86607A (or 0x86607A) is unknown color: approx Strikemaster. HEX triplet: 86, 60 and 7A. RGB value is (134,96,122). Sum of RGB (Red+Green+Blue) = 134+96+122=352 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.07% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 134 - color contains mainly: red. Hex color #86607A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86607A is #799F85. Grayscale: #6E6E6E. Windows color (decimal): -7970694 or 8020102. OLE color: 8020102.

HSL color Cylindrical-coordinate representation of color #86607A: hue angle of 318.95º degrees, saturation: 0.17, 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 #86607A is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB13496122-
CMYK00.280.090.47
HSL318.95º16.52%45.1%-
HSV(B)318.95º28.36%52.55%-
XYZ17.5314.8420.35-
YUV110.33134.59144.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.07%
GREEN value IS 96 (37.89% from 255) = 27.27%
BLUE value IS 122 (48.05% from 255) = 34.66%
R=38.07%
G=27.27%
B=34.66%

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
Decimal1349612200.280.090.47318.9516.5245.1
Hex86607A01C92F13f112d
Octal20614017203411574772155
Binary1000011011000001111010011100100110111110011111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86607A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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