#866376

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

Shades of Strikemaster #866376

Tints of Strikemaster #866376

Color information

#866376 (or 0x866376) is unknown color: approx Strikemaster. HEX triplet: 86, 63 and 76. RGB value is (134,99,118). Sum of RGB (Red+Green+Blue) = 134+99+118=351 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.18% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 134 - color contains mainly: red. Hex color #866376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866376 is #799C89. Grayscale: #6F6F6F. Windows color (decimal): -7969930 or 7758726. OLE color: 7758726.

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

Color convert

RGB13499118-
CMYK00.260.120.47
HSL327.43º15.02%45.69%-
HSV(B)327.43º26.12%52.55%-
XYZ17.5615.319.17-
YUV111.63131.6143.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.18%
GREEN value IS 99 (39.06% from 255) = 28.21%
BLUE value IS 118 (46.48% from 255) = 33.62%
R=38.18%
G=28.21%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349911800.260.120.47327.4315.0245.69
Hex86637601AC2F147f2e
Octal20614316603214575071756
Binary100001101100011111011001101011001011111010001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866376; }

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

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

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

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

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

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

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

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