#936A79

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

Shades of Strikemaster #936A79

Tints of Strikemaster #936A79

Color information

#936A79 (or 0x936A79) is unknown color: approx Strikemaster. HEX triplet: 93, 6A and 79. RGB value is (147,106,121). Sum of RGB (Red+Green+Blue) = 147+106+121=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 147 - color contains mainly: red. Hex color #936A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936A79 is #6C9586. Grayscale: #777777. Windows color (decimal): -7116167 or 7957139. OLE color: 7957139.

HSL color Cylindrical-coordinate representation of color #936A79: hue angle of 338.05º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #936A79 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB147106121-
CMYK00.280.180.42
HSL338.05º16.21%49.61%-
HSV(B)338.05º27.89%57.65%-
XYZ20.6417.8920.45-
YUV119.97128.58147.28-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.30%
GREEN value IS 106 (41.80% from 255) = 28.34%
BLUE value IS 121 (47.66% from 255) = 32.35%
R=39.30%
G=28.34%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710612100.280.180.42338.0516.2149.61
Hex936A7901C122A1521032
Octal22315217103422525222062
Binary10010011110101011110010111001001010101010101001010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936A79; }

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

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

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

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

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

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

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

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