#936C7F

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

Shades of Strikemaster #936C7F

Tints of Strikemaster #936C7F

Color information

#936C7F (or 0x936C7F) is unknown color: approx Strikemaster. HEX triplet: 93, 6C and 7F. RGB value is (147,108,127). Sum of RGB (Red+Green+Blue) = 147+108+127=382 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.48% from 382); Green value is 108 (42.58% from 255 or 28.27% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 147 - color contains mainly: red. Hex color #936C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936C7F is #6C9380. Grayscale: #797979. Windows color (decimal): -7115649 or 8350867. OLE color: 8350867.

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

Color convert

RGB147108127-
CMYK00.270.140.42
HSL330.77º15.29%50%-
HSV(B)330.77º26.53%57.65%-
XYZ21.2318.4622.52-
YUV121.83130.92145.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.48%
GREEN value IS 108 (42.58% from 255) = 28.27%
BLUE value IS 127 (50% from 255) = 33.25%
R=38.48%
G=28.27%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710812700.270.140.42330.7715.2950
Hex936C7F01BE2A14bf32
Octal22315417703316525131762
Binary100100111101100111111101101111101010101010010111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,108,127); }

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

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

 a { background-color: rgb(147,108,127); }

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

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

 span { border-color: rgb(147,108,127); }

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