#936C7B

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

Shades of Strikemaster #936C7B

Tints of Strikemaster #936C7B

Color information

#936C7B (or 0x936C7B) is unknown color: approx Strikemaster. HEX triplet: 93, 6C and 7B. RGB value is (147,108,123). Sum of RGB (Red+Green+Blue) = 147+108+123=378 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.89% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 147 - color contains mainly: red. Hex color #936C7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936C7B is #6C9384. Grayscale: #797979. Windows color (decimal): -7115653 or 8088723. OLE color: 8088723.

HSL color Cylindrical-coordinate representation of color #936C7B: hue angle of 336.92º 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 #936C7B is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB147108123-
CMYK00.270.160.42
HSL336.92º15.29%50%-
HSV(B)336.92º26.53%57.65%-
XYZ20.9718.3621.18-
YUV121.37128.92146.28-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.89%
GREEN value IS 108 (42.58% from 255) = 28.57%
BLUE value IS 123 (48.44% from 255) = 32.54%
R=38.89%
G=28.57%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710812300.270.160.42336.9215.2950
Hex936C7B01B102A151f32
Octal22315417303320525211762
Binary1001001111011001111011011011100001010101010100011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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