#866276

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

Shades of Strikemaster #866276

Tints of Strikemaster #866276

Color information

#866276 (or 0x866276) is unknown color: approx Strikemaster. HEX triplet: 86, 62 and 76. RGB value is (134,98,118). Sum of RGB (Red+Green+Blue) = 134+98+118=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 134 - color contains mainly: red. Hex color #866276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866276 is #799D89. Grayscale: #6F6F6F. Windows color (decimal): -7970186 or 7758470. OLE color: 7758470.

HSL color Cylindrical-coordinate representation of color #866276: hue angle of 326.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #866276 is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB13498118-
CMYK00.270.120.47
HSL326.67º15.52%45.49%-
HSV(B)326.67º26.87%52.55%-
XYZ17.4715.1119.14-
YUV111.04131.93144.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.29%
GREEN value IS 98 (38.67% from 255) = 28%
BLUE value IS 118 (46.48% from 255) = 33.71%
R=38.29%
G=28%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349811800.270.120.47326.6715.5245.49
Hex86627601BC2F147102d
Octal20614216603314575072055
Binary1000011011000101110110011011110010111110100011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866276; }

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

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

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

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

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

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

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

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