#966F80

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

Shades of Strikemaster #966F80

Tints of Strikemaster #966F80

Color information

#966F80 (or 0x966F80) is unknown color: approx Strikemaster. HEX triplet: 96, 6F and 80. RGB value is (150,111,128). Sum of RGB (Red+Green+Blue) = 150+111+128=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 150 - color contains mainly: red. Hex color #966F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966F80 is #69907F. Grayscale: #7C7C7C. Windows color (decimal): -6918272 or 8417174. OLE color: 8417174.

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

Color convert

RGB150111128-
CMYK00.260.150.41
HSL333.85º15.66%51.18%-
HSV(B)333.85º26%58.82%-
XYZ22.1619.4123-
YUV124.6129.92146.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.56%
GREEN value IS 111 (43.75% from 255) = 28.53%
BLUE value IS 128 (50.39% from 255) = 32.90%
R=38.56%
G=28.53%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011112800.260.150.41333.8515.6651.18
Hex966F8001AF2914e1033
Octal22615720003217515162063
Binary10010110110111110000000011010111110100110100111010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,111,128); }

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

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

 a { background-color: rgb(150,111,128); }

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

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

 span { border-color: rgb(150,111,128); }

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