#96687B

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

Shades of Strikemaster #96687B

Tints of Strikemaster #96687B

Color information

#96687B (or 0x96687B) is unknown color: approx Strikemaster. HEX triplet: 96, 68 and 7B. RGB value is (150,104,123). Sum of RGB (Red+Green+Blue) = 150+104+123=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 150 - color contains mainly: red. Hex color #96687B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96687B is #699784. Grayscale: #777777. Windows color (decimal): -6920069 or 8087702. OLE color: 8087702.

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

Color convert

RGB150104123-
CMYK00.310.180.41
HSL335.22º18.11%49.8%-
HSV(B)335.22º30.67%58.82%-
XYZ21.117.8121.07-
YUV119.92129.74149.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.79%
GREEN value IS 104 (41.02% from 255) = 27.59%
BLUE value IS 123 (48.44% from 255) = 32.63%
R=39.79%
G=27.59%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010412300.310.180.41335.2218.1149.8
Hex96687B01F122914f1232
Octal22615017303722515172262
Binary10010110110100011110110111111001010100110100111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96687B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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