#96677E

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

Shades of Strikemaster #96677E

Tints of Strikemaster #96677E

Color information

#96677E (or 0x96677E) is unknown color: approx Strikemaster. HEX triplet: 96, 67 and 7E. RGB value is (150,103,126). Sum of RGB (Red+Green+Blue) = 150+103+126=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 103 (40.62% from 255 or 27.18% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 150 - color contains mainly: red. Hex color #96677E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96677E is #699881. Grayscale: #777777. Windows color (decimal): -6920322 or 8284054. OLE color: 8284054.

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

Color convert

RGB150103126-
CMYK00.310.160.41
HSL330.64º18.58%49.61%-
HSV(B)330.64º31.33%58.82%-
XYZ21.1917.6922.04-
YUV119.68131.57149.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.58%
GREEN value IS 103 (40.62% from 255) = 27.18%
BLUE value IS 126 (49.61% from 255) = 33.25%
R=39.58%
G=27.18%
B=33.25%

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
Decimal15010312600.310.160.41330.6418.5849.61
Hex96677E01F102914b1332
Octal22614717603720515132362
Binary10010110110011111111100111111000010100110100101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96677E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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