#96688B

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

Shades of Strikemaster #96688B

Tints of Strikemaster #96688B

Color information

#96688B (or 0x96688B) is unknown color: approx Strikemaster. HEX triplet: 96, 68 and 8B. RGB value is (150,104,139). Sum of RGB (Red+Green+Blue) = 150+104+139=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 150 - color contains mainly: red. Hex color #96688B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96688B is #699774. Grayscale: #797979. Windows color (decimal): -6920053 or 9136278. OLE color: 9136278.

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

Color convert

RGB150104139-
CMYK00.310.070.41
HSL314.35º18.11%49.8%-
HSV(B)314.35º30.67%58.82%-
XYZ22.1918.2526.78-
YUV121.74137.74148.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.17%
GREEN value IS 104 (41.02% from 255) = 26.46%
BLUE value IS 139 (54.69% from 255) = 35.37%
R=38.17%
G=26.46%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010413900.310.070.41314.3518.1149.8
Hex96688B01F72913a1232
Octal2261502130377514722262
Binary1001011011010001000101101111111110100110011101010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96688B; }

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

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

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

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

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

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

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

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