#967084

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

Shades of Strikemaster #967084

Tints of Strikemaster #967084

Color information

#967084 (or 0x967084) is unknown color: approx Strikemaster. HEX triplet: 96, 70 and 84. RGB value is (150,112,132). Sum of RGB (Red+Green+Blue) = 150+112+132=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 150 - color contains mainly: red. Hex color #967084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967084 is #698F7B. Grayscale: #7D7D7D. Windows color (decimal): -6918012 or 8679574. OLE color: 8679574.

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

Color convert

RGB150112132-
CMYK00.250.120.41
HSL328.42º15.32%51.37%-
HSV(B)328.42º25.33%58.82%-
XYZ22.5419.7424.45-
YUV125.64131.59145.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.07%
GREEN value IS 112 (44.14% from 255) = 28.43%
BLUE value IS 132 (51.95% from 255) = 33.50%
R=38.07%
G=28.43%
B=33.50%

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
Decimal15011213200.250.120.41328.4215.3251.37
Hex967084019C29148f33
Octal22616020403114515101763
Binary1001011011100001000010001100111001010011010010001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967084; }

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

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

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

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

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

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

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

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