#866379

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

Shades of Strikemaster #866379

Tints of Strikemaster #866379

Color information

#866379 (or 0x866379) is unknown color: approx Strikemaster. HEX triplet: 86, 63 and 79. RGB value is (134,99,121). Sum of RGB (Red+Green+Blue) = 134+99+121=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 134 - color contains mainly: red. Hex color #866379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866379 is #799C86. Grayscale: #6F6F6F. Windows color (decimal): -7969927 or 7955334. OLE color: 7955334.

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

Color convert

RGB13499121-
CMYK00.260.100.47
HSL322.29º15.02%45.69%-
HSV(B)322.29º26.12%52.55%-
XYZ17.7415.3720.12-
YUV111.97133.1143.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.85%
GREEN value IS 99 (39.06% from 255) = 27.97%
BLUE value IS 121 (47.66% from 255) = 34.18%
R=37.85%
G=27.97%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349912100.260.100.47322.2915.0245.69
Hex86637901AA2F142f2e
Octal20614317103212575021756
Binary100001101100011111100101101010101011111010000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866379; }

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

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

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

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

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

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

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

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