#946579

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

Shades of Strikemaster #946579

Tints of Strikemaster #946579

Color information

#946579 (or 0x946579) is unknown color: approx Strikemaster. HEX triplet: 94, 65 and 79. RGB value is (148,101,121). Sum of RGB (Red+Green+Blue) = 148+101+121=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 148 - color contains mainly: red. Hex color #946579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946579 is #6B9A86. Grayscale: #757575. Windows color (decimal): -7051911 or 7955860. OLE color: 7955860.

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

Color convert

RGB148101121-
CMYK00.320.180.42
HSL334.47º18.88%48.82%-
HSV(B)334.47º31.76%58.04%-
XYZ20.3216.9820.3-
YUV117.33130.07149.87-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40%
GREEN value IS 101 (39.84% from 255) = 27.30%
BLUE value IS 121 (47.66% from 255) = 32.70%
R=40%
G=27.30%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810112100.320.180.42334.4718.8848.82
Hex946579020122A14e1331
Octal22414517104022525162361
Binary100101001100101111100101000001001010101010100111010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946579; }

 p { color: rgb(148,101,121); }

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

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

 a { background-color: rgb(148,101,121); }

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

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

 span { border-color: rgb(148,101,121); }

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