#9F687C

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

Shades of Strikemaster #9F687C

Tints of Strikemaster #9F687C

Color information

#9F687C (or 0x9F687C) is unknown color: approx Strikemaster. HEX triplet: 9F, 68 and 7C. RGB value is (159,104,124). Sum of RGB (Red+Green+Blue) = 159+104+124=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 159 - color contains mainly: red. Hex color #9F687C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F687C is #609783. Grayscale: #7A7A7A. Windows color (decimal): -6330244 or 8153247. OLE color: 8153247.

HSL color Cylindrical-coordinate representation of color #9F687C: hue angle of 338.18º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F687C is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB159104124-
CMYK00.350.220.38
HSL338.18º22.27%51.57%-
HSV(B)338.18º34.59%62.35%-
XYZ22.8918.7321.48-
YUV122.72128.72153.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.09%
GREEN value IS 104 (41.02% from 255) = 26.87%
BLUE value IS 124 (48.83% from 255) = 32.04%
R=41.09%
G=26.87%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910412400.350.220.38338.1822.2751.57
Hex9F687C02316261521634
Octal23715017404326465222664
Binary100111111101000111110001000111011010011010101001010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F687C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,104,124); }

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

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

 a { background-color: rgb(159,104,124); }

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

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

 span { border-color: rgb(159,104,124); }

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