#99657A

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

Shades of Strikemaster #99657A

Tints of Strikemaster #99657A

Color information

#99657A (or 0x99657A) is unknown color: approx Strikemaster. HEX triplet: 99, 65 and 7A. RGB value is (153,101,122). Sum of RGB (Red+Green+Blue) = 153+101+122=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 153 - color contains mainly: red. Hex color #99657A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99657A is #669A85. Grayscale: #767676. Windows color (decimal): -6724230 or 8021401. OLE color: 8021401.

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

Color convert

RGB153101122-
CMYK00.340.200.4
HSL335.77º20.47%49.8%-
HSV(B)335.77º33.99%60%-
XYZ21.317.4820.66-
YUV118.94129.73152.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.69%
GREEN value IS 101 (39.84% from 255) = 26.86%
BLUE value IS 122 (48.05% from 255) = 32.45%
R=40.69%
G=26.86%
B=32.45%

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
Decimal15310112200.340.200.4335.7720.4749.8
Hex99657A02214281501432
Octal23114517204224505202462
Binary100110011100101111101001000101010010100010101000010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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