#99687C

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

Shades of Strikemaster #99687C

Tints of Strikemaster #99687C

Color information

#99687C (or 0x99687C) is unknown color: approx Strikemaster. HEX triplet: 99, 68 and 7C. RGB value is (153,104,124). Sum of RGB (Red+Green+Blue) = 153+104+124=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 153 - color contains mainly: red. Hex color #99687C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99687C is #669783. Grayscale: #787878. Windows color (decimal): -6723460 or 8153241. OLE color: 8153241.

HSL color Cylindrical-coordinate representation of color #99687C: hue angle of 335.51º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99687C is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB153104124-
CMYK00.320.190.4
HSL335.51º19.37%50.39%-
HSV(B)335.51º32.03%60%-
XYZ21.7318.1321.42-
YUV120.93129.73150.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.16%
GREEN value IS 104 (41.02% from 255) = 27.30%
BLUE value IS 124 (48.83% from 255) = 32.55%
R=40.16%
G=27.30%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310412400.320.190.4335.5119.3750.39
Hex99687C02013281501332
Octal23115017404023505202362
Binary100110011101000111110001000001001110100010101000010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99687C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99687C; }

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

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

<style>
 a { background-color: #99687C; }

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

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

<style>
 span { border-color: #99687C; }

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

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