#967386

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

Shades of Strikemaster #967386

Tints of Strikemaster #967386

Color information

#967386 (or 0x967386) is unknown color: approx Strikemaster. HEX triplet: 96, 73 and 86. RGB value is (150,115,134). Sum of RGB (Red+Green+Blue) = 150+115+134=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 150 - color contains mainly: red. Hex color #967386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967386 is #698C79. Grayscale: #7F7F7F. Windows color (decimal): -6917242 or 8811414. OLE color: 8811414.

HSL color Cylindrical-coordinate representation of color #967386: hue angle of 327.43º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #967386 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB150115134-
CMYK00.230.110.41
HSL327.43º14.29%51.96%-
HSV(B)327.43º23.33%58.82%-
XYZ23.0120.4725.29-
YUV127.63131.6143.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.59%
GREEN value IS 115 (45.31% from 255) = 28.82%
BLUE value IS 134 (52.73% from 255) = 33.58%
R=37.59%
G=28.82%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011513400.230.110.41327.4314.2951.96
Hex967386017B29147e34
Octal22616320602713515071664
Binary1001011011100111000011001011110111010011010001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967386; }

 p { color: rgb(150,115,134); }

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

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

 a { background-color: rgb(150,115,134); }

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

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

 span { border-color: rgb(150,115,134); }

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