#99657B

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

Shades of Strikemaster #99657B

Tints of Strikemaster #99657B

Color information

#99657B (or 0x99657B) is unknown color: approx Strikemaster. HEX triplet: 99, 65 and 7B. RGB value is (153,101,123). Sum of RGB (Red+Green+Blue) = 153+101+123=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 153 - color contains mainly: red. Hex color #99657B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99657B is #669A84. Grayscale: #777777. Windows color (decimal): -6724229 or 8086937. OLE color: 8086937.

HSL color Cylindrical-coordinate representation of color #99657B: hue angle of 334.62º 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 #99657B is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB153101123-
CMYK00.340.200.4
HSL334.62º20.47%49.8%-
HSV(B)334.62º33.99%60%-
XYZ21.3717.5120.99-
YUV119.06130.23152.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.58%
GREEN value IS 101 (39.84% from 255) = 26.79%
BLUE value IS 123 (48.44% from 255) = 32.63%
R=40.58%
G=26.79%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310112300.340.200.4334.6220.4749.8
Hex99657B022142814f1432
Octal23114517304224505172462
Binary100110011100101111101101000101010010100010100111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99657B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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