#966E81

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

Shades of Strikemaster #966E81

Tints of Strikemaster #966E81

Color information

#966E81 (or 0x966E81) is unknown color: approx Strikemaster. HEX triplet: 96, 6E and 81. RGB value is (150,110,129). Sum of RGB (Red+Green+Blue) = 150+110+129=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 150 - color contains mainly: red. Hex color #966E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966E81 is #69917E. Grayscale: #7C7C7C. Windows color (decimal): -6918527 or 8482454. OLE color: 8482454.

HSL color Cylindrical-coordinate representation of color #966E81: hue angle of 331.5º 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 #966E81 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB150110129-
CMYK00.270.140.41
HSL331.5º16%50.98%-
HSV(B)331.5º26.67%58.82%-
XYZ22.1219.2223.31-
YUV124.13130.75146.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.56%
GREEN value IS 110 (43.36% from 255) = 28.28%
BLUE value IS 129 (50.78% from 255) = 33.16%
R=38.56%
G=28.28%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011012900.270.140.41331.51650.98
Hex966E8101BE2914c1033
Octal22615620103316515142063
Binary10010110110111010000001011011111010100110100110010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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