#99647F

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

Shades of Strikemaster #99647F

Tints of Strikemaster #99647F

Color information

#99647F (or 0x99647F) is unknown color: approx Strikemaster. HEX triplet: 99, 64 and 7F. RGB value is (153,100,127). Sum of RGB (Red+Green+Blue) = 153+100+127=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 153 - color contains mainly: red. Hex color #99647F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99647F is #669B80. Grayscale: #767676. Windows color (decimal): -6724481 or 8348825. OLE color: 8348825.

HSL color Cylindrical-coordinate representation of color #99647F: hue angle of 329.43º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99647F is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB153100127-
CMYK00.350.170.4
HSL329.43º20.95%49.61%-
HSV(B)329.43º34.64%60%-
XYZ21.5217.4222.31-
YUV118.92132.56152.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.26%
GREEN value IS 100 (39.45% from 255) = 26.32%
BLUE value IS 127 (50% from 255) = 33.42%
R=40.26%
G=26.32%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310012700.350.170.4329.4320.9549.61
Hex99647F02311281491532
Octal23114417704321505112562
Binary100110011100100111111101000111000110100010100100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99647F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99647F; }

 p { color: rgb(153,100,127); }

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

<style>
 a { background-color: #99647F; }

 a { background-color: rgb(153,100,127); }

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

<style>
 span { border-color: #99647F; }

 span { border-color: rgb(153,100,127); }

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