#936579

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

Shades of Strikemaster #936579

Tints of Strikemaster #936579

Color information

#936579 (or 0x936579) is unknown color: approx Strikemaster. HEX triplet: 93, 65 and 79. RGB value is (147,101,121). Sum of RGB (Red+Green+Blue) = 147+101+121=369 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.84% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 147 - color contains mainly: red. Hex color #936579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936579 is #6C9A86. Grayscale: #757575. Windows color (decimal): -7117447 or 7955859. OLE color: 7955859.

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

Color convert

RGB147101121-
CMYK00.310.180.42
HSL333.91º18.55%48.63%-
HSV(B)333.91º31.29%57.65%-
XYZ20.1416.8920.29-
YUV117.03130.24149.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.84%
GREEN value IS 101 (39.84% from 255) = 27.37%
BLUE value IS 121 (47.66% from 255) = 32.79%
R=39.84%
G=27.37%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710112100.310.180.42333.9118.5548.63
Hex93657901F122A14e1331
Octal22314517103722525162361
Binary10010011110010111110010111111001010101010100111010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936579; }

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

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

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

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

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

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

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

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