#99697C

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

Shades of Strikemaster #99697C

Tints of Strikemaster #99697C

Color information

#99697C (or 0x99697C) is unknown color: approx Strikemaster. HEX triplet: 99, 69 and 7C. RGB value is (153,105,124). Sum of RGB (Red+Green+Blue) = 153+105+124=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 153 - color contains mainly: red. Hex color #99697C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99697C is #669683. Grayscale: #797979. Windows color (decimal): -6723204 or 8153497. OLE color: 8153497.

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

Color convert

RGB153105124-
CMYK00.310.190.4
HSL336.25º19.05%50.59%-
HSV(B)336.25º31.37%60%-
XYZ21.8318.3321.46-
YUV121.52129.4150.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.05%
GREEN value IS 105 (41.41% from 255) = 27.49%
BLUE value IS 124 (48.83% from 255) = 32.46%
R=40.05%
G=27.49%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310512400.310.190.4336.2519.0550.59
Hex99697C01F13281501333
Octal23115117403723505202363
Binary10011001110100111111000111111001110100010101000010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99697C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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