#966E82

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

Shades of Strikemaster #966E82

Tints of Strikemaster #966E82

Color information

#966E82 (or 0x966E82) is unknown color: approx Strikemaster. HEX triplet: 96, 6E and 82. RGB value is (150,110,130). Sum of RGB (Red+Green+Blue) = 150+110+130=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 110 (43.36% from 255 or 28.21% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 150 - color contains mainly: red. Hex color #966E82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966E82 is #69917D. Grayscale: #7C7C7C. Windows color (decimal): -6918526 or 8547990. OLE color: 8547990.

HSL color Cylindrical-coordinate representation of color #966E82: hue angle of 330º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #966E82 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB150110130-
CMYK00.270.130.41
HSL330º16%50.98%-
HSV(B)330º26.67%58.82%-
XYZ22.1819.2523.67-
YUV124.24131.25146.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.46%
GREEN value IS 110 (43.36% from 255) = 28.21%
BLUE value IS 130 (51.17% from 255) = 33.33%
R=38.46%
G=28.21%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011013000.270.130.413301650.98
Hex966E8201BD2914a1033
Octal22615620203315515122063
Binary10010110110111010000010011011110110100110100101010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966E82; }

 p { color: rgb(150,110,130); }

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

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

 a { background-color: rgb(150,110,130); }

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

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

 span { border-color: rgb(150,110,130); }

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