#9B6B7C

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

Shades of Strikemaster #9B6B7C

Tints of Strikemaster #9B6B7C

Color information

#9B6B7C (or 0x9B6B7C) is unknown color: approx Strikemaster. HEX triplet: 9B, 6B and 7C. RGB value is (155,107,124). Sum of RGB (Red+Green+Blue) = 155+107+124=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6B7C is #649483. Grayscale: #7B7B7B. Windows color (decimal): -6591620 or 8154011. OLE color: 8154011.

HSL color Cylindrical-coordinate representation of color #9B6B7C: hue angle of 338.75º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9B6B7C is Cyan = 0, Magento = 0.31, Yellow = 0.2 and Black (K on CMYK) = 0.39.

Color convert

RGB155107124-
CMYK00.310.20.39
HSL338.75º19.35%51.37%-
HSV(B)338.75º30.97%60.78%-
XYZ22.4118.9421.54-
YUV123.29128.4150.62-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.16%
GREEN value IS 107 (42.19% from 255) = 27.72%
BLUE value IS 124 (48.83% from 255) = 32.12%
R=40.16%
G=27.72%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.2
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510712400.310.20.39338.7519.3551.37
Hex9B6B7C01F14271531333
Octal23315317403724475232363
Binary10011011110101111111000111111010010011110101001110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B6B7C; }

 p { color: rgb(155,107,124); }

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

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

 a { background-color: rgb(155,107,124); }

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

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

 span { border-color: rgb(155,107,124); }

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