#967184

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

Shades of Strikemaster #967184

Tints of Strikemaster #967184

Color information

#967184 (or 0x967184) is unknown color: approx Strikemaster. HEX triplet: 96, 71 and 84. RGB value is (150,113,132). Sum of RGB (Red+Green+Blue) = 150+113+132=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 150 - color contains mainly: red. Hex color #967184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967184 is #698E7B. Grayscale: #7E7E7E. Windows color (decimal): -6917756 or 8679830. OLE color: 8679830.

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

Color convert

RGB150113132-
CMYK00.250.120.41
HSL329.19º14.98%51.57%-
HSV(B)329.19º24.67%58.82%-
XYZ22.6519.9624.49-
YUV126.23131.26144.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.97%
GREEN value IS 113 (44.53% from 255) = 28.61%
BLUE value IS 132 (51.95% from 255) = 33.42%
R=37.97%
G=28.61%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011313200.250.120.41329.1914.9851.57
Hex967184019C29149f34
Octal22616120403114515111764
Binary1001011011100011000010001100111001010011010010011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967184; }

 p { color: rgb(150,113,132); }

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

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

 a { background-color: rgb(150,113,132); }

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

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

 span { border-color: rgb(150,113,132); }

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