#99657D

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

Shades of Strikemaster #99657D

Tints of Strikemaster #99657D

Color information

#99657D (or 0x99657D) is unknown color: approx Strikemaster. HEX triplet: 99, 65 and 7D. RGB value is (153,101,125). Sum of RGB (Red+Green+Blue) = 153+101+125=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #99657D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99657D is #669A82. Grayscale: #777777. Windows color (decimal): -6724227 or 8218009. OLE color: 8218009.

HSL color Cylindrical-coordinate representation of color #99657D: hue angle of 332.31º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99657D is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB153101125-
CMYK00.340.180.4
HSL332.31º20.47%49.8%-
HSV(B)332.31º33.99%60%-
XYZ21.4917.5621.66-
YUV119.28131.23152.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.37%
GREEN value IS 101 (39.84% from 255) = 26.65%
BLUE value IS 125 (49.22% from 255) = 32.98%
R=40.37%
G=26.65%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310112500.340.180.4332.3120.4749.8
Hex99657D022122814c1432
Octal23114517504222505142462
Binary100110011100101111110101000101001010100010100110010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99657D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99657D; }

 p { color: rgb(153,101,125); }

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

<style>
 a { background-color: #99657D; }

 a { background-color: rgb(153,101,125); }

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

<style>
 span { border-color: #99657D; }

 span { border-color: rgb(153,101,125); }

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