#967484

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

Shades of Strikemaster #967484

Tints of Strikemaster #967484

Color information

#967484 (or 0x967484) is unknown color: approx Strikemaster. HEX triplet: 96, 74 and 84. RGB value is (150,116,132). Sum of RGB (Red+Green+Blue) = 150+116+132=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #967484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967484 is #698B7B. Grayscale: #7F7F7F. Windows color (decimal): -6916988 or 8680598. OLE color: 8680598.

HSL color Cylindrical-coordinate representation of color #967484: hue angle of 331.76º 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 #967484 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB150116132-
CMYK00.230.120.41
HSL331.76º13.93%52.16%-
HSV(B)331.76º22.67%58.82%-
XYZ22.9920.6424.6-
YUV127.99130.26143.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.69%
GREEN value IS 116 (45.70% from 255) = 29.15%
BLUE value IS 132 (51.95% from 255) = 33.17%
R=37.69%
G=29.15%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011613200.230.120.41331.7613.9352.16
Hex967484017C2914ce34
Octal22616420402714515141664
Binary1001011011101001000010001011111001010011010011001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967484; }

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

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

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

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

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

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

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

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