#936979

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

Shades of Strikemaster #936979

Tints of Strikemaster #936979

Color information

#936979 (or 0x936979) is unknown color: approx Strikemaster. HEX triplet: 93, 69 and 79. RGB value is (147,105,121). Sum of RGB (Red+Green+Blue) = 147+105+121=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 147 - color contains mainly: red. Hex color #936979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936979 is #6C9686. Grayscale: #777777. Windows color (decimal): -7116423 or 7956883. OLE color: 7956883.

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

Color convert

RGB147105121-
CMYK00.290.180.42
HSL337.14º16.67%49.41%-
HSV(B)337.14º28.57%57.65%-
XYZ20.5417.6920.42-
YUV119.38128.91147.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.41%
GREEN value IS 105 (41.41% from 255) = 28.15%
BLUE value IS 121 (47.66% from 255) = 32.44%
R=39.41%
G=28.15%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710512100.290.180.42337.1416.6749.41
Hex93697901D122A1511131
Octal22315117103522525212161
Binary10010011110100111110010111011001010101010101000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936979; }

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

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

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

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

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

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

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

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