#866579

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

Shades of Strikemaster #866579

Tints of Strikemaster #866579

Color information

#866579 (or 0x866579) is unknown color: approx Strikemaster. HEX triplet: 86, 65 and 79. RGB value is (134,101,121). Sum of RGB (Red+Green+Blue) = 134+101+121=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 134 - color contains mainly: red. Hex color #866579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866579 is #799A86. Grayscale: #717171. Windows color (decimal): -7969415 or 7955846. OLE color: 7955846.

HSL color Cylindrical-coordinate representation of color #866579: hue angle of 323.64º 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 #866579 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB134101121-
CMYK00.250.100.47
HSL323.64º14.04%46.08%-
HSV(B)323.64º24.63%52.55%-
XYZ17.9415.7620.19-
YUV113.15132.43142.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.64%
GREEN value IS 101 (39.84% from 255) = 28.37%
BLUE value IS 121 (47.66% from 255) = 33.99%
R=37.64%
G=28.37%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410112100.250.100.47323.6414.0446.08
Hex866579019A2F144e2e
Octal20614517103112575041656
Binary100001101100101111100101100110101011111010001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866579; }

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

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

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

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

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

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

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

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