#866279

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

Shades of Strikemaster #866279

Tints of Strikemaster #866279

Color information

#866279 (or 0x866279) is unknown color: approx Strikemaster. HEX triplet: 86, 62 and 79. RGB value is (134,98,121). Sum of RGB (Red+Green+Blue) = 134+98+121=353 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.96% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 134 - color contains mainly: red. Hex color #866279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866279 is #799D86. Grayscale: #6F6F6F. Windows color (decimal): -7970183 or 7955078. OLE color: 7955078.

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

Color convert

RGB13498121-
CMYK00.270.100.47
HSL321.67º15.52%45.49%-
HSV(B)321.67º26.87%52.55%-
XYZ17.6515.1820.09-
YUV111.39133.43144.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.96%
GREEN value IS 98 (38.67% from 255) = 27.76%
BLUE value IS 121 (47.66% from 255) = 34.28%
R=37.96%
G=27.76%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349812100.270.100.47321.6715.5245.49
Hex86627901BA2F142102d
Octal20614217103312575022055
Binary1000011011000101111001011011101010111110100001010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866279; }

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

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

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

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

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

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

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

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