#956484

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

Shades of Strikemaster #956484

Tints of Strikemaster #956484

Color information

#956484 (or 0x956484) is unknown color: approx Strikemaster. HEX triplet: 95, 64 and 84. RGB value is (149,100,132). Sum of RGB (Red+Green+Blue) = 149+100+132=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 149 - color contains mainly: red. Hex color #956484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956484 is #6A9B7B. Grayscale: #767676. Windows color (decimal): -6986620 or 8676501. OLE color: 8676501.

HSL color Cylindrical-coordinate representation of color #956484: hue angle of 320.82º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #956484 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB149100132-
CMYK00.330.110.42
HSL320.82º19.68%48.82%-
HSV(B)320.82º32.89%58.43%-
XYZ21.1217.1724.03-
YUV118.3135.73149.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.11%
GREEN value IS 100 (39.45% from 255) = 26.25%
BLUE value IS 132 (51.95% from 255) = 34.65%
R=39.11%
G=26.25%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910013200.330.110.42320.8219.6848.82
Hex956484021B2A1411431
Octal22514420404113525012461
Binary100101011100100100001000100001101110101010100000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956484; }

 p { color: rgb(149,100,132); }

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

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

 a { background-color: rgb(149,100,132); }

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

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

 span { border-color: rgb(149,100,132); }

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