#866479

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

Shades of Strikemaster #866479

Tints of Strikemaster #866479

Color information

#866479 (or 0x866479) is unknown color: approx Strikemaster. HEX triplet: 86, 64 and 79. RGB value is (134,100,121). Sum of RGB (Red+Green+Blue) = 134+100+121=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 134 - color contains mainly: red. Hex color #866479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866479 is #799B86. Grayscale: #707070. Windows color (decimal): -7969671 or 7955590. OLE color: 7955590.

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

Color convert

RGB134100121-
CMYK00.250.100.47
HSL322.94º14.53%45.88%-
HSV(B)322.94º25.37%52.55%-
XYZ17.8415.5620.15-
YUV112.56132.76143.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.75%
GREEN value IS 100 (39.45% from 255) = 28.17%
BLUE value IS 121 (47.66% from 255) = 34.08%
R=37.75%
G=28.17%
B=34.08%

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
Decimal13410012100.250.100.47322.9414.5345.88
Hex866479019A2F143f2e
Octal20614417103112575031756
Binary100001101100100111100101100110101011111010000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866479; }

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

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

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

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

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

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

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

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