#96687E

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

Shades of Strikemaster #96687E

Tints of Strikemaster #96687E

Color information

#96687E (or 0x96687E) is unknown color: approx Strikemaster. HEX triplet: 96, 68 and 7E. RGB value is (150,104,126). Sum of RGB (Red+Green+Blue) = 150+104+126=380 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.47% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 150 - color contains mainly: red. Hex color #96687E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96687E is #699781. Grayscale: #787878. Windows color (decimal): -6920066 or 8284310. OLE color: 8284310.

HSL color Cylindrical-coordinate representation of color #96687E: hue angle of 331.3º degrees, saturation: 0.18, 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 #96687E is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB150104126-
CMYK00.310.160.41
HSL331.3º18.11%49.8%-
HSV(B)331.3º30.67%58.82%-
XYZ21.2917.8922.07-
YUV120.26131.24149.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.47%
GREEN value IS 104 (41.02% from 255) = 27.37%
BLUE value IS 126 (49.61% from 255) = 33.16%
R=39.47%
G=27.37%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010412600.310.160.41331.318.1149.8
Hex96687E01F102914b1232
Octal22615017603720515132262
Binary10010110110100011111100111111000010100110100101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96687E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96687E; }

 p { color: rgb(150,104,126); }

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

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

 a { background-color: rgb(150,104,126); }

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

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

 span { border-color: rgb(150,104,126); }

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