#966789

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

Shades of Strikemaster #966789

Tints of Strikemaster #966789

Color information

#966789 (or 0x966789) is unknown color: approx Strikemaster. HEX triplet: 96, 67 and 89. RGB value is (150,103,137). Sum of RGB (Red+Green+Blue) = 150+103+137=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 150 - color contains mainly: red. Hex color #966789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966789 is #699876. Grayscale: #787878. Windows color (decimal): -6920311 or 9004950. OLE color: 9004950.

HSL color Cylindrical-coordinate representation of color #966789: hue angle of 316.6º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #966789 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB150103137-
CMYK00.310.090.41
HSL316.6º18.58%49.61%-
HSV(B)316.6º31.33%58.82%-
XYZ21.9417.9925.98-
YUV120.93137.07148.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.46%
GREEN value IS 103 (40.62% from 255) = 26.41%
BLUE value IS 137 (53.91% from 255) = 35.13%
R=38.46%
G=26.41%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010313700.310.090.41316.618.5849.61
Hex96678901F92913d1332
Octal22614721103711514752362
Binary10010110110011110001001011111100110100110011110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966789; }

 p { color: rgb(150,103,137); }

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

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

 a { background-color: rgb(150,103,137); }

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

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

 span { border-color: rgb(150,103,137); }

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